public class CancellationEventModel extends InventoryEventModel
A cancellation inventory event.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
REASON
Generated constant - Attribute key of
CancellationEvent.reason attribute defined at extension warehousing. |
_CONSIGNMENTENTRY2INVENTORYEVENTRELATION, _ORDERENTRY2INVENTORYEVENTRELATION, _STOCKLEVEL2INVENTORYEVENTRELATION, CONSIGNMENTENTRY, EVENTDATE, ORDERENTRY, QUANTITY, STOCKLEVEL_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CancellationEventModel()
Generated constructor - Default constructor for generic creation.
|
CancellationEventModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CancellationEventModel(ItemModel _owner,
java.lang.String _reason,
StockLevelModel _stockLevel)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CancellationEventModel(java.lang.String _reason,
StockLevelModel _stockLevel)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReason()
Generated method - Getter of the
CancellationEvent.reason attribute defined at extension warehousing. |
void |
setReason(java.lang.String value)
Generated method - Setter of
CancellationEvent.reason attribute defined at extension warehousing. |
getConsignmentEntry, getEventDate, getOrderEntry, getQuantity, getStockLevel, setConsignmentEntry, setEventDate, setOrderEntry, setQuantity, setStockLevelgetComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String REASON
CancellationEvent.reason attribute defined at extension warehousing.public CancellationEventModel()
public CancellationEventModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public CancellationEventModel(java.lang.String _reason,
StockLevelModel _stockLevel)
_reason - initial attribute declared by type CancellationEvent at extension warehousing_stockLevel - initial attribute declared by type InventoryEvent at extension warehousing@Deprecated public CancellationEventModel(ItemModel _owner, java.lang.String _reason, StockLevelModel _stockLevel)
_owner - initial attribute declared by type Item at extension core_reason - initial attribute declared by type CancellationEvent at extension warehousing_stockLevel - initial attribute declared by type InventoryEvent at extension warehousingCopyright © 2018 SAP SE. All Rights Reserved.