public class StockLevelHistoryEntryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_STOCKLEVELSTOCKLEVELHISTORYENTRYRELATION
Generated relation code constant for relation
StockLevelStockLevelHistoryEntryRelation defining source attribute stockLevel in extension basecommerce. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ACTUAL
Generated constant - Attribute key of
StockLevelHistoryEntry.actual attribute defined at extension basecommerce. |
static String |
COMMENT
Generated constant - Attribute key of
StockLevelHistoryEntry.comment attribute defined at extension basecommerce. |
static String |
RESERVED
Generated constant - Attribute key of
StockLevelHistoryEntry.reserved attribute defined at extension basecommerce. |
static String |
STOCKLEVEL
Generated constant - Attribute key of
StockLevelHistoryEntry.stockLevel attribute defined at extension basecommerce. |
static String |
STOCKLEVELPOS
Generated constant - Attribute key of
StockLevelHistoryEntry.stockLevelPOS attribute defined at extension basecommerce. |
static String |
UPDATEDATE
Generated constant - Attribute key of
StockLevelHistoryEntry.updateDate attribute defined at extension basecommerce. |
static String |
UPDATETYPE
Generated constant - Attribute key of
StockLevelHistoryEntry.updateType attribute defined at extension basecommerce. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
StockLevelHistoryEntryModel()
Generated constructor - Default constructor for generic creation.
|
StockLevelHistoryEntryModel(int _actual,
int _reserved,
StockLevelModel _stockLevel,
Date _updateDate)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
StockLevelHistoryEntryModel(int _actual,
ItemModel _owner,
int _reserved,
StockLevelModel _stockLevel,
Date _updateDate)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
StockLevelHistoryEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
int |
getActual()
Generated method - Getter of the
StockLevelHistoryEntry.actual attribute defined at extension basecommerce. |
String |
getComment()
Generated method - Getter of the
StockLevelHistoryEntry.comment attribute defined at extension basecommerce. |
int |
getReserved()
Generated method - Getter of the
StockLevelHistoryEntry.reserved attribute defined at extension basecommerce. |
StockLevelModel |
getStockLevel()
Generated method - Getter of the
StockLevelHistoryEntry.stockLevel attribute defined at extension basecommerce. |
Date |
getUpdateDate()
Generated method - Getter of the
StockLevelHistoryEntry.updateDate attribute defined at extension basecommerce. |
StockLevelUpdateType |
getUpdateType()
Generated method - Getter of the
StockLevelHistoryEntry.updateType attribute defined at extension basecommerce. |
void |
setActual(int value)
Generated method - Setter of
StockLevelHistoryEntry.actual attribute defined at extension basecommerce. |
void |
setComment(String value)
Generated method - Setter of
StockLevelHistoryEntry.comment attribute defined at extension basecommerce. |
void |
setReserved(int value)
Generated method - Setter of
StockLevelHistoryEntry.reserved attribute defined at extension basecommerce. |
void |
setStockLevel(StockLevelModel value)
Generated method - Initial setter of
StockLevelHistoryEntry.stockLevel attribute defined at extension basecommerce. |
void |
setUpdateDate(Date value)
Generated method - Setter of
StockLevelHistoryEntry.updateDate attribute defined at extension basecommerce. |
void |
setUpdateType(StockLevelUpdateType value)
Generated method - Setter of
StockLevelHistoryEntry.updateType attribute defined at extension basecommerce. |
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 _STOCKLEVELSTOCKLEVELHISTORYENTRYRELATION
StockLevelStockLevelHistoryEntryRelation defining source attribute stockLevel in extension basecommerce.public static final String UPDATEDATE
StockLevelHistoryEntry.updateDate attribute defined at extension basecommerce.public static final String ACTUAL
StockLevelHistoryEntry.actual attribute defined at extension basecommerce.public static final String RESERVED
StockLevelHistoryEntry.reserved attribute defined at extension basecommerce.public static final String UPDATETYPE
StockLevelHistoryEntry.updateType attribute defined at extension basecommerce.public static final String COMMENT
StockLevelHistoryEntry.comment attribute defined at extension basecommerce.public static final String STOCKLEVELPOS
StockLevelHistoryEntry.stockLevelPOS attribute defined at extension basecommerce.public static final String STOCKLEVEL
StockLevelHistoryEntry.stockLevel attribute defined at extension basecommerce.public StockLevelHistoryEntryModel()
public StockLevelHistoryEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public StockLevelHistoryEntryModel(int _actual, int _reserved, StockLevelModel _stockLevel, Date _updateDate)
_actual - initial attribute declared by type StockLevelHistoryEntry at extension basecommerce_reserved - initial attribute declared by type StockLevelHistoryEntry at extension basecommerce_stockLevel - initial attribute declared by type StockLevelHistoryEntry at extension basecommerce_updateDate - initial attribute declared by type StockLevelHistoryEntry at extension basecommerce@Deprecated public StockLevelHistoryEntryModel(int _actual, ItemModel _owner, int _reserved, StockLevelModel _stockLevel, Date _updateDate)
_actual - initial attribute declared by type StockLevelHistoryEntry at extension basecommerce_owner - initial attribute declared by type Item at extension core_reserved - initial attribute declared by type StockLevelHistoryEntry at extension basecommerce_stockLevel - initial attribute declared by type StockLevelHistoryEntry at extension basecommerce_updateDate - initial attribute declared by type StockLevelHistoryEntry at extension basecommerce@Accessor(qualifier="actual", type=GETTER) public int getActual()
StockLevelHistoryEntry.actual attribute defined at extension basecommerce.@Accessor(qualifier="comment", type=GETTER) public String getComment()
StockLevelHistoryEntry.comment attribute defined at extension basecommerce.@Accessor(qualifier="reserved", type=GETTER) public int getReserved()
StockLevelHistoryEntry.reserved attribute defined at extension basecommerce.@Accessor(qualifier="stockLevel", type=GETTER) public StockLevelModel getStockLevel()
StockLevelHistoryEntry.stockLevel attribute defined at extension basecommerce.@Accessor(qualifier="updateDate", type=GETTER) public Date getUpdateDate()
StockLevelHistoryEntry.updateDate attribute defined at extension basecommerce.@Accessor(qualifier="updateType", type=GETTER) public StockLevelUpdateType getUpdateType()
StockLevelHistoryEntry.updateType attribute defined at extension basecommerce.@Accessor(qualifier="actual", type=SETTER) public void setActual(int value)
StockLevelHistoryEntry.actual attribute defined at extension basecommerce.value - the actual@Accessor(qualifier="comment", type=SETTER) public void setComment(String value)
StockLevelHistoryEntry.comment attribute defined at extension basecommerce.value - the comment@Accessor(qualifier="reserved", type=SETTER) public void setReserved(int value)
StockLevelHistoryEntry.reserved attribute defined at extension basecommerce.value - the reserved@Accessor(qualifier="stockLevel", type=SETTER) public void setStockLevel(StockLevelModel value)
StockLevelHistoryEntry.stockLevel attribute defined at extension basecommerce. Can only be used at creation of model - before first save.value - the stockLevel@Accessor(qualifier="updateDate", type=SETTER) public void setUpdateDate(Date value)
StockLevelHistoryEntry.updateDate attribute defined at extension basecommerce.value - the updateDate@Accessor(qualifier="updateType", type=SETTER) public void setUpdateType(StockLevelUpdateType value)
StockLevelHistoryEntry.updateType attribute defined at extension basecommerce.value - the updateTypeCopyright © 2017 SAP SE. All Rights Reserved.