| Package | Description |
|---|---|
| org.kuali.kra.proposaldevelopment.bo |
Provides the classes for business object of proposaldevelopment.
|
| Modifier and Type | Method and Description |
|---|---|
CongressionalDistrict |
ProposalSite.getDefaultCongressionalDistrict()
This method returns the first congressional district defined for the ProposalSite,
or null if there is none.
|
| Modifier and Type | Method and Description |
|---|---|
List<CongressionalDistrict> |
ProposalSite.getCongressionalDistricts() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalSite.addCongressionalDistrict(CongressionalDistrict congressionalDistrict) |
void |
ProposalSite.setDefaultCongressionalDistrict(CongressionalDistrict congressionalDistrict) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalSite.setCongressionalDistricts(List<CongressionalDistrict> congressionalDistricts) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.