public class FutureStockModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
DATE
Generated constant - Attribute key of
FutureStock.date attribute defined at extension b2bcommerce. |
static String |
PRODUCTCODE
Generated constant - Attribute key of
FutureStock.productCode attribute defined at extension b2bcommerce. |
static String |
PRODUCTS
Generated constant - Attribute key of
FutureStock.products attribute defined at extension b2bcommerce. |
static String |
QUANTITY
Generated constant - Attribute key of
FutureStock.quantity attribute defined at extension b2bcommerce. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
FutureStockModel()
Generated constructor - Default constructor for generic creation.
|
FutureStockModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
FutureStockModel(ItemModel _owner,
String _productCode)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
FutureStockModel(String _productCode)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getDate()
Generated method - Getter of the
FutureStock.date attribute defined at extension b2bcommerce. |
String |
getProductCode()
Generated method - Getter of the
FutureStock.productCode attribute defined at extension b2bcommerce. |
Collection<ProductModel> |
getProducts()
Generated method - Getter of the
FutureStock.products attribute defined at extension b2bcommerce. |
Integer |
getQuantity()
Generated method - Getter of the
FutureStock.quantity attribute defined at extension b2bcommerce. |
void |
setDate(Date value)
Generated method - Setter of
FutureStock.date attribute defined at extension b2bcommerce. |
void |
setProductCode(String value)
Generated method - Setter of
FutureStock.productCode attribute defined at extension b2bcommerce. |
void |
setProducts(Collection<ProductModel> value)
Generated method - Setter of
FutureStock.products attribute defined at extension b2bcommerce. |
void |
setQuantity(Integer value)
Generated method - Setter of
FutureStock.quantity attribute defined at extension b2bcommerce. |
getComments, 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 PRODUCTCODE
FutureStock.productCode attribute defined at extension b2bcommerce.public static final String QUANTITY
FutureStock.quantity attribute defined at extension b2bcommerce.public static final String DATE
FutureStock.date attribute defined at extension b2bcommerce.public static final String PRODUCTS
FutureStock.products attribute defined at extension b2bcommerce.public FutureStockModel()
public FutureStockModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public FutureStockModel(String _productCode)
_productCode - initial attribute declared by type FutureStock at extension b2bcommerce@Deprecated public FutureStockModel(ItemModel _owner, String _productCode)
_owner - initial attribute declared by type Item at extension core_productCode - initial attribute declared by type FutureStock at extension b2bcommerce@Accessor(qualifier="date", type=GETTER) public Date getDate()
FutureStock.date attribute defined at extension b2bcommerce.@Accessor(qualifier="productCode", type=GETTER) public String getProductCode()
FutureStock.productCode attribute defined at extension b2bcommerce.@Accessor(qualifier="products", type=GETTER) public Collection<ProductModel> getProducts()
FutureStock.products attribute defined at extension b2bcommerce.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="quantity", type=GETTER) public Integer getQuantity()
FutureStock.quantity attribute defined at extension b2bcommerce.@Accessor(qualifier="date", type=SETTER) public void setDate(Date value)
FutureStock.date attribute defined at extension b2bcommerce.value - the date - Data on which the product will be available@Accessor(qualifier="productCode", type=SETTER) public void setProductCode(String value)
FutureStock.productCode attribute defined at extension b2bcommerce.value - the productCode@Accessor(qualifier="products", type=SETTER) public void setProducts(Collection<ProductModel> value)
FutureStock.products attribute defined at extension b2bcommerce.value - the productsCopyright © 2017 SAP SE. All Rights Reserved.