public class SourcingConfigModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_BASESTORE2SOURCINGCONFIGRELATION
Generated relation code constant for relation
BaseStore2SourcingConfigRelation defining source attribute baseStores in extension warehousing. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ALLOCATIONWEIGHTFACTOR
Generated constant - Attribute key of
SourcingConfig.allocationWeightFactor attribute defined at extension warehousing. |
static java.lang.String |
BASESTORES
Generated constant - Attribute key of
SourcingConfig.baseStores attribute defined at extension warehousing. |
static java.lang.String |
CODE
Generated constant - Attribute key of
SourcingConfig.code attribute defined at extension warehousing. |
static java.lang.String |
DISTANCEWEIGHTFACTOR
Generated constant - Attribute key of
SourcingConfig.distanceWeightFactor attribute defined at extension warehousing. |
static java.lang.String |
PRIORITYWEIGHTFACTOR
Generated constant - Attribute key of
SourcingConfig.priorityWeightFactor attribute defined at extension warehousing. |
static java.lang.String |
SCOREWEIGHTFACTOR
Generated constant - Attribute key of
SourcingConfig.scoreWeightFactor attribute defined at extension warehousing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SourcingConfigModel()
Generated constructor - Default constructor for generic creation.
|
SourcingConfigModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SourcingConfigModel(java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SourcingConfigModel(java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAllocationWeightFactor()
Generated method - Getter of the
SourcingConfig.allocationWeightFactor attribute defined at extension warehousing. |
java.util.Set<BaseStoreModel> |
getBaseStores()
Generated method - Getter of the
SourcingConfig.baseStores attribute defined at extension warehousing. |
java.lang.String |
getCode()
Generated method - Getter of the
SourcingConfig.code attribute defined at extension warehousing. |
int |
getDistanceWeightFactor()
Generated method - Getter of the
SourcingConfig.distanceWeightFactor attribute defined at extension warehousing. |
int |
getPriorityWeightFactor()
Generated method - Getter of the
SourcingConfig.priorityWeightFactor attribute defined at extension warehousing. |
int |
getScoreWeightFactor()
Generated method - Getter of the
SourcingConfig.scoreWeightFactor attribute defined at extension warehousing. |
void |
setAllocationWeightFactor(int value)
Generated method - Setter of
SourcingConfig.allocationWeightFactor attribute defined at extension warehousing. |
void |
setBaseStores(java.util.Set<BaseStoreModel> value)
Generated method - Setter of
SourcingConfig.baseStores attribute defined at extension warehousing. |
void |
setCode(java.lang.String value)
Generated method - Setter of
SourcingConfig.code attribute defined at extension warehousing. |
void |
setDistanceWeightFactor(int value)
Generated method - Setter of
SourcingConfig.distanceWeightFactor attribute defined at extension warehousing. |
void |
setPriorityWeightFactor(int value)
Generated method - Setter of
SourcingConfig.priorityWeightFactor attribute defined at extension warehousing. |
void |
setScoreWeightFactor(int value)
Generated method - Setter of
SourcingConfig.scoreWeightFactor 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 _BASESTORE2SOURCINGCONFIGRELATION
BaseStore2SourcingConfigRelation defining source attribute baseStores in extension warehousing.public static final java.lang.String CODE
SourcingConfig.code attribute defined at extension warehousing.public static final java.lang.String DISTANCEWEIGHTFACTOR
SourcingConfig.distanceWeightFactor attribute defined at extension warehousing.public static final java.lang.String ALLOCATIONWEIGHTFACTOR
SourcingConfig.allocationWeightFactor attribute defined at extension warehousing.public static final java.lang.String PRIORITYWEIGHTFACTOR
SourcingConfig.priorityWeightFactor attribute defined at extension warehousing.public static final java.lang.String SCOREWEIGHTFACTOR
SourcingConfig.scoreWeightFactor attribute defined at extension warehousing.public static final java.lang.String BASESTORES
SourcingConfig.baseStores attribute defined at extension warehousing.public SourcingConfigModel()
public SourcingConfigModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SourcingConfigModel(java.lang.String _code)
_code - initial attribute declared by type SourcingConfig at extension warehousing@Deprecated
public SourcingConfigModel(java.lang.String _code,
ItemModel _owner)
_code - initial attribute declared by type SourcingConfig at extension warehousing_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="allocationWeightFactor", type=GETTER) public int getAllocationWeightFactor()
SourcingConfig.allocationWeightFactor attribute defined at extension warehousing.@Accessor(qualifier="baseStores", type=GETTER) public java.util.Set<BaseStoreModel> getBaseStores()
SourcingConfig.baseStores attribute defined at extension warehousing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
SourcingConfig.code attribute defined at extension warehousing.@Accessor(qualifier="distanceWeightFactor", type=GETTER) public int getDistanceWeightFactor()
SourcingConfig.distanceWeightFactor attribute defined at extension warehousing.@Accessor(qualifier="priorityWeightFactor", type=GETTER) public int getPriorityWeightFactor()
SourcingConfig.priorityWeightFactor attribute defined at extension warehousing.@Accessor(qualifier="scoreWeightFactor", type=GETTER) public int getScoreWeightFactor()
SourcingConfig.scoreWeightFactor attribute defined at extension warehousing.@Accessor(qualifier="allocationWeightFactor", type=SETTER) public void setAllocationWeightFactor(int value)
SourcingConfig.allocationWeightFactor attribute defined at extension warehousing.value - the allocationWeightFactor - Determines the weightage of the ATP during sourcing@Accessor(qualifier="baseStores", type=SETTER) public void setBaseStores(java.util.Set<BaseStoreModel> value)
SourcingConfig.baseStores attribute defined at extension warehousing.value - the baseStores@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
SourcingConfig.code attribute defined at extension warehousing.value - the code@Accessor(qualifier="distanceWeightFactor", type=SETTER) public void setDistanceWeightFactor(int value)
SourcingConfig.distanceWeightFactor attribute defined at extension warehousing.value - the distanceWeightFactor - Determines the weightage of the warehouse distance during sourcing@Accessor(qualifier="priorityWeightFactor", type=SETTER) public void setPriorityWeightFactor(int value)
SourcingConfig.priorityWeightFactor attribute defined at extension warehousing.value - the priorityWeightFactor - Determines the weightage of the warehouse priority during sourcing@Accessor(qualifier="scoreWeightFactor", type=SETTER) public void setScoreWeightFactor(int value)
SourcingConfig.scoreWeightFactor attribute defined at extension warehousing.value - the scoreWeightFactor - Determines the weightage of the warehouse score during sourcingCopyright © 2018 SAP SE. All Rights Reserved.