org.pasoa.common.structure
Class PAssertionDataKey

java.lang.Object
  extended by org.pasoa.common.structure.PAssertionDataKey
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ObjectID

public class PAssertionDataKey
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PAssertionDataKey(GlobalPAssertionKey gpak, Element dataAccessor)
           
 
Method Summary
 boolean equals(Object otherPADK)
           
 Element getDataAccessor()
           
 GlobalPAssertionKey getGlobalPAssertionKey()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PAssertionDataKey

public PAssertionDataKey(GlobalPAssertionKey gpak,
                         Element dataAccessor)
Method Detail

equals

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

getDataAccessor

public Element getDataAccessor()

getGlobalPAssertionKey

public GlobalPAssertionKey getGlobalPAssertionKey()

hashCode

public int hashCode()
Overrides:
hashCode in class Object