public class DateColumn extends Column
TradeoffAnalytics
Column.ColumnType, Column.Goal
Constructor and Description |
---|
DateColumn()
Instantiates a new date column.
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getHigh()
Gets the high.
|
java.util.Date |
getLow()
Gets the low.
|
DateColumn |
withRange(java.util.Date low,
java.util.Date high)
With range.
|
fullName, getDescription, getFormat, getFullName, getGoal, getInsignificantLoss, getKey, getSignificantGain, getSignificantLoss, getType, goal, isObjective, key, objective, setDescription, setFormat, setFullName, setGoal, setInsignificantLoss, setKey, setObjective, setSignificantGain, setSignificantLoss, setType
equals, hashCode, toString
public java.util.Date getHigh()
public java.util.Date getLow()
public DateColumn withRange(java.util.Date low, java.util.Date high)
low
- the lowhigh
- the high