|
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.allowance.tool.AllowanceBlob.AllowanceParameter
public static final class AllowanceBlob.AllowanceParameter
This Java class represents a parameter defined in an allowance.
| Method Summary | |
|---|---|
java.lang.Long |
getAllowancePlanParameterDictionaryKey()
Gets the key of the parameter as defined in the parameter dictionary of the allowance plan (*) that relates to the allowance to be interpreted. |
ValueType |
getType()
Gets the type of the parameter. |
java.lang.Object |
getValue()
Gets the value of the parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.Long getAllowancePlanParameterDictionaryKey()
Gets the key of the parameter as defined in the parameter dictionary of the allowance plan (*) that relates to the allowance to be interpreted.
The name of the parameter can be retrieved in the CAPA_NAMES_DICT table of the Core Database
in the NAME column of the row with the following criteria:
CAPA_OID column is the unique identifier of the related allowance planNAME_KEY column is the key returned by this methodNote (*)
View the allowance plans configured in SAP Convergent Charging by using the SAP CC Core Tool user interface.
public ValueType getType()
type of the parameter.
type of the parameterpublic java.lang.Object getValue()
Gets the value of the parameter.
The Java type of the returned value depends on the type of the parameter:
number, the returned value is a BigDecimalstring, the returned value is a Stringdate, the returned value is a Date
|
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 | ||||||||