|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.pnr.hci.RateComponentModel
com.highdeal.pnr.hci.ChargeModel
public abstract class ChargeModel
This class is the root class for the different charging classes.
| Field Summary |
|---|
| Fields inherited from class com.highdeal.pnr.hci.RateComponentModel |
|---|
children, description, name, parent |
| Constructor Summary | |
|---|---|
ChargeModel()
|
|
| Method Summary | |
|---|---|
boolean |
checkValidity()
Returns true if the component is valid. |
int |
getMaxChildCount()
Gets the maximum child count. |
RateComponentModel |
getRateComponent()
Gets the contained rate component. |
void |
setRateComponent(RateComponentModel rateComponent)
Sets the contained rate component. |
| Methods inherited from class com.highdeal.pnr.hci.RateComponentModel |
|---|
addCharacterData, addChild, getChildAt, getChildCount, getChildren, getContext, getDescription, getName, getParent, inheritedContext, isRemoveChildAllowed, isSetChildAllowed, marshal, marshallChildren, remove, removeChild, setAttributes, setChild, setChild, setChildren, setDescription, setName, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChargeModel()
| Method Detail |
|---|
public RateComponentModel getRateComponent()
public void setRateComponent(RateComponentModel rateComponent)
rateComponent - the contained rate component.public int getMaxChildCount()
RateComponentModel
getMaxChildCount in class RateComponentModelpublic boolean checkValidity()
RateComponentModel
checkValidity in class RateComponentModel
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||