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

public class LocationCategoryRef extends NamedType
See Also:
  • Field Details

  • Constructor Details

    • LocationCategoryRef

      public LocationCategoryRef(String categoryId, String dbOfficeId)
    • LocationCategoryRef

      public LocationCategoryRef()
    • LocationCategoryRef

      public LocationCategoryRef(org.jdom.Element element)
  • Method Details

    • compareTo

      public int compareTo(Object otherObj)
      Specified by:
      compareTo in interface Comparable
      Overrides:
      compareTo in class NamedType
    • buildElement

      public void buildElement(org.jdom.Element element)
    • getId

      public String getId()
    • setId

      public void setId(String newId)
    • getOfficeId

      public String getOfficeId()
    • setOfficeId

      public void setOfficeId(String dbOfficeId)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object