Interface ProposalSiteContract
-
- All Superinterfaces:
Addressable,NumberedProposal
public interface ProposalSiteContract extends NumberedProposal, Addressable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends CongressionalDistrictContract>getCongressionalDistricts()StringgetFirstCongressionalDistrictName()StringgetLocationName()IntegergetLocationTypeCode()OrganizationContractgetOrganization()RolodexContractgetRolodex()IntegergetSiteNumber()-
Methods inherited from interface org.kuali.coeus.common.api.address.Addressable
getAddressLine1, getAddressLine2, getAddressLine3, getCity, getCountryCode, getCounty, getPostalCode, getState
-
Methods inherited from interface org.kuali.coeus.propdev.api.core.NumberedProposal
getProposalNumber
-
-
-
-
Method Detail
-
getSiteNumber
Integer getSiteNumber()
-
getLocationName
String getLocationName()
-
getLocationTypeCode
Integer getLocationTypeCode()
-
getOrganization
OrganizationContract getOrganization()
-
getRolodex
RolodexContract getRolodex()
-
getCongressionalDistricts
List<? extends CongressionalDistrictContract> getCongressionalDistricts()
-
getFirstCongressionalDistrictName
String getFirstCongressionalDistrictName()
-
-