|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.util.DateRange
public class DateRange
Stores from and to date proxies for date range queries.
Constructor Summary | |
---|---|
DateRange()
Default constructor. |
Method Summary | |
---|---|
void |
check()
Checks the range. |
DateProxy |
getFromDate()
Gets the from date. |
Timestamp |
getFromTimestamp()
Returns a timestamp applicable for the from part of a date range query. |
DateProxy |
getToDate()
Gets the to date. |
Timestamp |
getToTimestamp()
Returns a timestamp applicable for the to part of a date range query. |
String |
toString()
Returns a string representation this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DateRange()
Method Detail |
---|
public DateProxy getFromDate()
public Timestamp getFromTimestamp()
public DateProxy getToDate()
public Timestamp getToTimestamp()
public void check()
public String toString()
toString
in class Object
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |