public class B2BDocumentModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_B2BUNIT2B2BDOCUMENT
Generated relation code constant for relation
B2BUnit2B2BDocument defining source attribute unit in extension accountsummaryaddon. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
AMOUNT
Generated constant - Attribute key of
B2BDocument.amount attribute defined at extension accountsummaryaddon. |
static String |
CURRENCY
Generated constant - Attribute key of
B2BDocument.currency attribute defined at extension accountsummaryaddon. |
static String |
DATE
Generated constant - Attribute key of
B2BDocument.date attribute defined at extension accountsummaryaddon. |
static String |
DOCUMENTMEDIA
Generated constant - Attribute key of
B2BDocument.documentMedia attribute defined at extension accountsummaryaddon. |
static String |
DOCUMENTNUMBER
Generated constant - Attribute key of
B2BDocument.documentNumber attribute defined at extension accountsummaryaddon. |
static String |
DOCUMENTPAYMENTINFO
Generated constant - Attribute key of
B2BDocument.documentPaymentInfo attribute defined at extension accountsummaryaddon. |
static String |
DOCUMENTTYPE
Generated constant - Attribute key of
B2BDocument.documentType attribute defined at extension accountsummaryaddon. |
static String |
DUEDATE
Generated constant - Attribute key of
B2BDocument.dueDate attribute defined at extension accountsummaryaddon. |
static String |
OPENAMOUNT
Generated constant - Attribute key of
B2BDocument.openAmount attribute defined at extension accountsummaryaddon. |
static String |
ORDER
Generated constant - Attribute key of
B2BDocument.order attribute defined at extension accountsummaryaddon. |
static String |
STATUS
Generated constant - Attribute key of
B2BDocument.status attribute defined at extension accountsummaryaddon. |
static String |
UNIT
Generated constant - Attribute key of
B2BDocument.unit attribute defined at extension accountsummaryaddon. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
B2BDocumentModel()
Generated constructor - Default constructor for generic creation.
|
B2BDocumentModel(BigDecimal _amount,
CurrencyModel _currency,
String _documentNumber,
B2BDocumentTypeModel _documentType,
B2BUnitModel _unit)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
B2BDocumentModel(BigDecimal _amount,
CurrencyModel _currency,
String _documentNumber,
B2BDocumentTypeModel _documentType,
ItemModel _owner,
B2BUnitModel _unit)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
B2BDocumentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount()
Generated method - Getter of the
B2BDocument.amount attribute defined at extension accountsummaryaddon. |
CurrencyModel |
getCurrency()
Generated method - Getter of the
B2BDocument.currency attribute defined at extension accountsummaryaddon. |
Date |
getDate()
Generated method - Getter of the
B2BDocument.date attribute defined at extension accountsummaryaddon. |
DocumentMediaModel |
getDocumentMedia()
Generated method - Getter of the
B2BDocument.documentMedia attribute defined at extension accountsummaryaddon. |
String |
getDocumentNumber()
Generated method - Getter of the
B2BDocument.documentNumber attribute defined at extension accountsummaryaddon. |
Collection<B2BDocumentPaymentInfoModel> |
getDocumentPaymentInfo()
Generated method - Getter of the
B2BDocument.documentPaymentInfo attribute defined at extension accountsummaryaddon. |
B2BDocumentTypeModel |
getDocumentType()
Generated method - Getter of the
B2BDocument.documentType attribute defined at extension accountsummaryaddon. |
Date |
getDueDate()
Generated method - Getter of the
B2BDocument.dueDate attribute defined at extension accountsummaryaddon. |
BigDecimal |
getOpenAmount()
Generated method - Getter of the
B2BDocument.openAmount attribute defined at extension accountsummaryaddon. |
AbstractOrderModel |
getOrder()
Generated method - Getter of the
B2BDocument.order attribute defined at extension accountsummaryaddon. |
DocumentStatus |
getStatus()
Generated method - Getter of the
B2BDocument.status attribute defined at extension accountsummaryaddon. |
B2BUnitModel |
getUnit()
Generated method - Getter of the
B2BDocument.unit attribute defined at extension accountsummaryaddon. |
void |
setAmount(BigDecimal value)
Generated method - Setter of
B2BDocument.amount attribute defined at extension accountsummaryaddon. |
void |
setCurrency(CurrencyModel value)
Generated method - Setter of
B2BDocument.currency attribute defined at extension accountsummaryaddon. |
void |
setDate(Date value)
Generated method - Setter of
B2BDocument.date attribute defined at extension accountsummaryaddon. |
void |
setDocumentMedia(DocumentMediaModel value)
Generated method - Setter of
B2BDocument.documentMedia attribute defined at extension accountsummaryaddon. |
void |
setDocumentNumber(String value)
Generated method - Setter of
B2BDocument.documentNumber attribute defined at extension accountsummaryaddon. |
void |
setDocumentPaymentInfo(Collection<B2BDocumentPaymentInfoModel> value)
Generated method - Setter of
B2BDocument.documentPaymentInfo attribute defined at extension accountsummaryaddon. |
void |
setDocumentType(B2BDocumentTypeModel value)
Generated method - Setter of
B2BDocument.documentType attribute defined at extension accountsummaryaddon. |
void |
setDueDate(Date value)
Generated method - Setter of
B2BDocument.dueDate attribute defined at extension accountsummaryaddon. |
void |
setOpenAmount(BigDecimal value)
Generated method - Setter of
B2BDocument.openAmount attribute defined at extension accountsummaryaddon. |
void |
setOrder(AbstractOrderModel value)
Generated method - Setter of
B2BDocument.order attribute defined at extension accountsummaryaddon. |
void |
setStatus(DocumentStatus value)
Generated method - Setter of
B2BDocument.status attribute defined at extension accountsummaryaddon. |
void |
setUnit(B2BUnitModel value)
Generated method - Setter of
B2BDocument.unit 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 _B2BUNIT2B2BDOCUMENT
B2BUnit2B2BDocument defining source attribute unit in extension accountsummaryaddon.public static final String DOCUMENTNUMBER
B2BDocument.documentNumber attribute defined at extension accountsummaryaddon.public static final String STATUS
B2BDocument.status attribute defined at extension accountsummaryaddon.public static final String DATE
B2BDocument.date attribute defined at extension accountsummaryaddon.public static final String DUEDATE
B2BDocument.dueDate attribute defined at extension accountsummaryaddon.public static final String AMOUNT
B2BDocument.amount attribute defined at extension accountsummaryaddon.public static final String OPENAMOUNT
B2BDocument.openAmount attribute defined at extension accountsummaryaddon.public static final String CURRENCY
B2BDocument.currency attribute defined at extension accountsummaryaddon.public static final String DOCUMENTMEDIA
B2BDocument.documentMedia attribute defined at extension accountsummaryaddon.public static final String DOCUMENTTYPE
B2BDocument.documentType attribute defined at extension accountsummaryaddon.public static final String UNIT
B2BDocument.unit attribute defined at extension accountsummaryaddon.public static final String ORDER
B2BDocument.order attribute defined at extension accountsummaryaddon.public static final String DOCUMENTPAYMENTINFO
B2BDocument.documentPaymentInfo attribute defined at extension accountsummaryaddon.public B2BDocumentModel()
public B2BDocumentModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public B2BDocumentModel(BigDecimal _amount, CurrencyModel _currency, String _documentNumber, B2BDocumentTypeModel _documentType, B2BUnitModel _unit)
_amount - initial attribute declared by type B2BDocument at extension accountsummaryaddon_currency - initial attribute declared by type B2BDocument at extension accountsummaryaddon_documentNumber - initial attribute declared by type B2BDocument at extension accountsummaryaddon_documentType - initial attribute declared by type B2BDocument at extension accountsummaryaddon_unit - initial attribute declared by type B2BDocument at extension accountsummaryaddon@Deprecated public B2BDocumentModel(BigDecimal _amount, CurrencyModel _currency, String _documentNumber, B2BDocumentTypeModel _documentType, ItemModel _owner, B2BUnitModel _unit)
_amount - initial attribute declared by type B2BDocument at extension accountsummaryaddon_currency - initial attribute declared by type B2BDocument at extension accountsummaryaddon_documentNumber - initial attribute declared by type B2BDocument at extension accountsummaryaddon_documentType - initial attribute declared by type B2BDocument at extension accountsummaryaddon_owner - initial attribute declared by type Item at extension core_unit - initial attribute declared by type B2BDocument at extension accountsummaryaddon@Accessor(qualifier="amount", type=GETTER) public BigDecimal getAmount()
B2BDocument.amount attribute defined at extension accountsummaryaddon.@Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
B2BDocument.currency attribute defined at extension accountsummaryaddon.@Accessor(qualifier="date", type=GETTER) public Date getDate()
B2BDocument.date attribute defined at extension accountsummaryaddon.@Accessor(qualifier="documentMedia", type=GETTER) public DocumentMediaModel getDocumentMedia()
B2BDocument.documentMedia attribute defined at extension accountsummaryaddon.@Accessor(qualifier="documentNumber", type=GETTER) public String getDocumentNumber()
B2BDocument.documentNumber attribute defined at extension accountsummaryaddon.@Accessor(qualifier="documentPaymentInfo", type=GETTER) public Collection<B2BDocumentPaymentInfoModel> getDocumentPaymentInfo()
B2BDocument.documentPaymentInfo attribute defined at extension accountsummaryaddon.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="documentType", type=GETTER) public B2BDocumentTypeModel getDocumentType()
B2BDocument.documentType attribute defined at extension accountsummaryaddon.@Accessor(qualifier="dueDate", type=GETTER) public Date getDueDate()
B2BDocument.dueDate attribute defined at extension accountsummaryaddon.@Accessor(qualifier="openAmount", type=GETTER) public BigDecimal getOpenAmount()
B2BDocument.openAmount attribute defined at extension accountsummaryaddon.@Accessor(qualifier="order", type=GETTER) public AbstractOrderModel getOrder()
B2BDocument.order attribute defined at extension accountsummaryaddon.@Accessor(qualifier="status", type=GETTER) public DocumentStatus getStatus()
B2BDocument.status attribute defined at extension accountsummaryaddon.@Accessor(qualifier="unit", type=GETTER) public B2BUnitModel getUnit()
B2BDocument.unit attribute defined at extension accountsummaryaddon.@Accessor(qualifier="amount", type=SETTER) public void setAmount(BigDecimal value)
B2BDocument.amount attribute defined at extension accountsummaryaddon.value - the amount - amount@Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
B2BDocument.currency attribute defined at extension accountsummaryaddon.value - the currency@Accessor(qualifier="date", type=SETTER) public void setDate(Date value)
B2BDocument.date attribute defined at extension accountsummaryaddon.value - the date - date@Accessor(qualifier="documentMedia", type=SETTER) public void setDocumentMedia(DocumentMediaModel value)
B2BDocument.documentMedia attribute defined at extension accountsummaryaddon.value - the documentMedia@Accessor(qualifier="documentNumber", type=SETTER) public void setDocumentNumber(String value)
B2BDocument.documentNumber attribute defined at extension accountsummaryaddon.value - the documentNumber@Accessor(qualifier="documentPaymentInfo", type=SETTER) public void setDocumentPaymentInfo(Collection<B2BDocumentPaymentInfoModel> value)
B2BDocument.documentPaymentInfo attribute defined at extension accountsummaryaddon.value - the documentPaymentInfo@Accessor(qualifier="documentType", type=SETTER) public void setDocumentType(B2BDocumentTypeModel value)
B2BDocument.documentType attribute defined at extension accountsummaryaddon.value - the documentType@Accessor(qualifier="dueDate", type=SETTER) public void setDueDate(Date value)
B2BDocument.dueDate attribute defined at extension accountsummaryaddon.value - the dueDate - dueDate@Accessor(qualifier="openAmount", type=SETTER) public void setOpenAmount(BigDecimal value)
B2BDocument.openAmount attribute defined at extension accountsummaryaddon.value - the openAmount - openAmount@Accessor(qualifier="order", type=SETTER) public void setOrder(AbstractOrderModel value)
B2BDocument.order attribute defined at extension accountsummaryaddon.value - the order@Accessor(qualifier="status", type=SETTER) public void setStatus(DocumentStatus value)
B2BDocument.status attribute defined at extension accountsummaryaddon.value - the status@Accessor(qualifier="unit", type=SETTER) public void setUnit(B2BUnitModel value)
B2BDocument.unit attribute defined at extension accountsummaryaddon.value - the unitCopyright © 2017 SAP SE. All Rights Reserved.