AbstractUniqueID

public abstract class AbstractUniqueID extends AbstractID

Java class for uniqueID complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="uniqueID">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <attribute name="entityID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
    </restriction>
  </complexContent>
</complexType>

Methods

equals

public boolean equals(Object o)

getEntityID

public String getEntityID()

hashCode

public int hashCode()

setEntityID

public void setEntityID(String entityID)
Parameters:

toString

public String toString()