|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.livecycle.connectorforibmcm.dsc.client.RelationInfo
public class RelationInfo
Class containing information about the relationship between two objects. A relationship always has source and target objects.
| 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 |
|---|
public RelationInfo()
| Method Detail |
|---|
public java.lang.String getRelationDesc()
public void setRelationDesc(java.lang.String relationDesc)
public java.lang.String getRelationType()
public void setRelationType(java.lang.String relationType)
public DocInfo getSourceDocInfo()
DocInfo, about the source of the relationship.
public void setSourceDocInfo(DocInfo sourceDocInfo)
public DocInfo getTargetDocInfo()
DocInfo, about the target of relationship.
public void setTargetDocInfo(DocInfo targetDocInfo)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||