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:IConsolidationget the parent element- Specified by:
getParentin interfaceIConsolidation- Returns:
- the parent
-
getChild
Description copied from interface:IConsolidationget the child element- Specified by:
getChildin interfaceIConsolidation- Returns:
- the child element
-
getWeight
public double getWeight()Description copied from interface:IConsolidationget the weight of the child to this parent- Specified by:
getWeightin interfaceIConsolidation- Returns:
- weight value
-