Class AgencyEstateTable.DateValue
- java.lang.Object
-
- com.openindex.openestate.tool.agency.AgencyEstateTable.DateValue
-
- All Implemented Interfaces:
Comparable<AgencyEstateTable.DateValue>
- Enclosing class:
- AgencyEstateTable<R extends AgencyEstateTable.Row>
public static final class AgencyEstateTable.DateValue extends Object implements Comparable<AgencyEstateTable.DateValue>
-
-
Constructor Summary
Constructors Constructor Description DateValue(FormattedDate dateValue)DateValue(String textValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(AgencyEstateTable.DateValue o)DategetDateValue()StringgetTextValue()voidsetDateValue(FormattedDate dateValue)voidsetTextValue(String textValue)StringtoString()
-
-
-
Constructor Detail
-
DateValue
public DateValue(FormattedDate dateValue)
-
DateValue
public DateValue(String textValue)
-
-
Method Detail
-
compareTo
public int compareTo(AgencyEstateTable.DateValue o)
- Specified by:
compareToin interfaceComparable<AgencyEstateTable.DateValue>
-
getDateValue
public Date getDateValue()
-
getTextValue
public String getTextValue()
-
setDateValue
public void setDateValue(FormattedDate dateValue)
-
setTextValue
public void setTextValue(String textValue)
-
-