Class AssignedLocation

java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.data.location.AssignedLocation
All Implemented Interfaces:
AsciiSerializable, FieldAccessor, Serializable, Cloneable, Comparable, Observer, Modifiable

public class AssignedLocation extends NamedType
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • buildElement

      public void buildElement(org.jdom.Element element)
      Builds the element.
      Parameters:
      element - the element
    • setName

      public void setName(String s)
      Description copied from class: NamedType
      Set the NamedTypes's name to the argument String.
      Overrides:
      setName in class NamedType
    • getName

      public String getName()
      Description copied from class: NamedType
      get the NameType's name
      Overrides:
      getName in class NamedType
      Returns:
      the name
    • toString

      public String toString()
      Overrides:
      toString in class NamedType
    • getAssociatedLocRef

      public LocationTemplate getAssociatedLocRef()
    • setAssociatedLocRef

      public void setAssociatedLocRef(LocationTemplate locRef)
    • getAliasId

      public String getAliasId()
    • setAliasId

      public void setAliasId(String aliasId)
    • getAttribute

      public Double getAttribute()
    • setAttribute

      public void setAttribute(Double attribute)
    • getLocRef

      public LocationTemplate getLocRef()
    • setLocRef

      public void setLocRef(LocationTemplate locRef)
    • toXmlString

      public String toXmlString()
    • hashCode

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

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