public class RestockConfigModel extends ItemModel
Represents the attributes of restock configurations.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
DELAYDAYSBEFORERESTOCK
Generated constant - Attribute key of
RestockConfig.delayDaysBeforeRestock attribute defined at extension warehousing. |
static java.lang.String |
ISUPDATESTOCKAFTERRETURN
Generated constant - Attribute key of
RestockConfig.isUpdateStockAfterReturn attribute defined at extension warehousing. |
static java.lang.String |
RETURNEDBINCODE
Generated constant - Attribute key of
RestockConfig.returnedBinCode attribute defined at extension warehousing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
RestockConfigModel()
Generated constructor - Default constructor for generic creation.
|
RestockConfigModel(ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
RestockConfigModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDelayDaysBeforeRestock()
Generated method - Getter of the
RestockConfig.delayDaysBeforeRestock attribute defined at extension warehousing. |
java.lang.Boolean |
getIsUpdateStockAfterReturn()
Generated method - Getter of the
RestockConfig.isUpdateStockAfterReturn attribute defined at extension warehousing. |
java.lang.String |
getReturnedBinCode()
Generated method - Getter of the
RestockConfig.returnedBinCode attribute defined at extension warehousing. |
void |
setDelayDaysBeforeRestock(int value)
Generated method - Setter of
RestockConfig.delayDaysBeforeRestock attribute defined at extension warehousing. |
void |
setIsUpdateStockAfterReturn(java.lang.Boolean value)
Generated method - Setter of
RestockConfig.isUpdateStockAfterReturn attribute defined at extension warehousing. |
void |
setReturnedBinCode(java.lang.String value)
Generated method - Setter of
RestockConfig.returnedBinCode attribute defined at extension warehousing. |
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 ISUPDATESTOCKAFTERRETURN
RestockConfig.isUpdateStockAfterReturn attribute defined at extension warehousing.public static final java.lang.String RETURNEDBINCODE
RestockConfig.returnedBinCode attribute defined at extension warehousing.public static final java.lang.String DELAYDAYSBEFORERESTOCK
RestockConfig.delayDaysBeforeRestock attribute defined at extension warehousing.public RestockConfigModel()
public RestockConfigModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public RestockConfigModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="delayDaysBeforeRestock", type=GETTER) public int getDelayDaysBeforeRestock()
RestockConfig.delayDaysBeforeRestock attribute defined at extension warehousing.@Accessor(qualifier="isUpdateStockAfterReturn", type=GETTER) public java.lang.Boolean getIsUpdateStockAfterReturn()
RestockConfig.isUpdateStockAfterReturn attribute defined at extension warehousing.@Accessor(qualifier="returnedBinCode", type=GETTER) public java.lang.String getReturnedBinCode()
RestockConfig.returnedBinCode attribute defined at extension warehousing.@Accessor(qualifier="delayDaysBeforeRestock", type=SETTER) public void setDelayDaysBeforeRestock(int value)
RestockConfig.delayDaysBeforeRestock attribute defined at extension warehousing.value - the delayDaysBeforeRestock@Accessor(qualifier="isUpdateStockAfterReturn", type=SETTER) public void setIsUpdateStockAfterReturn(java.lang.Boolean value)
RestockConfig.isUpdateStockAfterReturn attribute defined at extension warehousing.value - the isUpdateStockAfterReturnCopyright © 2018 SAP SE. All Rights Reserved.