public class StockLevelReservationHistoryEntryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ORDERCODE
Generated constant - Attribute key of
StockLevelReservationHistoryEntry.orderCode attribute defined at extension chinesepaymentservices. |
static java.lang.String |
PRODUCT
Generated constant - Attribute key of
StockLevelReservationHistoryEntry.product attribute defined at extension chinesepaymentservices. |
static java.lang.String |
QUANTITY
Generated constant - Attribute key of
StockLevelReservationHistoryEntry.quantity attribute defined at extension chinesepaymentservices. |
static java.lang.String |
WAREHOUSE
Generated constant - Attribute key of
StockLevelReservationHistoryEntry.warehouse attribute defined at extension chinesepaymentservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
StockLevelReservationHistoryEntryModel()
Generated constructor - Default constructor for generic creation.
|
StockLevelReservationHistoryEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
StockLevelReservationHistoryEntryModel(java.lang.String _orderCode,
ItemModel _owner,
ProductModel _product,
java.lang.Integer _quantity,
WarehouseModel _warehouse)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
StockLevelReservationHistoryEntryModel(java.lang.String _orderCode,
ProductModel _product,
java.lang.Integer _quantity,
WarehouseModel _warehouse)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOrderCode()
Generated method - Getter of the
StockLevelReservationHistoryEntry.orderCode attribute defined at extension chinesepaymentservices. |
ProductModel |
getProduct()
Generated method - Getter of the
StockLevelReservationHistoryEntry.product attribute defined at extension chinesepaymentservices. |
java.lang.Integer |
getQuantity()
Generated method - Getter of the
StockLevelReservationHistoryEntry.quantity attribute defined at extension chinesepaymentservices. |
WarehouseModel |
getWarehouse()
Generated method - Getter of the
StockLevelReservationHistoryEntry.warehouse attribute defined at extension chinesepaymentservices. |
void |
setOrderCode(java.lang.String value)
Generated method - Setter of
StockLevelReservationHistoryEntry.orderCode attribute defined at extension chinesepaymentservices. |
void |
setProduct(ProductModel value)
Generated method - Setter of
StockLevelReservationHistoryEntry.product attribute defined at extension chinesepaymentservices. |
void |
setQuantity(java.lang.Integer value)
Generated method - Setter of
StockLevelReservationHistoryEntry.quantity attribute defined at extension chinesepaymentservices. |
void |
setWarehouse(WarehouseModel value)
Generated method - Setter of
StockLevelReservationHistoryEntry.warehouse attribute defined at extension chinesepaymentservices. |
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 ORDERCODE
StockLevelReservationHistoryEntry.orderCode attribute defined at extension chinesepaymentservices.public static final java.lang.String WAREHOUSE
StockLevelReservationHistoryEntry.warehouse attribute defined at extension chinesepaymentservices.public static final java.lang.String PRODUCT
StockLevelReservationHistoryEntry.product attribute defined at extension chinesepaymentservices.public static final java.lang.String QUANTITY
StockLevelReservationHistoryEntry.quantity attribute defined at extension chinesepaymentservices.public StockLevelReservationHistoryEntryModel()
public StockLevelReservationHistoryEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public StockLevelReservationHistoryEntryModel(java.lang.String _orderCode,
ProductModel _product,
java.lang.Integer _quantity,
WarehouseModel _warehouse)
_orderCode - initial attribute declared by type StockLevelReservationHistoryEntry at extension chinesepaymentservices_product - initial attribute declared by type StockLevelReservationHistoryEntry at extension chinesepaymentservices_quantity - initial attribute declared by type StockLevelReservationHistoryEntry at extension chinesepaymentservices_warehouse - initial attribute declared by type StockLevelReservationHistoryEntry at extension chinesepaymentservices@Deprecated
public StockLevelReservationHistoryEntryModel(java.lang.String _orderCode,
ItemModel _owner,
ProductModel _product,
java.lang.Integer _quantity,
WarehouseModel _warehouse)
_orderCode - initial attribute declared by type StockLevelReservationHistoryEntry at extension chinesepaymentservices_owner - initial attribute declared by type Item at extension core_product - initial attribute declared by type StockLevelReservationHistoryEntry at extension chinesepaymentservices_quantity - initial attribute declared by type StockLevelReservationHistoryEntry at extension chinesepaymentservices_warehouse - initial attribute declared by type StockLevelReservationHistoryEntry at extension chinesepaymentservices@Accessor(qualifier="orderCode", type=GETTER) public java.lang.String getOrderCode()
StockLevelReservationHistoryEntry.orderCode attribute defined at extension chinesepaymentservices.@Accessor(qualifier="product", type=GETTER) public ProductModel getProduct()
StockLevelReservationHistoryEntry.product attribute defined at extension chinesepaymentservices.@Accessor(qualifier="quantity", type=GETTER) public java.lang.Integer getQuantity()
StockLevelReservationHistoryEntry.quantity attribute defined at extension chinesepaymentservices.@Accessor(qualifier="warehouse", type=GETTER) public WarehouseModel getWarehouse()
StockLevelReservationHistoryEntry.warehouse attribute defined at extension chinesepaymentservices.@Accessor(qualifier="orderCode", type=SETTER) public void setOrderCode(java.lang.String value)
StockLevelReservationHistoryEntry.orderCode attribute defined at extension chinesepaymentservices.value - the orderCode@Accessor(qualifier="product", type=SETTER) public void setProduct(ProductModel value)
StockLevelReservationHistoryEntry.product attribute defined at extension chinesepaymentservices.value - the product@Accessor(qualifier="quantity", type=SETTER) public void setQuantity(java.lang.Integer value)
StockLevelReservationHistoryEntry.quantity attribute defined at extension chinesepaymentservices.value - the quantity@Accessor(qualifier="warehouse", type=SETTER) public void setWarehouse(WarehouseModel value)
StockLevelReservationHistoryEntry.warehouse attribute defined at extension chinesepaymentservices.value - the warehouseCopyright © 2018 SAP SE. All Rights Reserved.