public class RefundEntryModel extends ReturnEntryModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
AMOUNT
Generated constant - Attribute key of
RefundEntry.amount attribute defined at extension basecommerce. |
static String |
CURRENCY
Generated constant - Attribute key of
RefundEntry.currency attribute defined at extension basecommerce. |
static String |
REASON
Generated constant - Attribute key of
RefundEntry.reason attribute defined at extension basecommerce. |
static String |
REFUNDEDDATE
Generated constant - Attribute key of
RefundEntry.refundedDate attribute defined at extension basecommerce. |
_RETURNREQUEST2RETURNENTRY, ACTION, EXPECTEDQUANTITY, NOTES, ORDERENTRY, REACHEDDATE, RECEIVEDQUANTITY, RETURNREQUEST, RETURNREQUESTPOS, STATUS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
RefundEntryModel()
Generated constructor - Default constructor for generic creation.
|
RefundEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
RefundEntryModel(ReturnAction _action,
AbstractOrderEntryModel _orderEntry,
ItemModel _owner,
RefundReason _reason,
ReturnStatus _status)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
RefundEntryModel(ReturnAction _action,
AbstractOrderEntryModel _orderEntry,
RefundReason _reason,
ReturnStatus _status)
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
RefundEntry.amount attribute defined at extension basecommerce. |
CurrencyModel |
getCurrency()
Generated method - Getter of the
RefundEntry.currency attribute defined at extension basecommerce. |
RefundReason |
getReason()
Generated method - Getter of the
RefundEntry.reason attribute defined at extension basecommerce. |
Date |
getRefundedDate()
Generated method - Getter of the
RefundEntry.refundedDate attribute defined at extension basecommerce. |
void |
setAmount(BigDecimal value)
Generated method - Setter of
RefundEntry.amount attribute defined at extension basecommerce. |
void |
setReason(RefundReason value)
Generated method - Setter of
RefundEntry.reason attribute defined at extension basecommerce. |
void |
setRefundedDate(Date value)
Generated method - Setter of
RefundEntry.refundedDate attribute defined at extension basecommerce. |
getAction, getExpectedQuantity, getNotes, getOrderEntry, getReachedDate, getReceivedQuantity, getReturnRequest, getStatus, setAction, setExpectedQuantity, setNotes, setOrderEntry, setReachedDate, setReceivedQuantity, setReturnRequest, setStatusgetComments, 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 REASON
RefundEntry.reason attribute defined at extension basecommerce.public static final String AMOUNT
RefundEntry.amount attribute defined at extension basecommerce.public static final String CURRENCY
RefundEntry.currency attribute defined at extension basecommerce.public static final String REFUNDEDDATE
RefundEntry.refundedDate attribute defined at extension basecommerce.public RefundEntryModel()
public RefundEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public RefundEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, RefundReason _reason, ReturnStatus _status)
_action - initial attribute declared by type ReturnEntry at extension basecommerce_orderEntry - initial attribute declared by type ReturnEntry at extension basecommerce_reason - initial attribute declared by type RefundEntry at extension basecommerce_status - initial attribute declared by type ReturnEntry at extension basecommerce@Deprecated public RefundEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ItemModel _owner, RefundReason _reason, ReturnStatus _status)
_action - initial attribute declared by type ReturnEntry at extension basecommerce_orderEntry - initial attribute declared by type ReturnEntry at extension basecommerce_owner - initial attribute declared by type Item at extension core_reason - initial attribute declared by type RefundEntry at extension basecommerce_status - initial attribute declared by type ReturnEntry at extension basecommerce@Accessor(qualifier="amount", type=GETTER) public BigDecimal getAmount()
RefundEntry.amount attribute defined at extension basecommerce.@Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
RefundEntry.currency attribute defined at extension basecommerce.@Accessor(qualifier="reason", type=GETTER) public RefundReason getReason()
RefundEntry.reason attribute defined at extension basecommerce.@Accessor(qualifier="refundedDate", type=GETTER) public Date getRefundedDate()
RefundEntry.refundedDate attribute defined at extension basecommerce.@Accessor(qualifier="amount", type=SETTER) public void setAmount(BigDecimal value)
RefundEntry.amount attribute defined at extension basecommerce.value - the amount@Accessor(qualifier="reason", type=SETTER) public void setReason(RefundReason value)
RefundEntry.reason attribute defined at extension basecommerce.value - the reasonCopyright © 2017 SAP SE. All Rights Reserved.