public class PriceCopyDTO extends ItemDTO
| Constructor and Description |
|---|
PriceCopyDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
CurrencyDTO |
getCurrency() |
Date |
getEndDate() |
Long |
getMinQuantity() |
Boolean |
getNet() |
Double |
getPriceValue() |
String |
getProductCode() |
Date |
getStartDate() |
UnitDTO |
getUnit() |
Integer |
getUnitFactor() |
EnumerationValueDTO |
getUserPriceGroup() |
void |
setCurrency(CurrencyDTO value) |
void |
setEndDate(Date value) |
void |
setMinQuantity(Long value) |
void |
setNet(Boolean value) |
void |
setPriceValue(Double value) |
void |
setProductCode(String value) |
void |
setStartDate(Date value) |
void |
setUnit(UnitDTO value) |
void |
setUnitFactor(Integer value) |
void |
setUserPriceGroup(EnumerationValueDTO value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic CurrencyDTO getCurrency()
public Date getEndDate()
public Long getMinQuantity()
public Boolean getNet()
public Double getPriceValue()
public String getProductCode()
public Date getStartDate()
public UnitDTO getUnit()
public Integer getUnitFactor()
public EnumerationValueDTO getUserPriceGroup()
public void setCurrency(CurrencyDTO value)
public void setEndDate(Date value)
public void setMinQuantity(Long value)
public void setNet(Boolean value)
public void setPriceValue(Double value)
public void setProductCode(String value)
public void setStartDate(Date value)
public void setUnit(UnitDTO value)
public void setUnitFactor(Integer value)
public void setUserPriceGroup(EnumerationValueDTO value)
Copyright © 2017 SAP SE. All Rights Reserved.