Package hec.data.tx
Class TimeSeriesGroupRef
java.lang.Object
hec.data.tx.TimeSeriesGroupRef
- All Implemented Interfaces:
Comparable<TimeSeriesGroupRef>
A class to represent a unique reference to a TimeSeriesGroup. Class based on LocationGroupRef.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTimeSeriesGroupRef
(TimeSeriesCategoryRef catRef, String groupOfficeId, String groupId) TimeSeriesGroupRef
(String categoryId, String catOfficeId, String groupOfficeId, String groupId) TimeSeriesGroupRef
(org.jdom.Element element) -
Method Summary
Modifier and TypeMethodDescriptionvoid
buildElement
(org.jdom.Element element) int
compareTo
(TimeSeriesGroupRef otherObj) boolean
getId()
int
hashCode()
toString()
Returns a String concatenation of the category id and group id separated by a "-".
-
Field Details
-
ID
- See Also:
-
TS_CAT_REF
- See Also:
-
-
Constructor Details
-
TimeSeriesGroupRef
-
TimeSeriesGroupRef
-
TimeSeriesGroupRef
public TimeSeriesGroupRef() -
TimeSeriesGroupRef
public TimeSeriesGroupRef(org.jdom.Element element)
-
-
Method Details
-
buildElement
public void buildElement(org.jdom.Element element) -
compareTo
- Specified by:
compareTo
in interfaceComparable<TimeSeriesGroupRef>
-
hashCode
public int hashCode() -
equals
-
getDbOfficeId
-
getCategoryRef
-
getCategoryId
-
getId
-
toString
Returns a String concatenation of the category id and group id separated by a "-".
-