Interface ComplexRelationLeg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description NamedResourceReference
getAsset()
Deprecated.This method will be removed in the future.AssetReference
getAssetReference()
Returns the reference to the asset.NamedResourceReference
getAssetType()
Returns the reference to the asset type.String
getCoRole()
Returns the co-role for the asset assigned to this leg.String
getRole()
Returns the role that the asset assigned to this leg plays in the complex relation.-
Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
-
-
-
Method Detail
-
getAssetType
NamedResourceReference getAssetType()
Returns the reference to the asset type.- Returns:
- the reference to the asset type
-
getAsset
@Deprecated NamedResourceReference getAsset()
Deprecated.This method will be removed in the future. Please, usegetAssetReference()
Returns the reference to the asset.- Returns:
- the reference to the asset
-
getAssetReference
AssetReference getAssetReference()
Returns the reference to the asset.- Returns:
- the reference to the asset
-
getRole
String getRole()
Returns the role that the asset assigned to this leg plays in the complex relation.- Returns:
- the role that the asset assigned to this leg plays in the complex relation
-
getCoRole
String getCoRole()
Returns the co-role for the asset assigned to this leg.- Returns:
- the co-role for the asset assigned to this leg
-
-