public class AtpFormulaModel extends ItemModel
Represents the attributes of an ATP formula.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_BASESTORE2ATPFORMULARELATION
Generated relation code constant for relation
BaseStore2AtpFormulaRelation defining source attribute baseStores in extension warehousing. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ALLOCATION
Generated constant - Attribute key of
AtpFormula.allocation attribute defined at extension warehousing. |
static String |
AVAILABILITY
Generated constant - Attribute key of
AtpFormula.availability attribute defined at extension warehousing. |
static String |
BASESTORES
Generated constant - Attribute key of
AtpFormula.baseStores attribute defined at extension warehousing. |
static String |
CANCELLATION
Generated constant - Attribute key of
AtpFormula.cancellation attribute defined at extension warehousing. |
static String |
CODE
Generated constant - Attribute key of
AtpFormula.code attribute defined at extension warehousing. |
static String |
EXTERNAL
Generated constant - Attribute key of
AtpFormula.external attribute defined at extension warehousing. |
static String |
FORMULASTRING
Generated constant - Attribute key of
AtpFormula.formulaString attribute defined at extension warehousing. |
static String |
INCREASE
Generated constant - Attribute key of
AtpFormula.increase attribute defined at extension warehousing. |
static String |
RESERVED
Generated constant - Attribute key of
AtpFormula.reserved attribute defined at extension warehousing. |
static String |
RETURNED
Generated constant - Attribute key of
AtpFormula.returned attribute defined at extension warehousing. |
static String |
SHRINKAGE
Generated constant - Attribute key of
AtpFormula.shrinkage attribute defined at extension warehousing. |
static String |
WASTAGE
Generated constant - Attribute key of
AtpFormula.wastage attribute defined at extension warehousing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AtpFormulaModel()
Generated constructor - Default constructor for generic creation.
|
AtpFormulaModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AtpFormulaModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AtpFormulaModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllocation()
Generated method - Getter of the
AtpFormula.allocation attribute defined at extension warehousing. |
Boolean |
getAvailability()
Generated method - Getter of the
AtpFormula.availability attribute defined at extension warehousing. |
Set<BaseStoreModel> |
getBaseStores()
Generated method - Getter of the
AtpFormula.baseStores attribute defined at extension warehousing. |
Boolean |
getCancellation()
Generated method - Getter of the
AtpFormula.cancellation attribute defined at extension warehousing. |
String |
getCode()
Generated method - Getter of the
AtpFormula.code attribute defined at extension warehousing. |
Boolean |
getExternal()
Generated method - Getter of the
AtpFormula.external attribute defined at extension warehousing. |
String |
getFormulaString()
Generated method - Getter of the
AtpFormula.formulaString dynamic attribute defined at extension warehousing. |
Boolean |
getIncrease()
Generated method - Getter of the
AtpFormula.increase attribute defined at extension warehousing. |
Boolean |
getReserved()
Generated method - Getter of the
AtpFormula.reserved attribute defined at extension warehousing. |
Boolean |
getReturned()
Generated method - Getter of the
AtpFormula.returned attribute defined at extension warehousing. |
Boolean |
getShrinkage()
Generated method - Getter of the
AtpFormula.shrinkage attribute defined at extension warehousing. |
Boolean |
getWastage()
Generated method - Getter of the
AtpFormula.wastage attribute defined at extension warehousing. |
void |
setAllocation(Boolean value)
Generated method - Setter of
AtpFormula.allocation attribute defined at extension warehousing. |
void |
setAvailability(Boolean value)
Generated method - Setter of
AtpFormula.availability attribute defined at extension warehousing. |
void |
setBaseStores(Set<BaseStoreModel> value)
Generated method - Setter of
AtpFormula.baseStores attribute defined at extension warehousing. |
void |
setCancellation(Boolean value)
Generated method - Setter of
AtpFormula.cancellation attribute defined at extension warehousing. |
void |
setCode(String value)
Generated method - Setter of
AtpFormula.code attribute defined at extension warehousing. |
void |
setExternal(Boolean value)
Generated method - Setter of
AtpFormula.external attribute defined at extension warehousing. |
void |
setIncrease(Boolean value)
Generated method - Setter of
AtpFormula.increase attribute defined at extension warehousing. |
void |
setReserved(Boolean value)
Generated method - Setter of
AtpFormula.reserved attribute defined at extension warehousing. |
void |
setReturned(Boolean value)
Generated method - Setter of
AtpFormula.returned attribute defined at extension warehousing. |
void |
setShrinkage(Boolean value)
Generated method - Setter of
AtpFormula.shrinkage attribute defined at extension warehousing. |
void |
setWastage(Boolean value)
Generated method - Setter of
AtpFormula.wastage 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 _BASESTORE2ATPFORMULARELATION
BaseStore2AtpFormulaRelation defining source attribute baseStores in extension warehousing.public static final String CODE
AtpFormula.code attribute defined at extension warehousing.public static final String AVAILABILITY
AtpFormula.availability attribute defined at extension warehousing.public static final String ALLOCATION
AtpFormula.allocation attribute defined at extension warehousing.public static final String CANCELLATION
AtpFormula.cancellation attribute defined at extension warehousing.public static final String INCREASE
AtpFormula.increase attribute defined at extension warehousing.public static final String RESERVED
AtpFormula.reserved attribute defined at extension warehousing.public static final String SHRINKAGE
AtpFormula.shrinkage attribute defined at extension warehousing.public static final String WASTAGE
AtpFormula.wastage attribute defined at extension warehousing.public static final String RETURNED
AtpFormula.returned attribute defined at extension warehousing.public static final String EXTERNAL
AtpFormula.external attribute defined at extension warehousing.public static final String FORMULASTRING
AtpFormula.formulaString attribute defined at extension warehousing.public static final String BASESTORES
AtpFormula.baseStores attribute defined at extension warehousing.public AtpFormulaModel()
public AtpFormulaModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AtpFormulaModel(String _code)
_code - initial attribute declared by type AtpFormula at extension warehousing@Deprecated public AtpFormulaModel(String _code, ItemModel _owner)
_code - initial attribute declared by type AtpFormula at extension warehousing_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="allocation", type=GETTER) public Boolean getAllocation()
AtpFormula.allocation attribute defined at extension warehousing.@Accessor(qualifier="availability", type=GETTER) public Boolean getAvailability()
AtpFormula.availability attribute defined at extension warehousing.@Accessor(qualifier="baseStores", type=GETTER) public Set<BaseStoreModel> getBaseStores()
AtpFormula.baseStores attribute defined at extension warehousing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="cancellation", type=GETTER) public Boolean getCancellation()
AtpFormula.cancellation attribute defined at extension warehousing.@Accessor(qualifier="code", type=GETTER) public String getCode()
AtpFormula.code attribute defined at extension warehousing.@Accessor(qualifier="external", type=GETTER) public Boolean getExternal()
AtpFormula.external attribute defined at extension warehousing.@Accessor(qualifier="formulaString", type=GETTER) public String getFormulaString()
AtpFormula.formulaString dynamic attribute defined at extension warehousing.@Accessor(qualifier="increase", type=GETTER) public Boolean getIncrease()
AtpFormula.increase attribute defined at extension warehousing.@Accessor(qualifier="reserved", type=GETTER) public Boolean getReserved()
AtpFormula.reserved attribute defined at extension warehousing.@Accessor(qualifier="returned", type=GETTER) public Boolean getReturned()
AtpFormula.returned attribute defined at extension warehousing.@Accessor(qualifier="shrinkage", type=GETTER) public Boolean getShrinkage()
AtpFormula.shrinkage attribute defined at extension warehousing.@Accessor(qualifier="wastage", type=GETTER) public Boolean getWastage()
AtpFormula.wastage attribute defined at extension warehousing.@Accessor(qualifier="allocation", type=SETTER) public void setAllocation(Boolean value)
AtpFormula.allocation attribute defined at extension warehousing.value - the allocation - A flag to indicate if allocation events are included in the ATP calculation@Accessor(qualifier="availability", type=SETTER) public void setAvailability(Boolean value)
AtpFormula.availability attribute defined at extension warehousing.value - the availability - A flag to indicate if availability events are included in the ATP calculation@Accessor(qualifier="baseStores", type=SETTER) public void setBaseStores(Set<BaseStoreModel> value)
AtpFormula.baseStores attribute defined at extension warehousing.value - the baseStores@Accessor(qualifier="cancellation", type=SETTER) public void setCancellation(Boolean value)
AtpFormula.cancellation attribute defined at extension warehousing.value - the cancellation - A flag to indicate if cancellation events are included in the ATP calculation@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
AtpFormula.code attribute defined at extension warehousing.value - the code - A unique name of the formula.@Accessor(qualifier="external", type=SETTER) public void setExternal(Boolean value)
AtpFormula.external attribute defined at extension warehousing.value - the external - A flag indicating that the external availability is included in the ATP calculation@Accessor(qualifier="increase", type=SETTER) public void setIncrease(Boolean value)
AtpFormula.increase attribute defined at extension warehousing.value - the increase - A flag to indicate if increase events are included in the ATP calculation@Accessor(qualifier="reserved", type=SETTER) public void setReserved(Boolean value)
AtpFormula.reserved attribute defined at extension warehousing.value - the reserved - A flag to indicate if reserved events are included in the ATP calculation@Accessor(qualifier="returned", type=SETTER) public void setReturned(Boolean value)
AtpFormula.returned attribute defined at extension warehousing.value - the returned - A flag to indicate if returned events are included in the ATP calculation@Accessor(qualifier="shrinkage", type=SETTER) public void setShrinkage(Boolean value)
AtpFormula.shrinkage attribute defined at extension warehousing.value - the shrinkage - A flag to indicate if shrinkage events are included in the ATP calculationCopyright © 2017 SAP SE. All Rights Reserved.