public class InventoryEventModel extends ItemModel
Holds events that affect OMS Inventory and therefore ATP (Available To Promise).
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_CONSIGNMENTENTRY2INVENTORYEVENTRELATION
Generated relation code constant for relation
ConsignmentEntry2InventoryEventRelation defining source attribute consignmentEntry in extension warehousing. |
static java.lang.String |
_ORDERENTRY2INVENTORYEVENTRELATION
Generated relation code constant for relation
OrderEntry2InventoryEventRelation defining source attribute orderEntry in extension warehousing. |
static java.lang.String |
_STOCKLEVEL2INVENTORYEVENTRELATION
Generated relation code constant for relation
StockLevel2InventoryEventRelation defining source attribute stockLevel in extension warehousing. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CONSIGNMENTENTRY
Generated constant - Attribute key of
InventoryEvent.consignmentEntry attribute defined at extension warehousing. |
static java.lang.String |
EVENTDATE
Generated constant - Attribute key of
InventoryEvent.eventDate attribute defined at extension warehousing. |
static java.lang.String |
ORDERENTRY
Generated constant - Attribute key of
InventoryEvent.orderEntry attribute defined at extension warehousing. |
static java.lang.String |
QUANTITY
Generated constant - Attribute key of
InventoryEvent.quantity attribute defined at extension warehousing. |
static java.lang.String |
STOCKLEVEL
Generated constant - Attribute key of
InventoryEvent.stockLevel attribute defined at extension warehousing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
InventoryEventModel()
Generated constructor - Default constructor for generic creation.
|
InventoryEventModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
InventoryEventModel(ItemModel _owner,
StockLevelModel _stockLevel)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
InventoryEventModel(StockLevelModel _stockLevel)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
ConsignmentEntryModel |
getConsignmentEntry()
Generated method - Getter of the
InventoryEvent.consignmentEntry attribute defined at extension warehousing. |
java.util.Date |
getEventDate()
Generated method - Getter of the
InventoryEvent.eventDate attribute defined at extension warehousing. |
OrderEntryModel |
getOrderEntry()
Generated method - Getter of the
InventoryEvent.orderEntry attribute defined at extension warehousing. |
long |
getQuantity()
Generated method - Getter of the
InventoryEvent.quantity attribute defined at extension warehousing. |
StockLevelModel |
getStockLevel()
Generated method - Getter of the
InventoryEvent.stockLevel attribute defined at extension warehousing. |
void |
setConsignmentEntry(ConsignmentEntryModel value)
Generated method - Setter of
InventoryEvent.consignmentEntry attribute defined at extension warehousing. |
void |
setEventDate(java.util.Date value)
Generated method - Setter of
InventoryEvent.eventDate attribute defined at extension warehousing. |
void |
setOrderEntry(OrderEntryModel value)
Generated method - Setter of
InventoryEvent.orderEntry attribute defined at extension warehousing. |
void |
setQuantity(long value)
Generated method - Setter of
InventoryEvent.quantity attribute defined at extension warehousing. |
void |
setStockLevel(StockLevelModel value)
Generated method - Setter of
InventoryEvent.stockLevel attribute defined at extension warehousing. |
getComments, 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 _STOCKLEVEL2INVENTORYEVENTRELATION
StockLevel2InventoryEventRelation defining source attribute stockLevel in extension warehousing.public static final java.lang.String _CONSIGNMENTENTRY2INVENTORYEVENTRELATION
ConsignmentEntry2InventoryEventRelation defining source attribute consignmentEntry in extension warehousing.public static final java.lang.String _ORDERENTRY2INVENTORYEVENTRELATION
OrderEntry2InventoryEventRelation defining source attribute orderEntry in extension warehousing.public static final java.lang.String QUANTITY
InventoryEvent.quantity attribute defined at extension warehousing.public static final java.lang.String EVENTDATE
InventoryEvent.eventDate attribute defined at extension warehousing.public static final java.lang.String STOCKLEVEL
InventoryEvent.stockLevel attribute defined at extension warehousing.public static final java.lang.String CONSIGNMENTENTRY
InventoryEvent.consignmentEntry attribute defined at extension warehousing.public static final java.lang.String ORDERENTRY
InventoryEvent.orderEntry attribute defined at extension warehousing.public InventoryEventModel()
public InventoryEventModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public InventoryEventModel(StockLevelModel _stockLevel)
_stockLevel - initial attribute declared by type InventoryEvent at extension warehousing@Deprecated public InventoryEventModel(ItemModel _owner, StockLevelModel _stockLevel)
_owner - initial attribute declared by type Item at extension core_stockLevel - initial attribute declared by type InventoryEvent at extension warehousing@Accessor(qualifier="consignmentEntry", type=GETTER) public ConsignmentEntryModel getConsignmentEntry()
InventoryEvent.consignmentEntry attribute defined at extension warehousing.@Accessor(qualifier="eventDate", type=GETTER) public java.util.Date getEventDate()
InventoryEvent.eventDate attribute defined at extension warehousing.@Accessor(qualifier="orderEntry", type=GETTER) public OrderEntryModel getOrderEntry()
InventoryEvent.orderEntry attribute defined at extension warehousing.@Accessor(qualifier="quantity", type=GETTER) public long getQuantity()
InventoryEvent.quantity attribute defined at extension warehousing.@Accessor(qualifier="stockLevel", type=GETTER) public StockLevelModel getStockLevel()
InventoryEvent.stockLevel attribute defined at extension warehousing.@Accessor(qualifier="consignmentEntry", type=SETTER) public void setConsignmentEntry(ConsignmentEntryModel value)
InventoryEvent.consignmentEntry attribute defined at extension warehousing.value - the consignmentEntry@Accessor(qualifier="eventDate", type=SETTER) public void setEventDate(java.util.Date value)
InventoryEvent.eventDate attribute defined at extension warehousing.value - the eventDate@Accessor(qualifier="orderEntry", type=SETTER) public void setOrderEntry(OrderEntryModel value)
InventoryEvent.orderEntry attribute defined at extension warehousing.value - the orderEntry@Accessor(qualifier="quantity", type=SETTER) public void setQuantity(long value)
InventoryEvent.quantity attribute defined at extension warehousing.value - the quantity@Accessor(qualifier="stockLevel", type=SETTER) public void setStockLevel(StockLevelModel value)
InventoryEvent.stockLevel attribute defined at extension warehousing.value - the stockLevelCopyright © 2018 SAP SE. All Rights Reserved.