class: RelationVO

public class: RelationVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:14:14; Modified: 16.07.2009 15:14:14;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {4579C7FB-6F47-4893-B8F3-FCD04E8C79AA}
Represents the content relation between two items.
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: ItemRO, ItemRO, RelationType, ValueObject

Appears in: valueobjects

Connections
 
Custom Properties
 
RelationVO Attributes
Attribute Details
private String
  description
Notes: description of the content relation, e. g. the reason for the relation.
private ItemRO
  sourceItemRef
Notes: The item ref of the item that is the source/start of the relation.
private ItemRO
  targetItemRef
Notes: Describes the reference of the target item.
private RelationType
  type
Notes: The type of the relation, e. g. "isRevisionOf"
 
RelationVO Methods
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"