Method Summary |
|
public boolean | equals(Agency agency) This method compares the passed in agency object against this agency object to check for equality. |
public AgencyExtension | getAgencyExtension() Gets the agencyExtension attribute. |
public String | getAgencyNumber() Gets the agencyNumber attribute. |
public AgencyType | getAgencyType() Gets the agencyType attribute. |
public String | getAgencyTypeCode() Gets the agencyTypeCode attribute. |
public String | getFullName() Gets the fullName attribute. |
public KualiDecimal | getIndirectAmount() Gets the indirectAmount attribute. |
public String | getReportingName() Gets the reportingName attribute. |
public Agency | getReportsToAgency() Gets the reportsToAgency attribute. |
public String | getReportsToAgencyNumber() Gets the reportsToAgencyNumber attribute. |
public boolean | isHistoricalIndicator() Gets the historicalIndicator attribute. |
public boolean | isInStateIndicator() Gets the inStateIndicator attribute. |
public void | setAgencyExtension(AgencyExtension agencyExtension) Sets the agencyExtension attribute value. |
public void | setAgencyNumber(String agencyNumber) Sets the agencyNumber attribute. |
public void | setAgencyType(AgencyType agencyType) Sets the agencyType attribute. |
public void | setAgencyTypeCode(String agencyTypeCode) Sets the agencyTypeCode attribute value. |
public void | setFullName(String fullName) Sets the fullName attribute. |
public void | setHistoricalIndicator(boolean historicalIndicator) Sets the historicalIndicator attribute. |
public void | setInStateIndicator(boolean inStateIndicator) Sets the inStateIndicator attribute. |
public void | setIndirectAmount(KualiDecimal indirectAmount) Sets the indirectAmount attribute. |
public void | setReportingName(String reportingName) Sets the reportingName attribute. |
public void | setReportsToAgency(Agency reportsToAgencyNumber) Sets the reportsToAgency attribute. |
public void | setReportsToAgencyNumber(String reportsToAgencyNumber) Sets the reportsToAgencyNumber attribute value. |
protected LinkedHashMap | toStringMapper() |