public class IlvDataValue extends Object
IlvDataValue
represents a numeric value associated with a
specific date. An IlvReservationDataPolicy
is responsible for
computing the data values for a single
reservation and an
IlvResourceDataSet
represents the data values for all the
reservations assigned to a
single IlvResource resource.Constructor and Description |
---|
IlvDataValue(Date date,
double value)
Creates a new
IlvDataValue . |
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Returns the date associated with the value.
|
double |
getValue()
Returns the value associated with the date.
|
public IlvDataValue(Date date, double value)
IlvDataValue
.date
- The date.value
- The value.public Date getDate()
public double getValue()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.