|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.catalog.schema.indexable.tp.TpInterval
public class TpInterval
Represents the boundaries of a time period interval.
Boundaries are milliseconds since the epoch (January 1, 1970, 00:00:00 GMT). Indeterminate: unknown now now.lower now.upper
Constructor Summary | |
---|---|
TpInterval()
Default constructor. |
|
TpInterval(Long lower,
Long upper)
Construct with a lower and upper bound. |
|
TpInterval(Long lower,
Long upper,
String indeterminate)
Construct with a lower and upper bound. |
Method Summary | |
---|---|
String |
getIndeterminate()
Gets the predicate for an indeterminate interval. |
Long |
getLower()
Gets the lower boundary. |
Long |
getUpper()
Gets the upper boundary. |
void |
setIndeterminate(String indeterminate)
Sets the predicate for an indeterminate interval. |
void |
setLower(Long lower)
Sets the lower boundary. |
void |
setUpper(Long upper)
Sets the upper boundary. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TpInterval()
public TpInterval(Long lower, Long upper)
lower
- the lower boundaryupper
- the upper boundarypublic TpInterval(Long lower, Long upper, String indeterminate)
lower
- the lower boundaryupper
- the upper boundaryindeterminate
- the indeterminateMethod Detail |
---|
public String getIndeterminate()
public void setIndeterminate(String indeterminate)
indeterminate
- the indeterminate predicate (null if not set)public Long getLower()
public void setLower(Long lower)
lower
- the lower boundarypublic Long getUpper()
public void setUpper(Long upper)
upper
- the upper boundary
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |