public class AllocationEventModel extends InventoryEventModel
An allocation event.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
_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 |
|---|
AllocationEventModel()
Generated constructor - Default constructor for generic creation.
|
AllocationEventModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AllocationEventModel(ItemModel _owner,
StockLevelModel _stockLevel)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AllocationEventModel(StockLevelModel _stockLevel)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
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 AllocationEventModel()
public AllocationEventModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AllocationEventModel(StockLevelModel _stockLevel)
_stockLevel - initial attribute declared by type InventoryEvent at extension warehousing@Deprecated public AllocationEventModel(ItemModel _owner, StockLevelModel _stockLevel)
_owner - initial attribute declared by type Item at extension core_stockLevel - initial attribute declared by type InventoryEvent at extension warehousingCopyright © 2018 SAP SE. All Rights Reserved.