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 int
compareTo(AgencyEstateTable.DateValue o)
Date
getDateValue()
String
getTextValue()
void
setDateValue(FormattedDate dateValue)
void
setTextValue(String textValue)
String
toString()
-
-
-
Constructor Detail
-
DateValue
public DateValue(FormattedDate dateValue)
-
DateValue
public DateValue(String textValue)
-
-
Method Detail
-
compareTo
public int compareTo(AgencyEstateTable.DateValue o)
- Specified by:
compareTo
in interfaceComparable<AgencyEstateTable.DateValue>
-
getDateValue
public Date getDateValue()
-
getTextValue
public String getTextValue()
-
setDateValue
public void setDateValue(FormattedDate dateValue)
-
setTextValue
public void setTextValue(String textValue)
-
-