| Package | Description |
|---|---|
| org.egov.collection.integration.models |
| Modifier and Type | Method and Description |
|---|---|
List<BillPayeeDetails> |
BillInfo.getPayees()
This method return list of bill payee details where in each can have
multiple bills associated.
|
List<BillPayeeDetails> |
BillInfoImpl.getPayees() |
| Modifier and Type | Method and Description |
|---|---|
void |
BillInfo.addPayees(BillPayeeDetails payee)
This method adds the given bill payee to the list of payees.
|
void |
BillInfoImpl.addPayees(BillPayeeDetails payee) |
| Modifier and Type | Method and Description |
|---|---|
void |
BillInfo.setPayees(List<BillPayeeDetails> payees)
This method sets the given list of Bill Payees
|
void |
BillInfoImpl.setPayees(List<BillPayeeDetails> payees) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.