|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.common.data.Relationship
public class Relationship
Represents a relationship between two assets
| Constructor Summary | |
|---|---|
Relationship()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getChildAssetGUID()
Gets the child GUID from the manifest does not fetch the asset if we do not have to |
java.lang.String |
getChildAssetVersion()
Gets the child version from the manifest does not fetch the asset if we do not have to |
Asset |
getParentAsset()
The parent asset |
java.lang.String |
getRelationshipTypeName()
|
void |
setChildAssetGUID(java.lang.String childAssetGUID)
|
void |
setChildAssetVersion(java.lang.String childAssetVersion)
|
void |
setParentAsset(Asset parentAsset)
|
void |
setRelationshipTypeName(java.lang.String relationshipTypeName)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Relationship()
| Method Detail |
|---|
public Asset getParentAsset()
public java.lang.String getChildAssetGUID()
public java.lang.String getChildAssetVersion()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getRelationshipTypeName()
public void setChildAssetGUID(java.lang.String childAssetGUID)
childAssetGUID - The childAssetGUID to set.public void setChildAssetVersion(java.lang.String childAssetVersion)
childAssetVersion - The childAssetVersion to set.public void setParentAsset(Asset parentAsset)
parentAsset - The parentAsset to set.public void setRelationshipTypeName(java.lang.String relationshipTypeName)
relationshipTypeName - The relationshipTypeName to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||