com.adobe.livecycle.connectorforibmcm.dsc.client
Class RelationInfo

java.lang.Object
  extended by com.adobe.livecycle.connectorforibmcm.dsc.client.RelationInfo
All Implemented Interfaces:
java.io.Serializable

public class RelationInfo
extends java.lang.Object
implements java.io.Serializable

Class containing information about the relationship between two objects. A relationship always has source and target objects.

See Also:
Serialized Form

Constructor Summary
RelationInfo()
           
 
Method Summary
 java.lang.String getRelationDesc()
          Returns the description of the relationship.
 java.lang.String getRelationType()
          Returns the name of the relationship type.
 DocInfo getSourceDocInfo()
          Returns an object of type DocInfo, about the source of the relationship.
 DocInfo getTargetDocInfo()
          Returns an object of type DocInfo, about the target of relationship.
 void setRelationDesc(java.lang.String relationDesc)
          Sets the description of the relationship.
 void setRelationType(java.lang.String relationType)
          Sets the name of the relationship type.
 void setSourceDocInfo(DocInfo sourceDocInfo)
           
 void setTargetDocInfo(DocInfo targetDocInfo)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationInfo

public RelationInfo()
Method Detail

getRelationDesc

public java.lang.String getRelationDesc()
Returns the description of the relationship.


setRelationDesc

public void setRelationDesc(java.lang.String relationDesc)
Sets the description of the relationship.


getRelationType

public java.lang.String getRelationType()
Returns the name of the relationship type.


setRelationType

public void setRelationType(java.lang.String relationType)
Sets the name of the relationship type.


getSourceDocInfo

public DocInfo getSourceDocInfo()
Returns an object of type DocInfo, about the source of the relationship.


setSourceDocInfo

public void setSourceDocInfo(DocInfo sourceDocInfo)

getTargetDocInfo

public DocInfo getTargetDocInfo()
Returns an object of type DocInfo, about the target of relationship.


setTargetDocInfo

public void setTargetDocInfo(DocInfo targetDocInfo)