Operation |
Details |
public clone():Object |
Sequential Tags: | annotations=@Override
| Notes: | {@inheritDoc} @author Thomas Diebaecker | |
public getDescription():String |
Sequential Notes: | description of the content relation, e. g. the reason for the relation. | |
public getTargetItemRef():ItemRO |
Sequential Notes: | Describes the reference of the target item. | |
public getType():String |
Sequential Notes: | The type of the relation. | |
public ItemRelationVO(): |
Sequential Notes: | This no-argument constructor is needed by JiBX! @param type @param targetItemRef | |
public ItemRelationVO( String type, ItemRO targetItemRef): |
Sequential |
public ItemRelationVO( ItemRelationVO other): |
Sequential Notes: | Copy constructor. @author Thomas Diebaecker | |
public setDescription( String newVal):void |
Sequential Notes: | Description of the content relation, e. g. the reason for the relation. | |
public setTargetItemRef( ItemRO newVal):void |
Sequential Notes: | Describes the reference of the target item. | |
public setType( String newVal):void |
Sequential Notes: | The type of the relation. | |