Operation |
Details |
public getDescription():String |
Sequential Notes: | description of the content relation, e. g. the reason for the relation. | |
public getSourceItemRef():ItemRO |
Sequential Notes: | the item ref of the item that is the source/start of the relation | |
public getTargetItemRef():ItemRO |
Sequential Notes: | Describes the reference of the target item. | |
public gettype():RelationType |
Sequential <<property get>> Tags: | attribute_name=type
| Notes: | The type of the relation, e. g. "isRevisionOf" | |
public RelationVO(): |
Sequential Notes: | Default constructor. | |
public RelationVO( RelationVO relation): |
Sequential Notes: | Clone constructor. | |
public setDescription( String newVal):void |
Sequential Notes: | Description of the content relation, e. g. the reason for the relation. | |
public setSourceItemRef( ItemRO newVal):void |
Sequential Notes: | the item ref of the item that is the source/start of the relation | |
public setTargetItemRef( ItemRO newVal):void |
Sequential Notes: | Describes the reference of the target item. | |
public settype( RelationType newVal):void |
Sequential <<property set>> Tags: | attribute_name=type
| Notes: | The type of the relation, e. g. "isRevisionOf" | |