public class StockLevelHistoryEntryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_STOCKLEVELSTOCKLEVELHISTORYENTRYRELATION
Generated relation code constant for relation
StockLevelStockLevelHistoryEntryRelation defining source attribute stockLevel in extension basecommerce. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ACTUAL
Generated constant - Attribute key of
StockLevelHistoryEntry.actual attribute defined at extension basecommerce. |
static java.lang.String |
COMMENT
Generated constant - Attribute key of
StockLevelHistoryEntry.comment attribute defined at extension basecommerce. |
static java.lang.String |
RESERVED
Generated constant - Attribute key of
StockLevelHistoryEntry.reserved attribute defined at extension basecommerce. |
static java.lang.String |
STOCKLEVEL
Generated constant - Attribute key of
StockLevelHistoryEntry.stockLevel attribute defined at extension basecommerce. |
static java.lang.String |
STOCKLEVELPOS
Generated constant - Attribute key of
StockLevelHistoryEntry.stockLevelPOS attribute defined at extension basecommerce. |
static java.lang.String |
UPDATEDATE
Generated constant - Attribute key of
StockLevelHistoryEntry.updateDate attribute defined at extension basecommerce. |
static java.lang.String |
UPDATETYPE
Generated constant - Attribute key of
StockLevelHistoryEntry.updateType attribute defined at extension basecommerce. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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,
java.util.Date _updateDate)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
StockLevelHistoryEntryModel(int _actual,
ItemModel _owner,
int _reserved,
StockLevelModel _stockLevel,
java.util.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. |
java.lang.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. |
java.util.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(java.lang.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(java.util.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, 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 _STOCKLEVELSTOCKLEVELHISTORYENTRYRELATION
StockLevelStockLevelHistoryEntryRelation defining source attribute stockLevel in extension basecommerce.public static final java.lang.String UPDATEDATE
StockLevelHistoryEntry.updateDate attribute defined at extension basecommerce.public static final java.lang.String ACTUAL
StockLevelHistoryEntry.actual attribute defined at extension basecommerce.public static final java.lang.String RESERVED
StockLevelHistoryEntry.reserved attribute defined at extension basecommerce.public static final java.lang.String UPDATETYPE
StockLevelHistoryEntry.updateType attribute defined at extension basecommerce.public static final java.lang.String COMMENT
StockLevelHistoryEntry.comment attribute defined at extension basecommerce.public static final java.lang.String STOCKLEVELPOS
StockLevelHistoryEntry.stockLevelPOS attribute defined at extension basecommerce.public static final java.lang.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,
java.util.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,
java.util.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 java.lang.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 java.util.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(java.lang.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(java.util.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 © 2018 SAP SE. All Rights Reserved.