public class DateColumn extends Column
Column.ColumnType, Column.Goal| Constructor and Description |
|---|
DateColumn()
Instantiates a new date column.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getHigh()
Gets the high.
|
Date |
getLow()
Gets the low.
|
DateColumn |
withRange(Date low,
Date high)
With range.
|
getDescription, getFormat, getFullName, getGoal, getInsignificantLoss, getKey, getSignificantGain, getSignificantLoss, getType, isObjective, setDescription, setFormat, setFullName, setGoal, setInsignificantLoss, setKey, setObjective, setSignificantGain, setSignificantLoss, setType, withFullName, withGoal, withKey, withObjectiveequals, hashCode, toStringpublic Date getHigh()
public Date getLow()
public DateColumn withRange(Date low, Date high)
low - the lowhigh - the highCopyright © 2015–2016. All rights reserved.