public class BillingPlanDTO extends ItemDTO
| Constructor and Description |
|---|
BillingPlanDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBillingCycleDay() |
String |
getBillingCycleType() |
BillingFrequencyDTO |
getBillingFrequency() |
String |
getId() |
String |
getName() |
void |
setBillingCycleDay(Integer value) |
void |
setBillingCycleType(String value) |
void |
setBillingFrequency(BillingFrequencyDTO value) |
void |
setId(String value) |
void |
setName(String value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic BillingPlanDTO()
public Integer getBillingCycleDay()
public String getBillingCycleType()
public BillingFrequencyDTO getBillingFrequency()
public String getId()
public String getName()
public void setBillingCycleDay(Integer value)
public void setBillingCycleType(String value)
public void setBillingFrequency(BillingFrequencyDTO value)
public void setId(String value)
public void setName(String value)
Copyright © 2017 SAP SE. All Rights Reserved.