Package hec.data.location
Class LocationCategoryRef
java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.data.location.LocationCategoryRef
- All Implemented Interfaces:
AsciiSerializable,FieldAccessor,Serializable,Cloneable,Comparable,Observer,Modifiable
- See Also:
-
Field Summary
FieldsFields inherited from class hec.lang.NamedType
_description, _ignoreModifiedEvents, _index, _isValid, _modified, _name, defaultDescription, defaultName, DESCRIPTION_CHANGED, NAME_CHANGED, RENAME_EVENT -
Constructor Summary
ConstructorsConstructorDescriptionLocationCategoryRef(String categoryId, String dbOfficeId) LocationCategoryRef(org.jdom.Element element) -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildElement(org.jdom.Element element) intbooleangetId()inthashCode()voidvoidsetOfficeId(String dbOfficeId) Methods inherited from class hec.lang.NamedType
addModifiableListener, clone, fireModifiedStateChanged, getDescription, getDisplayName, getFieldObject, getIgnoreModifiedEvents, getIndex, getName, isModified, isValid, readResolve, removeModifiableListener, rename, set, setDescription, setFieldObject, setIgnoreModifiedEvents, setIndex, setModified, setName, setValid, toString, update, useRecursiveModifiedTestMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
LocationCategoryRef
-
LocationCategoryRef
public LocationCategoryRef() -
LocationCategoryRef
public LocationCategoryRef(org.jdom.Element element)
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable- Overrides:
compareToin classNamedType
-
buildElement
public void buildElement(org.jdom.Element element) -
getId
-
setId
-
getOfficeId
-
setOfficeId
-
hashCode
public int hashCode() -
equals
-