|
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.tif.TransactionField
public class TransactionField
This class defines and describes the accessor to a rated or charged transaction field.
| Constructor Summary | |
|---|---|
TransactionField(java.lang.String transactionFieldKey,
ITransactionField<?> transactionField,
com.highdeal.pnr.domain.TransactionFieldDescription.Scope... scopes)
Creates a new accessor to a rated or charged transaction field |
|
| Method Summary | |
|---|---|
com.highdeal.pnr.domain.TransactionFieldDescription.Scope[] |
getScopes()
Gets an array of scopes that defines the use of the transaction field |
ITransactionField<?> |
getTransactionField()
Gets the transaction field that can access to the value |
java.lang.String |
getTransactionFieldKey()
Gets the key of the transaction field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransactionField(java.lang.String transactionFieldKey,
ITransactionField<?> transactionField,
com.highdeal.pnr.domain.TransactionFieldDescription.Scope... scopes)
transactionFieldKey - the key of the transaction fieldtransactionField - transaction field, that can access to the valuescopes - an array of scopes that describes the use of this transaction field| Method Detail |
|---|
public java.lang.String getTransactionFieldKey()
transaction field. The key uniquely defines the field.
public ITransactionField<?> getTransactionField()
transaction field that can access to the value
public com.highdeal.pnr.domain.TransactionFieldDescription.Scope[] getScopes()
scopes that defines the use of the transaction field
|
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 | ||||||||