public class OrderFormEntryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
QUANTITY
Generated constant - Attribute key of
OrderFormEntry.quantity attribute defined at extension savedorderforms. |
static java.lang.String |
SKU
Generated constant - Attribute key of
OrderFormEntry.sku attribute defined at extension savedorderforms. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
OrderFormEntryModel()
Generated constructor - Default constructor for generic creation.
|
OrderFormEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
OrderFormEntryModel(ItemModel _owner,
java.lang.String _sku)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
OrderFormEntryModel(java.lang.String _sku)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getQuantity()
Generated method - Getter of the
OrderFormEntry.quantity attribute defined at extension savedorderforms. |
java.lang.String |
getSku()
Generated method - Getter of the
OrderFormEntry.sku attribute defined at extension savedorderforms. |
void |
setQuantity(java.lang.Integer value)
Generated method - Setter of
OrderFormEntry.quantity attribute defined at extension savedorderforms. |
void |
setSku(java.lang.String value)
Generated method - Setter of
OrderFormEntry.sku attribute defined at extension savedorderforms. |
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 SKU
OrderFormEntry.sku attribute defined at extension savedorderforms.public static final java.lang.String QUANTITY
OrderFormEntry.quantity attribute defined at extension savedorderforms.public OrderFormEntryModel()
public OrderFormEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public OrderFormEntryModel(java.lang.String _sku)
_sku - initial attribute declared by type OrderFormEntry at extension savedorderforms@Deprecated public OrderFormEntryModel(ItemModel _owner, java.lang.String _sku)
_owner - initial attribute declared by type Item at extension core_sku - initial attribute declared by type OrderFormEntry at extension savedorderforms@Accessor(qualifier="quantity", type=GETTER) public java.lang.Integer getQuantity()
OrderFormEntry.quantity attribute defined at extension savedorderforms.@Accessor(qualifier="sku", type=GETTER) public java.lang.String getSku()
OrderFormEntry.sku attribute defined at extension savedorderforms.@Accessor(qualifier="quantity", type=SETTER) public void setQuantity(java.lang.Integer value)
OrderFormEntry.quantity attribute defined at extension savedorderforms.value - the quantityCopyright © 2018 SAP SE. All Rights Reserved.