public class RestockConfigModel extends ItemModel
Represents the attributes of restock configurations.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
DELAYDAYSBEFORERESTOCK
Generated constant - Attribute key of
RestockConfig.delayDaysBeforeRestock attribute defined at extension warehousing. |
static String |
ISUPDATESTOCKAFTERRETURN
Generated constant - Attribute key of
RestockConfig.isUpdateStockAfterReturn attribute defined at extension warehousing. |
static String |
RETURNEDBINCODE
Generated constant - Attribute key of
RestockConfig.returnedBinCode attribute defined at extension warehousing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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. |
Boolean |
getIsUpdateStockAfterReturn()
Generated method - Getter of the
RestockConfig.isUpdateStockAfterReturn attribute defined at extension warehousing. |
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(Boolean value)
Generated method - Setter of
RestockConfig.isUpdateStockAfterReturn attribute defined at extension warehousing. |
void |
setReturnedBinCode(String value)
Generated method - Setter of
RestockConfig.returnedBinCode attribute defined at extension warehousing. |
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 ISUPDATESTOCKAFTERRETURN
RestockConfig.isUpdateStockAfterReturn attribute defined at extension warehousing.public static final String RETURNEDBINCODE
RestockConfig.returnedBinCode attribute defined at extension warehousing.public static final 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 Boolean getIsUpdateStockAfterReturn()
RestockConfig.isUpdateStockAfterReturn attribute defined at extension warehousing.@Accessor(qualifier="returnedBinCode", type=GETTER) public 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(Boolean value)
RestockConfig.isUpdateStockAfterReturn attribute defined at extension warehousing.value - the isUpdateStockAfterReturnCopyright © 2017 SAP SE. All Rights Reserved.