com.highdeal.allowance.tool
Class AllowanceBlob.AllowanceParameter

java.lang.Object
  extended by com.highdeal.allowance.tool.AllowanceBlob.AllowanceParameter
Enclosing class:
AllowanceBlob

public static final class AllowanceBlob.AllowanceParameter
extends java.lang.Object

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

getAllowancePlanParameterDictionaryKey

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:

Note (*)

View the allowance plans configured in SAP Convergent Charging by using the SAP CC Core Tool user interface.

Returns:
The key of the parameter in the dictionary of the related allowance plan

getType

public ValueType getType()
Gets the type of the parameter.

Returns:
The type of the parameter

getValue

public java.lang.Object getValue()

Gets the value of the parameter.

The Java type of the returned value depends on the type of the parameter:

Returns:
The value of the parameter

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)