org.eclipse.higgins.idas.udi.impl
Class AbstractAttributeUDI

java.lang.Object
  extended byorg.eclipse.higgins.idas.udi.impl.AbstractAttributeUDI
All Implemented Interfaces:
Comparable, IAttributeUDI, Serializable
Direct Known Subclasses:
XRIAttributeUDI

public abstract class AbstractAttributeUDI
extends Object
implements IAttributeUDI

See Also:
Serialized Form

Method Summary
 int compareTo(Object other)
           
 boolean equals(Object other)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.higgins.idas.udi.IAttributeUDI
getAttributeUDIMetadata
 

Method Detail

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public String toString()

compareTo

public int compareTo(Object other)
Specified by:
compareTo in interface Comparable