public class B2BDocumentPaymentInfoModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_B2BDOCUMENT2B2BDOCUMENTPAYINFO
Generated relation code constant for relation
B2BDocument2B2BDocumentPayInfo defining source attribute payDocument in extension accountsummaryaddon. |
static String |
_B2BDOCUMENT2B2BDOCUMENTUSEINFO
Generated relation code constant for relation
B2BDocument2B2BDocumentUseInfo defining source attribute useDocument in extension accountsummaryaddon. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
AMOUNT
Generated constant - Attribute key of
B2BDocumentPaymentInfo.amount attribute defined at extension accountsummaryaddon. |
static String |
CCTRANSACTIONNUMBER
Generated constant - Attribute key of
B2BDocumentPaymentInfo.ccTransactionNumber attribute defined at extension accountsummaryaddon. |
static String |
DATE
Generated constant - Attribute key of
B2BDocumentPaymentInfo.date attribute defined at extension accountsummaryaddon. |
static String |
EXTERNAL
Generated constant - Attribute key of
B2BDocumentPaymentInfo.external attribute defined at extension accountsummaryaddon. |
static String |
PAYDOCUMENT
Generated constant - Attribute key of
B2BDocumentPaymentInfo.payDocument attribute defined at extension accountsummaryaddon. |
static String |
PAYMENTMETHOD
Generated constant - Attribute key of
B2BDocumentPaymentInfo.paymentMethod attribute defined at extension accountsummaryaddon. |
static String |
REFERENCENUMBER
Generated constant - Attribute key of
B2BDocumentPaymentInfo.referenceNumber attribute defined at extension accountsummaryaddon. |
static String |
USEDOCUMENT
Generated constant - Attribute key of
B2BDocumentPaymentInfo.useDocument attribute defined at extension accountsummaryaddon. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
B2BDocumentPaymentInfoModel()
Generated constructor - Default constructor for generic creation.
|
B2BDocumentPaymentInfoModel(BigDecimal _amount,
Date _date,
String _external,
B2BDocumentModel _payDocument)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
B2BDocumentPaymentInfoModel(BigDecimal _amount,
Date _date,
String _external,
ItemModel _owner,
B2BDocumentModel _payDocument)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
B2BDocumentPaymentInfoModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount()
Generated method - Getter of the
B2BDocumentPaymentInfo.amount attribute defined at extension accountsummaryaddon. |
String |
getCcTransactionNumber()
Generated method - Getter of the
B2BDocumentPaymentInfo.ccTransactionNumber attribute defined at extension accountsummaryaddon. |
Date |
getDate()
Generated method - Getter of the
B2BDocumentPaymentInfo.date attribute defined at extension accountsummaryaddon. |
String |
getExternal()
Generated method - Getter of the
B2BDocumentPaymentInfo.external attribute defined at extension accountsummaryaddon. |
B2BDocumentModel |
getPayDocument()
Generated method - Getter of the
B2BDocumentPaymentInfo.payDocument attribute defined at extension accountsummaryaddon. |
String |
getPaymentMethod()
Generated method - Getter of the
B2BDocumentPaymentInfo.paymentMethod dynamic attribute defined at extension accountsummaryaddon. |
String |
getReferenceNumber()
Generated method - Getter of the
B2BDocumentPaymentInfo.referenceNumber dynamic attribute defined at extension accountsummaryaddon. |
B2BDocumentModel |
getUseDocument()
Generated method - Getter of the
B2BDocumentPaymentInfo.useDocument attribute defined at extension accountsummaryaddon. |
void |
setAmount(BigDecimal value)
Generated method - Setter of
B2BDocumentPaymentInfo.amount attribute defined at extension accountsummaryaddon. |
void |
setCcTransactionNumber(String value)
Generated method - Setter of
B2BDocumentPaymentInfo.ccTransactionNumber attribute defined at extension accountsummaryaddon. |
void |
setDate(Date value)
Generated method - Setter of
B2BDocumentPaymentInfo.date attribute defined at extension accountsummaryaddon. |
void |
setExternal(String value)
Generated method - Setter of
B2BDocumentPaymentInfo.external attribute defined at extension accountsummaryaddon. |
void |
setPayDocument(B2BDocumentModel value)
Generated method - Setter of
B2BDocumentPaymentInfo.payDocument attribute defined at extension accountsummaryaddon. |
void |
setUseDocument(B2BDocumentModel value)
Generated method - Setter of
B2BDocumentPaymentInfo.useDocument attribute defined at extension accountsummaryaddon. |
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 _B2BDOCUMENT2B2BDOCUMENTPAYINFO
B2BDocument2B2BDocumentPayInfo defining source attribute payDocument in extension accountsummaryaddon.public static final String _B2BDOCUMENT2B2BDOCUMENTUSEINFO
B2BDocument2B2BDocumentUseInfo defining source attribute useDocument in extension accountsummaryaddon.public static final String EXTERNAL
B2BDocumentPaymentInfo.external attribute defined at extension accountsummaryaddon.public static final String AMOUNT
B2BDocumentPaymentInfo.amount attribute defined at extension accountsummaryaddon.public static final String DATE
B2BDocumentPaymentInfo.date attribute defined at extension accountsummaryaddon.public static final String CCTRANSACTIONNUMBER
B2BDocumentPaymentInfo.ccTransactionNumber attribute defined at extension accountsummaryaddon.public static final String PAYMENTMETHOD
B2BDocumentPaymentInfo.paymentMethod attribute defined at extension accountsummaryaddon.public static final String REFERENCENUMBER
B2BDocumentPaymentInfo.referenceNumber attribute defined at extension accountsummaryaddon.public static final String PAYDOCUMENT
B2BDocumentPaymentInfo.payDocument attribute defined at extension accountsummaryaddon.public static final String USEDOCUMENT
B2BDocumentPaymentInfo.useDocument attribute defined at extension accountsummaryaddon.public B2BDocumentPaymentInfoModel()
public B2BDocumentPaymentInfoModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public B2BDocumentPaymentInfoModel(BigDecimal _amount, Date _date, String _external, B2BDocumentModel _payDocument)
_amount - initial attribute declared by type B2BDocumentPaymentInfo at extension accountsummaryaddon_date - initial attribute declared by type B2BDocumentPaymentInfo at extension accountsummaryaddon_external - initial attribute declared by type B2BDocumentPaymentInfo at extension accountsummaryaddon_payDocument - initial attribute declared by type B2BDocumentPaymentInfo at extension accountsummaryaddon@Deprecated public B2BDocumentPaymentInfoModel(BigDecimal _amount, Date _date, String _external, ItemModel _owner, B2BDocumentModel _payDocument)
_amount - initial attribute declared by type B2BDocumentPaymentInfo at extension accountsummaryaddon_date - initial attribute declared by type B2BDocumentPaymentInfo at extension accountsummaryaddon_external - initial attribute declared by type B2BDocumentPaymentInfo at extension accountsummaryaddon_owner - initial attribute declared by type Item at extension core_payDocument - initial attribute declared by type B2BDocumentPaymentInfo at extension accountsummaryaddon@Accessor(qualifier="amount", type=GETTER) public BigDecimal getAmount()
B2BDocumentPaymentInfo.amount attribute defined at extension accountsummaryaddon.@Accessor(qualifier="ccTransactionNumber", type=GETTER) public String getCcTransactionNumber()
B2BDocumentPaymentInfo.ccTransactionNumber attribute defined at extension accountsummaryaddon.@Accessor(qualifier="date", type=GETTER) public Date getDate()
B2BDocumentPaymentInfo.date attribute defined at extension accountsummaryaddon.@Accessor(qualifier="external", type=GETTER) public String getExternal()
B2BDocumentPaymentInfo.external attribute defined at extension accountsummaryaddon.@Accessor(qualifier="payDocument", type=GETTER) public B2BDocumentModel getPayDocument()
B2BDocumentPaymentInfo.payDocument attribute defined at extension accountsummaryaddon.@Accessor(qualifier="paymentMethod", type=GETTER) public String getPaymentMethod()
B2BDocumentPaymentInfo.paymentMethod dynamic attribute defined at extension accountsummaryaddon.@Accessor(qualifier="referenceNumber", type=GETTER) public String getReferenceNumber()
B2BDocumentPaymentInfo.referenceNumber dynamic attribute defined at extension accountsummaryaddon.@Accessor(qualifier="useDocument", type=GETTER) public B2BDocumentModel getUseDocument()
B2BDocumentPaymentInfo.useDocument attribute defined at extension accountsummaryaddon.@Accessor(qualifier="amount", type=SETTER) public void setAmount(BigDecimal value)
B2BDocumentPaymentInfo.amount attribute defined at extension accountsummaryaddon.value - the amount - amount@Accessor(qualifier="ccTransactionNumber", type=SETTER) public void setCcTransactionNumber(String value)
B2BDocumentPaymentInfo.ccTransactionNumber attribute defined at extension accountsummaryaddon.value - the ccTransactionNumber@Accessor(qualifier="date", type=SETTER) public void setDate(Date value)
B2BDocumentPaymentInfo.date attribute defined at extension accountsummaryaddon.value - the date - date@Accessor(qualifier="external", type=SETTER) public void setExternal(String value)
B2BDocumentPaymentInfo.external attribute defined at extension accountsummaryaddon.value - the external@Accessor(qualifier="payDocument", type=SETTER) public void setPayDocument(B2BDocumentModel value)
B2BDocumentPaymentInfo.payDocument attribute defined at extension accountsummaryaddon.value - the payDocument@Accessor(qualifier="useDocument", type=SETTER) public void setUseDocument(B2BDocumentModel value)
B2BDocumentPaymentInfo.useDocument attribute defined at extension accountsummaryaddon.value - the useDocumentCopyright © 2017 SAP SE. All Rights Reserved.