|
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.batchgroup.BatchRatingGroupIdentifier
public class BatchRatingGroupIdentifier
This Java class represents the identifiers of batch rating groups configured in the connected SAP CC system.
package.
| Field Summary | |
|---|---|
static short |
DEFAULT_BATCH_RATING_GROUP_ID
The default identifier: 0 |
| Constructor Summary | |
|---|---|
BatchRatingGroupIdentifier(java.lang.Short batchRatingGroupId)
Creates a batch rating group identifier according to a numerical identifier. |
|
BatchRatingGroupIdentifier(java.lang.String batchRatingGroupCode)
Creates an identifier of batch rating group according to a batch rating group code. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBatchRatingGroupCode()
Gets the code of the batch rating group. |
java.lang.Short |
getBatchRatingGroupId()
Gets the numerical identifier of the batch rating group. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final short DEFAULT_BATCH_RATING_GROUP_ID
| Constructor Detail |
|---|
public BatchRatingGroupIdentifier(java.lang.String batchRatingGroupCode)
throws com.highdeal.util.NullArgumentException
batchRatingGroupCode - The code of the batch rating group ID to create
com.highdeal.util.NullArgumentException - if the specified group code is null or empty
public BatchRatingGroupIdentifier(java.lang.Short batchRatingGroupId)
throws com.highdeal.util.NullArgumentException
batchRatingGroupId - The numerical identifier of the batch rating group to create
com.highdeal.util.NullArgumentException - if the specified group ID is null or empty| Method Detail |
|---|
public java.lang.String getBatchRatingGroupCode()
null when the batch rating group has a defined identifierpublic java.lang.Short getBatchRatingGroupId()
null when the batch rating group has a defined code
|
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 | ||||||||