public class SourceCollectionsClass extends BaseCollectionsClass
Constructor and Description |
---|
SourceCollectionsClass() |
Modifier and Type | Method and Description |
---|---|
List<SourceAddress> |
getAddressList() |
List<SourceContact> |
getContactList() |
List<SourceOrder> |
getOrderList() |
void |
setAddressList(List<SourceAddress> addressList) |
void |
setContactList(List<SourceContact> contactList) |
void |
setOrderList(List<SourceOrder> orderList) |
getArrayList, getHashSet, getLinkedList, getList, getSet, setArrayList, setHashSet, setLinkedList, setList, setSet
public List<SourceContact> getContactList()
public void setContactList(List<SourceContact> contactList)
public List<SourceAddress> getAddressList()
public void setAddressList(List<SourceAddress> addressList)
public List<SourceOrder> getOrderList()
public void setOrderList(List<SourceOrder> orderList)
Copyright © 2017–2022 Red Hat, Inc.. All rights reserved.