org.eclipse.higgins.idas.udi.impl.sync
Class PDSContextUDI

java.lang.Object
  extended by org.eclipse.higgins.idas.udi.impl.AbstractContextUDI
      extended by org.eclipse.higgins.idas.udi.impl.sync.PDSContextUDI
All Implemented Interfaces:
Serializable, Comparable, IContextUDI

public class PDSContextUDI
extends AbstractContextUDI

See Also:
Serialized Form

Constructor Summary
PDSContextUDI(String contextUDI, String contextType)
           
 
Method Summary
 IContextUDIMetadata getContextUDIMetadata()
           
 
Methods inherited from class org.eclipse.higgins.idas.udi.impl.AbstractContextUDI
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PDSContextUDI

public PDSContextUDI(String contextUDI,
                     String contextType)
              throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException
Method Detail

getContextUDIMetadata

public IContextUDIMetadata getContextUDIMetadata()