public class BillingTimesDTO
extends AbstractCollectionDTO
| Constructor and Description |
|---|
BillingTimesDTO()
Generated constructor - for generic creation.
|
BillingTimesDTO(List<BillingTimeDTO> billingtimesList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<BillingTimeDTO> |
getBillingTimes() |
void |
setBillingTimes(List<BillingTimeDTO> billingtimesList) |
public BillingTimesDTO()
public BillingTimesDTO(List<BillingTimeDTO> billingtimesList)
public List<BillingTimeDTO> getBillingTimes()
public void setBillingTimes(List<BillingTimeDTO> billingtimesList)
billingtimesList - the billingtimesList to setCopyright © 2017 SAP SE. All Rights Reserved.