Package com.jedox.palojlib.main
Class Consolidation
java.lang.Object
com.jedox.palojlib.main.Consolidation
- All Implemented Interfaces:
IConsolidation
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Consolidation
-
-
Method Details
-
getParent
Description copied from interface:IConsolidation
get the parent element- Specified by:
getParent
in interfaceIConsolidation
- Returns:
- the parent
-
getChild
Description copied from interface:IConsolidation
get the child element- Specified by:
getChild
in interfaceIConsolidation
- Returns:
- the child element
-
getWeight
public double getWeight()Description copied from interface:IConsolidation
get the weight of the child to this parent- Specified by:
getWeight
in interfaceIConsolidation
- Returns:
- weight value
-