public class B2BCreditLimitDTO extends B2BMerchantCheckDTO
modifiedPropsSet| Constructor and Description |
|---|
B2BCreditLimitDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlertRateType() |
java.util.Date |
getAlertSentDate() |
java.math.BigDecimal |
getAlertThreshold() |
java.math.BigDecimal |
getAmount() |
CurrencyDTO |
getCurrency() |
java.lang.String |
getDateRange() |
java.util.Collection<B2BUnitDTO> |
getUnit() |
void |
setAlertRateType(java.lang.String value) |
void |
setAlertSentDate(java.util.Date value) |
void |
setAlertThreshold(java.math.BigDecimal value) |
void |
setAmount(java.math.BigDecimal value) |
void |
setCurrency(CurrencyDTO value) |
void |
setDateRange(java.lang.String value) |
void |
setUnit(java.util.Collection<B2BUnitDTO> value) |
getActive, getCode, setActive, setCodegetComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, isSealed, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPk, setSealedgetModifiedProperties, getUri, setUripublic B2BCreditLimitDTO()
public java.lang.String getAlertRateType()
public java.util.Date getAlertSentDate()
public java.math.BigDecimal getAlertThreshold()
public java.math.BigDecimal getAmount()
public CurrencyDTO getCurrency()
public java.lang.String getDateRange()
public java.util.Collection<B2BUnitDTO> getUnit()
public void setAlertRateType(java.lang.String value)
public void setAlertSentDate(java.util.Date value)
public void setAlertThreshold(java.math.BigDecimal value)
public void setAmount(java.math.BigDecimal value)
public void setCurrency(CurrencyDTO value)
public void setDateRange(java.lang.String value)
public void setUnit(java.util.Collection<B2BUnitDTO> value)
Copyright © 2018 SAP SE. All Rights Reserved.