public class AtpFormulaModel extends ItemModel
Represents the attributes of an ATP formula.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_BASESTORE2ATPFORMULARELATION
Generated relation code constant for relation
BaseStore2AtpFormulaRelation defining source attribute baseStores in extension warehousing. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ALLOCATION
Generated constant - Attribute key of
AtpFormula.allocation attribute defined at extension warehousing. |
static java.lang.String |
AVAILABILITY
Generated constant - Attribute key of
AtpFormula.availability attribute defined at extension warehousing. |
static java.lang.String |
BASESTORES
Generated constant - Attribute key of
AtpFormula.baseStores attribute defined at extension warehousing. |
static java.lang.String |
CANCELLATION
Generated constant - Attribute key of
AtpFormula.cancellation attribute defined at extension warehousing. |
static java.lang.String |
CODE
Generated constant - Attribute key of
AtpFormula.code attribute defined at extension warehousing. |
static java.lang.String |
EXTERNAL
Generated constant - Attribute key of
AtpFormula.external attribute defined at extension warehousing. |
static java.lang.String |
FORMULASTRING
Generated constant - Attribute key of
AtpFormula.formulaString attribute defined at extension warehousing. |
static java.lang.String |
INCREASE
Generated constant - Attribute key of
AtpFormula.increase attribute defined at extension warehousing. |
static java.lang.String |
RESERVED
Generated constant - Attribute key of
AtpFormula.reserved attribute defined at extension warehousing. |
static java.lang.String |
RETURNED
Generated constant - Attribute key of
AtpFormula.returned attribute defined at extension warehousing. |
static java.lang.String |
SHRINKAGE
Generated constant - Attribute key of
AtpFormula.shrinkage attribute defined at extension warehousing. |
static java.lang.String |
WASTAGE
Generated constant - Attribute key of
AtpFormula.wastage attribute defined at extension warehousing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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(java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AtpFormulaModel(java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAllocation()
Generated method - Getter of the
AtpFormula.allocation attribute defined at extension warehousing. |
java.lang.Boolean |
getAvailability()
Generated method - Getter of the
AtpFormula.availability attribute defined at extension warehousing. |
java.util.Set<BaseStoreModel> |
getBaseStores()
Generated method - Getter of the
AtpFormula.baseStores attribute defined at extension warehousing. |
java.lang.Boolean |
getCancellation()
Generated method - Getter of the
AtpFormula.cancellation attribute defined at extension warehousing. |
java.lang.String |
getCode()
Generated method - Getter of the
AtpFormula.code attribute defined at extension warehousing. |
java.lang.Boolean |
getExternal()
Generated method - Getter of the
AtpFormula.external attribute defined at extension warehousing. |
java.lang.String |
getFormulaString()
Generated method - Getter of the
AtpFormula.formulaString dynamic attribute defined at extension warehousing. |
java.lang.Boolean |
getIncrease()
Generated method - Getter of the
AtpFormula.increase attribute defined at extension warehousing. |
java.lang.Boolean |
getReserved()
Generated method - Getter of the
AtpFormula.reserved attribute defined at extension warehousing. |
java.lang.Boolean |
getReturned()
Generated method - Getter of the
AtpFormula.returned attribute defined at extension warehousing. |
java.lang.Boolean |
getShrinkage()
Generated method - Getter of the
AtpFormula.shrinkage attribute defined at extension warehousing. |
java.lang.Boolean |
getWastage()
Generated method - Getter of the
AtpFormula.wastage attribute defined at extension warehousing. |
void |
setAllocation(java.lang.Boolean value)
Generated method - Setter of
AtpFormula.allocation attribute defined at extension warehousing. |
void |
setAvailability(java.lang.Boolean value)
Generated method - Setter of
AtpFormula.availability attribute defined at extension warehousing. |
void |
setBaseStores(java.util.Set<BaseStoreModel> value)
Generated method - Setter of
AtpFormula.baseStores attribute defined at extension warehousing. |
void |
setCancellation(java.lang.Boolean value)
Generated method - Setter of
AtpFormula.cancellation attribute defined at extension warehousing. |
void |
setCode(java.lang.String value)
Generated method - Setter of
AtpFormula.code attribute defined at extension warehousing. |
void |
setExternal(java.lang.Boolean value)
Generated method - Setter of
AtpFormula.external attribute defined at extension warehousing. |
void |
setIncrease(java.lang.Boolean value)
Generated method - Setter of
AtpFormula.increase attribute defined at extension warehousing. |
void |
setReserved(java.lang.Boolean value)
Generated method - Setter of
AtpFormula.reserved attribute defined at extension warehousing. |
void |
setReturned(java.lang.Boolean value)
Generated method - Setter of
AtpFormula.returned attribute defined at extension warehousing. |
void |
setShrinkage(java.lang.Boolean value)
Generated method - Setter of
AtpFormula.shrinkage attribute defined at extension warehousing. |
void |
setWastage(java.lang.Boolean value)
Generated method - Setter of
AtpFormula.wastage 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 _BASESTORE2ATPFORMULARELATION
BaseStore2AtpFormulaRelation defining source attribute baseStores in extension warehousing.public static final java.lang.String CODE
AtpFormula.code attribute defined at extension warehousing.public static final java.lang.String AVAILABILITY
AtpFormula.availability attribute defined at extension warehousing.public static final java.lang.String ALLOCATION
AtpFormula.allocation attribute defined at extension warehousing.public static final java.lang.String CANCELLATION
AtpFormula.cancellation attribute defined at extension warehousing.public static final java.lang.String INCREASE
AtpFormula.increase attribute defined at extension warehousing.public static final java.lang.String RESERVED
AtpFormula.reserved attribute defined at extension warehousing.public static final java.lang.String SHRINKAGE
AtpFormula.shrinkage attribute defined at extension warehousing.public static final java.lang.String WASTAGE
AtpFormula.wastage attribute defined at extension warehousing.public static final java.lang.String RETURNED
AtpFormula.returned attribute defined at extension warehousing.public static final java.lang.String EXTERNAL
AtpFormula.external attribute defined at extension warehousing.public static final java.lang.String FORMULASTRING
AtpFormula.formulaString attribute defined at extension warehousing.public static final java.lang.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(java.lang.String _code)
_code - initial attribute declared by type AtpFormula at extension warehousing@Deprecated
public AtpFormulaModel(java.lang.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 java.lang.Boolean getAllocation()
AtpFormula.allocation attribute defined at extension warehousing.@Accessor(qualifier="availability", type=GETTER) public java.lang.Boolean getAvailability()
AtpFormula.availability attribute defined at extension warehousing.@Accessor(qualifier="baseStores", type=GETTER) public java.util.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 java.lang.Boolean getCancellation()
AtpFormula.cancellation attribute defined at extension warehousing.@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
AtpFormula.code attribute defined at extension warehousing.@Accessor(qualifier="external", type=GETTER) public java.lang.Boolean getExternal()
AtpFormula.external attribute defined at extension warehousing.@Accessor(qualifier="formulaString", type=GETTER) public java.lang.String getFormulaString()
AtpFormula.formulaString dynamic attribute defined at extension warehousing.@Accessor(qualifier="increase", type=GETTER) public java.lang.Boolean getIncrease()
AtpFormula.increase attribute defined at extension warehousing.@Accessor(qualifier="reserved", type=GETTER) public java.lang.Boolean getReserved()
AtpFormula.reserved attribute defined at extension warehousing.@Accessor(qualifier="returned", type=GETTER) public java.lang.Boolean getReturned()
AtpFormula.returned attribute defined at extension warehousing.@Accessor(qualifier="shrinkage", type=GETTER) public java.lang.Boolean getShrinkage()
AtpFormula.shrinkage attribute defined at extension warehousing.@Accessor(qualifier="wastage", type=GETTER) public java.lang.Boolean getWastage()
AtpFormula.wastage attribute defined at extension warehousing.@Accessor(qualifier="allocation", type=SETTER) public void setAllocation(java.lang.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(java.lang.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(java.util.Set<BaseStoreModel> value)
AtpFormula.baseStores attribute defined at extension warehousing.value - the baseStores@Accessor(qualifier="cancellation", type=SETTER) public void setCancellation(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.Boolean value)
AtpFormula.shrinkage attribute defined at extension warehousing.value - the shrinkage - A flag to indicate if shrinkage events are included in the ATP calculation@Accessor(qualifier="wastage", type=SETTER) public void setWastage(java.lang.Boolean value)
AtpFormula.wastage attribute defined at extension warehousing.value - the wastage - A flag to indicate if wastage events are included in the ATP calculationCopyright © 2018 SAP SE. All Rights Reserved.