public class PaymentTransactionEntryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_PAYMENTTRANSACTION2PAYMENTTRANSACTIONENTRY
Generated relation code constant for relation
PaymentTransaction2PaymentTransactionEntry defining source attribute paymentTransaction in extension payment. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
AMOUNT
Generated constant - Attribute key of
PaymentTransactionEntry.amount attribute defined at extension payment. |
static String |
CODE
Generated constant - Attribute key of
PaymentTransactionEntry.code attribute defined at extension payment. |
static String |
CURRENCY
Generated constant - Attribute key of
PaymentTransactionEntry.currency attribute defined at extension payment. |
static String |
PAYMENTTRANSACTION
Generated constant - Attribute key of
PaymentTransactionEntry.paymentTransaction attribute defined at extension payment. |
static String |
REQUESTID
Generated constant - Attribute key of
PaymentTransactionEntry.requestId attribute defined at extension payment. |
static String |
REQUESTTOKEN
Generated constant - Attribute key of
PaymentTransactionEntry.requestToken attribute defined at extension payment. |
static String |
SUBSCRIPTIONID
Generated constant - Attribute key of
PaymentTransactionEntry.subscriptionID attribute defined at extension payment. |
static String |
TIME
Generated constant - Attribute key of
PaymentTransactionEntry.time attribute defined at extension payment. |
static String |
TRANSACTIONSTATUS
Generated constant - Attribute key of
PaymentTransactionEntry.transactionStatus attribute defined at extension payment. |
static String |
TRANSACTIONSTATUSDETAILS
Generated constant - Attribute key of
PaymentTransactionEntry.transactionStatusDetails attribute defined at extension payment. |
static String |
TYPE
Generated constant - Attribute key of
PaymentTransactionEntry.type attribute defined at extension payment. |
static String |
VERSIONID
Generated constant - Attribute key of
PaymentTransactionEntry.versionID attribute defined at extension payment. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PaymentTransactionEntryModel()
Generated constructor - Default constructor for generic creation.
|
PaymentTransactionEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
PaymentTransactionEntryModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PaymentTransactionEntryModel(String _code,
ItemModel _owner,
String _versionID)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount()
Generated method - Getter of the
PaymentTransactionEntry.amount attribute defined at extension payment. |
String |
getCode()
Generated method - Getter of the
PaymentTransactionEntry.code attribute defined at extension payment. |
CurrencyModel |
getCurrency()
Generated method - Getter of the
PaymentTransactionEntry.currency attribute defined at extension payment. |
PaymentTransactionModel |
getPaymentTransaction()
Generated method - Getter of the
PaymentTransactionEntry.paymentTransaction attribute defined at extension payment. |
String |
getRequestId()
Generated method - Getter of the
PaymentTransactionEntry.requestId attribute defined at extension payment. |
String |
getRequestToken()
Generated method - Getter of the
PaymentTransactionEntry.requestToken attribute defined at extension payment. |
String |
getSubscriptionID()
Generated method - Getter of the
PaymentTransactionEntry.subscriptionID attribute defined at extension payment. |
Date |
getTime()
Generated method - Getter of the
PaymentTransactionEntry.time attribute defined at extension payment. |
String |
getTransactionStatus()
Generated method - Getter of the
PaymentTransactionEntry.transactionStatus attribute defined at extension payment. |
String |
getTransactionStatusDetails()
Generated method - Getter of the
PaymentTransactionEntry.transactionStatusDetails attribute defined at extension payment. |
PaymentTransactionType |
getType()
Generated method - Getter of the
PaymentTransactionEntry.type attribute defined at extension payment. |
String |
getVersionID()
Generated method - Getter of the
PaymentTransactionEntry.versionID attribute defined at extension payment. |
void |
setAmount(BigDecimal value)
Generated method - Setter of
PaymentTransactionEntry.amount attribute defined at extension payment. |
void |
setCode(String value)
Generated method - Setter of
PaymentTransactionEntry.code attribute defined at extension payment. |
void |
setCurrency(CurrencyModel value)
Generated method - Setter of
PaymentTransactionEntry.currency attribute defined at extension payment. |
void |
setPaymentTransaction(PaymentTransactionModel value)
Generated method - Setter of
PaymentTransactionEntry.paymentTransaction attribute defined at extension payment. |
void |
setRequestId(String value)
Generated method - Setter of
PaymentTransactionEntry.requestId attribute defined at extension payment. |
void |
setRequestToken(String value)
Generated method - Setter of
PaymentTransactionEntry.requestToken attribute defined at extension payment. |
void |
setSubscriptionID(String value)
Generated method - Setter of
PaymentTransactionEntry.subscriptionID attribute defined at extension payment. |
void |
setTime(Date value)
Generated method - Setter of
PaymentTransactionEntry.time attribute defined at extension payment. |
void |
setTransactionStatus(String value)
Generated method - Setter of
PaymentTransactionEntry.transactionStatus attribute defined at extension payment. |
void |
setTransactionStatusDetails(String value)
Generated method - Setter of
PaymentTransactionEntry.transactionStatusDetails attribute defined at extension payment. |
void |
setType(PaymentTransactionType value)
Generated method - Setter of
PaymentTransactionEntry.type attribute defined at extension payment. |
void |
setVersionID(String value)
Generated method - Initial setter of
PaymentTransactionEntry.versionID attribute defined at extension payment. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _PAYMENTTRANSACTION2PAYMENTTRANSACTIONENTRY
PaymentTransaction2PaymentTransactionEntry defining source attribute paymentTransaction in extension payment.public static final String TYPE
PaymentTransactionEntry.type attribute defined at extension payment.public static final String AMOUNT
PaymentTransactionEntry.amount attribute defined at extension payment.public static final String CURRENCY
PaymentTransactionEntry.currency attribute defined at extension payment.public static final String TIME
PaymentTransactionEntry.time attribute defined at extension payment.public static final String TRANSACTIONSTATUS
PaymentTransactionEntry.transactionStatus attribute defined at extension payment.public static final String TRANSACTIONSTATUSDETAILS
PaymentTransactionEntry.transactionStatusDetails attribute defined at extension payment.public static final String REQUESTTOKEN
PaymentTransactionEntry.requestToken attribute defined at extension payment.public static final String REQUESTID
PaymentTransactionEntry.requestId attribute defined at extension payment.public static final String SUBSCRIPTIONID
PaymentTransactionEntry.subscriptionID attribute defined at extension payment.public static final String CODE
PaymentTransactionEntry.code attribute defined at extension payment.public static final String VERSIONID
PaymentTransactionEntry.versionID attribute defined at extension payment.public static final String PAYMENTTRANSACTION
PaymentTransactionEntry.paymentTransaction attribute defined at extension payment.public PaymentTransactionEntryModel()
public PaymentTransactionEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PaymentTransactionEntryModel(String _code)
_code - initial attribute declared by type PaymentTransactionEntry at extension payment@Deprecated public PaymentTransactionEntryModel(String _code, ItemModel _owner, String _versionID)
_code - initial attribute declared by type PaymentTransactionEntry at extension payment_owner - initial attribute declared by type Item at extension core_versionID - initial attribute declared by type PaymentTransactionEntry at extension payment@Accessor(qualifier="amount", type=GETTER) public BigDecimal getAmount()
PaymentTransactionEntry.amount attribute defined at extension payment.@Accessor(qualifier="code", type=GETTER) public String getCode()
PaymentTransactionEntry.code attribute defined at extension payment.@Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
PaymentTransactionEntry.currency attribute defined at extension payment.@Accessor(qualifier="paymentTransaction", type=GETTER) public PaymentTransactionModel getPaymentTransaction()
PaymentTransactionEntry.paymentTransaction attribute defined at extension payment.@Accessor(qualifier="requestId", type=GETTER) public String getRequestId()
PaymentTransactionEntry.requestId attribute defined at extension payment.@Accessor(qualifier="requestToken", type=GETTER) public String getRequestToken()
PaymentTransactionEntry.requestToken attribute defined at extension payment.@Accessor(qualifier="subscriptionID", type=GETTER) public String getSubscriptionID()
PaymentTransactionEntry.subscriptionID attribute defined at extension payment.@Accessor(qualifier="time", type=GETTER) public Date getTime()
PaymentTransactionEntry.time attribute defined at extension payment.@Accessor(qualifier="transactionStatus", type=GETTER) public String getTransactionStatus()
PaymentTransactionEntry.transactionStatus attribute defined at extension payment.@Accessor(qualifier="transactionStatusDetails", type=GETTER) public String getTransactionStatusDetails()
PaymentTransactionEntry.transactionStatusDetails attribute defined at extension payment.@Accessor(qualifier="type", type=GETTER) public PaymentTransactionType getType()
PaymentTransactionEntry.type attribute defined at extension payment.@Accessor(qualifier="versionID", type=GETTER) public String getVersionID()
PaymentTransactionEntry.versionID attribute defined at extension payment.@Accessor(qualifier="amount", type=SETTER) public void setAmount(BigDecimal value)
PaymentTransactionEntry.amount attribute defined at extension payment.value - the amount@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
PaymentTransactionEntry.code attribute defined at extension payment.value - the code@Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
PaymentTransactionEntry.currency attribute defined at extension payment.value - the currency@Accessor(qualifier="paymentTransaction", type=SETTER) public void setPaymentTransaction(PaymentTransactionModel value)
PaymentTransactionEntry.paymentTransaction attribute defined at extension payment.value - the paymentTransaction@Accessor(qualifier="requestId", type=SETTER) public void setRequestId(String value)
PaymentTransactionEntry.requestId attribute defined at extension payment.value - the requestId@Accessor(qualifier="requestToken", type=SETTER) public void setRequestToken(String value)
PaymentTransactionEntry.requestToken attribute defined at extension payment.value - the requestToken@Accessor(qualifier="subscriptionID", type=SETTER) public void setSubscriptionID(String value)
PaymentTransactionEntry.subscriptionID attribute defined at extension payment.value - the subscriptionID@Accessor(qualifier="time", type=SETTER) public void setTime(Date value)
PaymentTransactionEntry.time attribute defined at extension payment.value - the time@Accessor(qualifier="transactionStatus", type=SETTER) public void setTransactionStatus(String value)
PaymentTransactionEntry.transactionStatus attribute defined at extension payment.value - the transactionStatus@Accessor(qualifier="transactionStatusDetails", type=SETTER) public void setTransactionStatusDetails(String value)
PaymentTransactionEntry.transactionStatusDetails attribute defined at extension payment.value - the transactionStatusDetails@Accessor(qualifier="type", type=SETTER) public void setType(PaymentTransactionType value)
PaymentTransactionEntry.type attribute defined at extension payment.value - the type@Accessor(qualifier="versionID", type=SETTER) public void setVersionID(String value)
PaymentTransactionEntry.versionID attribute defined at extension payment. Can only be used at creation of model - before first save.value - the versionIDCopyright © 2017 SAP SE. All Rights Reserved.