org.fcrepo.client.utility.validate.types
Class RelationshipInfo

java.lang.Object
  extended by org.fcrepo.client.utility.validate.types.RelationshipInfo

public class RelationshipInfo
extends Object

Information needed to validate an object's relationships against its content model.

Author:
Jim Blake

Constructor Summary
RelationshipInfo(String predicate, String object)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getObject()
           
 String getObjectPid()
           
 String getPredicate()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RelationshipInfo

public RelationshipInfo(String predicate,
                        String object)
Method Detail

getPredicate

public String getPredicate()

getObject

public String getObject()

getObjectPid

public String getObjectPid()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 DuraSpace. All Rights Reserved.