|
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.AccountOperation.AccountReference
public static class AccountOperation.AccountReference
This class represents a reference to an account impacted by a charging operation.
An account reference contains:
type of the account impacted: prepaid (managed in the SAP CC system, external (postpaid aacount managed in a third-party accounting system)
| Constructor Summary | |
|---|---|
AccountOperation.AccountReference()
Builds an uninitialized account reference. |
|
AccountOperation.AccountReference(AccountOperation.AccountReferenceType type,
java.lang.String id)
Builds an account reference with a type and an identifier. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getId()
Gets the identifier of the referenced account. |
AccountOperation.AccountReferenceType |
getType()
Gets the type of the referenced account. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AccountOperation.AccountReference()
public AccountOperation.AccountReference(AccountOperation.AccountReferenceType type,
java.lang.String id)
type and an identifier.
type - The type of the referenced accountid - The identifier of the reference account| Method Detail |
|---|
public AccountOperation.AccountReferenceType getType()
type of the referenced account.
type of the referenced accountpublic java.lang.String getId()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
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 | ||||||||