Skip navigation links


com.fatwire.mda
Interface DimensionableAssetInstance.DimensionParentRelationship

All Known Implementing Classes:
DimParentRelationshipImpl
Enclosing interface:
DimensionableAssetInstance

public static interface DimensionableAssetInstance.DimensionParentRelationship

This interface represents a relationship between a dimensionable asset instance and its parent. It is a container for the parent asset id itself and an identifier for the dimension group.


Method Summary
 java.lang.String getGroup()
          Get the name of the group that categorizes the relationship
 AssetId getParent()
          Get the parent asset identifier.

 

Method Detail

getGroup

java.lang.String getGroup()
Get the name of the group that categorizes the relationship
Returns:
the name of the group that categorizes the relationship

getParent

AssetId getParent()
Get the parent asset identifier.
Returns:
the name of the dimensionable asset parent instance that is related.

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.