public class SourcingConfigDTO extends ItemDTO
| Constructor and Description |
|---|
SourcingConfigDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAllocationWeightFactor() |
Set<BaseStoreDTO> |
getBaseStores() |
String |
getCode() |
int |
getDistanceWeightFactor() |
int |
getPriorityWeightFactor() |
int |
getScoreWeightFactor() |
void |
setAllocationWeightFactor(int value) |
void |
setBaseStores(Set<BaseStoreDTO> value) |
void |
setCode(String value) |
void |
setDistanceWeightFactor(int value) |
void |
setPriorityWeightFactor(int value) |
void |
setScoreWeightFactor(int value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic SourcingConfigDTO()
public int getAllocationWeightFactor()
public Set<BaseStoreDTO> getBaseStores()
public String getCode()
public int getDistanceWeightFactor()
public int getPriorityWeightFactor()
public int getScoreWeightFactor()
public void setAllocationWeightFactor(int value)
public void setBaseStores(Set<BaseStoreDTO> value)
public void setCode(String value)
public void setDistanceWeightFactor(int value)
public void setPriorityWeightFactor(int value)
public void setScoreWeightFactor(int value)
Copyright © 2017 SAP SE. All Rights Reserved.