public class ReplacementEntryModel extends ReturnEntryModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
REASON
Generated constant - Attribute key of
ReplacementEntry.reason 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 |
|---|
ReplacementEntryModel()
Generated constructor - Default constructor for generic creation.
|
ReplacementEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ReplacementEntryModel(ReturnAction _action,
AbstractOrderEntryModel _orderEntry,
ItemModel _owner,
ReplacementReason _reason,
ReturnStatus _status)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ReplacementEntryModel(ReturnAction _action,
AbstractOrderEntryModel _orderEntry,
ReplacementReason _reason,
ReturnStatus _status)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
ReplacementReason |
getReason()
Generated method - Getter of the
ReplacementEntry.reason attribute defined at extension basecommerce. |
void |
setReason(ReplacementReason value)
Generated method - Setter of
ReplacementEntry.reason 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
ReplacementEntry.reason attribute defined at extension basecommerce.public ReplacementEntryModel()
public ReplacementEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ReplacementEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ReplacementReason _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 ReplacementEntry at extension basecommerce_status - initial attribute declared by type ReturnEntry at extension basecommerce@Deprecated public ReplacementEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ItemModel _owner, ReplacementReason _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 ReplacementEntry at extension basecommerce_status - initial attribute declared by type ReturnEntry at extension basecommerce@Accessor(qualifier="reason", type=GETTER) public ReplacementReason getReason()
ReplacementEntry.reason attribute defined at extension basecommerce.@Accessor(qualifier="reason", type=SETTER) public void setReason(ReplacementReason value)
ReplacementEntry.reason attribute defined at extension basecommerce.value - the reasonCopyright © 2017 SAP SE. All Rights Reserved.