public class BillingPlansDTO
extends AbstractCollectionDTO
| Constructor and Description |
|---|
BillingPlansDTO()
Generated constructor - for generic creation.
|
BillingPlansDTO(List<BillingPlanDTO> billingplansList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<BillingPlanDTO> |
getBillingPlans() |
void |
setBillingPlans(List<BillingPlanDTO> billingplansList) |
public BillingPlansDTO()
public BillingPlansDTO(List<BillingPlanDTO> billingplansList)
public List<BillingPlanDTO> getBillingPlans()
public void setBillingPlans(List<BillingPlanDTO> billingplansList)
billingplansList - the billingplansList to setCopyright © 2017 SAP SE. All Rights Reserved.