Package org.kuali.coeus.common.api.org
Interface OrganizationContract
public interface OrganizationContract
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends OrganizationAuditContract> List<? extends OrganizationIndirectcostContract> List<? extends OrganizationTypeContract> List<? extends OrganizationYnqContract> getUei()The Unique Entity ID.
-
Method Details
-
getOrganizationId
String getOrganizationId() -
getAddress
String getAddress() -
getAgencySymbol
String getAgencySymbol() -
getAnimalWelfareAssurance
String getAnimalWelfareAssurance() -
getCableAddress
String getCableAddress() -
getCageNumber
String getCageNumber() -
getCognizantAuditor
Integer getCognizantAuditor() -
getLobbyingRegistrant
Integer getLobbyingRegistrant() -
getLobbyingIndividual
Integer getLobbyingIndividual() -
getComGovEntityCode
String getComGovEntityCode() -
getCongressionalDistrict
String getCongressionalDistrict() -
getContactAddressId
Integer getContactAddressId() -
getCounty
String getCounty() -
getDodacNumber
String getDodacNumber() -
getDunsNumber
String getDunsNumber() -
getDunsPlusFourNumber
String getDunsPlusFourNumber() -
getUei
String getUei()The Unique Entity ID. -
getFederalEmployerId
String getFederalEmployerId() -
getHumanSubAssurance
String getHumanSubAssurance() -
getIncorporatedDate
Date getIncorporatedDate() -
getIncorporatedIn
String getIncorporatedIn() -
getIndirectCostRateAgreement
String getIndirectCostRateAgreement() -
getIrsTaxExemption
String getIrsTaxExemption() -
getStateEmployeeClaim
String getStateEmployeeClaim() -
getStateTaxExemptNum
String getStateTaxExemptNum() -
getNsfInstitutionalCode
String getNsfInstitutionalCode() -
getNumberOfEmployees
Integer getNumberOfEmployees() -
getOnrResidentRep
Integer getOnrResidentRep() -
getOrganizationName
String getOrganizationName() -
getPhsAccount
String getPhsAccount() -
getScienceMisconductComplDate
Date getScienceMisconductComplDate() -
getTelexNumber
String getTelexNumber() -
getVendorCode
String getVendorCode() -
getOrganizationYnqs
List<? extends OrganizationYnqContract> getOrganizationYnqs() -
getOrganizationTypes
List<? extends OrganizationTypeContract> getOrganizationTypes() -
getOrganizationIdcs
List<? extends OrganizationIndirectcostContract> getOrganizationIdcs() -
getOrganizationAudits
List<? extends OrganizationAuditContract> getOrganizationAudits()
-