Interface Relation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
getEndingDate()
Returns the ending date.NamedResourceReference
getSource()
Returns the source of the relation.Long
getStartingDate()
Returns the starting date.NamedResourceReference
getTarget()
Gets the target of the relation.ResourceReference
getType()
Returns the type of the relation.-
Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
-
-
-
Method Detail
-
getSource
NamedResourceReference getSource()
Returns the source of the relation.- Returns:
- the source of the relation
-
getTarget
NamedResourceReference getTarget()
Gets the target of the relation.- Returns:
- the target of the relation
-
getType
ResourceReference getType()
Returns the type of the relation.- Returns:
- the type of the relation
-
getStartingDate
Long getStartingDate()
Returns the starting date.- Returns:
- the starting date
-
getEndingDate
Long getEndingDate()
Returns the ending date.- Returns:
- the ending date
-
-