public class Agency extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements ContractsAndGrantsAgency, org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Modifier and Type | Field and Description | 
|---|---|
| static String | CACHE_NAME | 
| Constructor and Description | 
|---|
| Agency()Default no-arg constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Agency agency)This method compares the passed in agency object against this agency object to check for equality. | 
| String | getAgencyNumber()Gets the agencyNumber attribute. | 
| AgencyType | getAgencyType()Gets the agencyType attribute. | 
| String | getAgencyTypeCode()Gets the agencyTypeCode attribute. | 
| String | getFullName()Gets the fullName attribute. | 
| org.kuali.rice.core.api.util.type.KualiDecimal | getIndirectAmount()Gets the indirectAmount attribute. | 
| String | getReportingName()Gets the reportingName attribute. | 
| Agency | getReportsToAgency()Gets the reportsToAgency attribute. | 
| String | getReportsToAgencyNumber()Gets the reportsToAgencyNumber attribute. | 
| boolean | isActive()Gets the active attribute. | 
| boolean | isInStateIndicator()Gets the inStateIndicator attribute. | 
| void | setActive(boolean active)Sets the active attribute value. | 
| void | setAgencyNumber(String agencyNumber)Sets the agencyNumber attribute. | 
| void | setAgencyType(AgencyType agencyType)Deprecated.   | 
| void | setAgencyTypeCode(String agencyTypeCode)Sets the agencyTypeCode attribute value. | 
| void | setFullName(String fullName)Sets the fullName attribute. | 
| void | setIndirectAmount(org.kuali.rice.core.api.util.type.KualiDecimal indirectAmount)Sets the indirectAmount attribute. | 
| void | setInStateIndicator(boolean inStateIndicator)Sets the inStateIndicator attribute. | 
| void | setReportingName(String reportingName)Sets the reportingName attribute. | 
| void | setReportsToAgency(Agency reportsToAgencyNumber)Deprecated.   | 
| void | setReportsToAgencyNumber(String reportsToAgencyNumber)Sets the reportsToAgencyNumber attribute value. | 
| protected LinkedHashMap | toStringMapper_RICE20_REFACTORME() | 
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic static final String CACHE_NAME
public Agency()
public String getAgencyTypeCode()
public void setAgencyTypeCode(String agencyTypeCode)
agencyTypeCode - The agencyTypeCode to set.public String getReportsToAgencyNumber()
public void setReportsToAgencyNumber(String reportsToAgencyNumber)
reportsToAgencyNumber - The reportsToAgencyNumber to set.public String getAgencyNumber()
getAgencyNumber in interface ContractsAndGrantsAgencypublic void setAgencyNumber(String agencyNumber)
agencyNumber - The agencyNumber to set.public String getReportingName()
public void setReportingName(String reportingName)
reportingName - The reportingName to set.public String getFullName()
public void setFullName(String fullName)
fullName - The fullName to set.public org.kuali.rice.core.api.util.type.KualiDecimal getIndirectAmount()
public void setIndirectAmount(org.kuali.rice.core.api.util.type.KualiDecimal indirectAmount)
indirectAmount - The indirectAmount to set.public boolean isInStateIndicator()
public void setInStateIndicator(boolean inStateIndicator)
inStateIndicator - The inStateIndicator to set.public Agency getReportsToAgency()
@Deprecated public void setReportsToAgency(Agency reportsToAgencyNumber)
reportsToAgencyNumber - The reportsToAgency to set.public AgencyType getAgencyType()
@Deprecated public void setAgencyType(AgencyType agencyType)
agencyType - The agencyType to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()public boolean equals(Agency agency)
agency - The agency object to be compared.public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatableactive - The active to set.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.