wt.dataops.objectcol.dependency
Class RelationshipDependency

java.lang.Object
  extended bywt.dataops.objectcol.dependency.RelationshipDependency
All Implemented Interfaces:
Dependency, Serializable

public class RelationshipDependency
extends Object
implements Dependency, Serializable

See Also:
Serialized Form

Field Summary
protected  Persistable relationship
           
 
Constructor Summary
RelationshipDependency(Persistable rel)
           
 
Method Summary
 boolean equals(Object obj)
           
 Persistable getDependencyObject()
          

Supported API: false
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relationship

protected Persistable relationship
Constructor Detail

RelationshipDependency

public RelationshipDependency(Persistable rel)
Method Detail

getDependencyObject

public Persistable getDependencyObject()
Description copied from interface: Dependency


Supported API: false

Specified by:
getDependencyObject in interface Dependency
Returns:
Persistable

equals

public boolean equals(Object obj)

hashCode

public int hashCode()