|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.openmarket.xcelerate.common.DimParentRelationshipImpl
public final class DimParentRelationshipImpl
This class represent a dimension parent relationship implementation. The Dimension parent have a group name and an AssetId which is the parent asset of all the assets in the group.
Constructor Summary | |
---|---|
DimParentRelationshipImpl(java.lang.String group,
AssetId parent)
Constructor of the Dimension parent |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Equals is performed in the following order 1. |
java.lang.String |
getGroup()
Retrieves the Dimension parent group name |
AssetId |
getParent()
Retrieves the parent asset id of the Dimension parent group |
int |
hashCode()
|
java.lang.String |
toString()
String representation of DimensionParentRelationship. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DimParentRelationshipImpl(java.lang.String group, AssetId parent)
group
- the name of the Dimension parent group, can not be nullparent
- the id the of the parent asset, can not be nullMethod Detail |
---|
public java.lang.String getGroup()
getGroup
in interface DimensionableAssetInstance.DimensionParentRelationship
public AssetId getParent()
getParent
in interface DimensionableAssetInstance.DimensionParentRelationship
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to compare with
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |