|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.integration.cg.businessobject.Agency
public class Agency
This class defines an agency as it is used and referenced within the Contracts and Grants portion of a college or university financial system.
Constructor Summary | |
---|---|
Agency()
Default no-arg constructor. |
Method Summary | |
---|---|
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. |
String |
getAgencyTypeCode()
Gets the agencyTypeCode attribute. |
String |
getFullName()
Gets the fullName attribute. |
org.kuali.rice.kns.util.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 |
prepareForWorkflow()
|
void |
refresh()
|
void |
setActive(boolean active)
Sets the active attribute value. |
void |
setAgencyNumber(String agencyNumber)
Sets the agencyNumber attribute. |
void |
setAgencyTypeCode(String agencyTypeCode)
Sets the agencyTypeCode attribute value. |
void |
setFullName(String fullName)
Sets the fullName attribute. |
void |
setIndirectAmount(org.kuali.rice.kns.util.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Agency()
Method Detail |
---|
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 ContractsAndGrantsAgency
public 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.kns.util.KualiDecimal getIndirectAmount()
public void setIndirectAmount(org.kuali.rice.kns.util.KualiDecimal indirectAmount)
indirectAmount
- The indirectAmount to set.public boolean isInStateIndicator()
public void setInStateIndicator(boolean inStateIndicator)
inStateIndicator
- The inStateIndicator to set.public Agency getReportsToAgency()
public void setReportsToAgency(Agency reportsToAgencyNumber)
reportsToAgencyNumber
- The reportsToAgency to set.public boolean equals(Agency agency)
agency
- The agency object to be compared.
public boolean isActive()
public void setActive(boolean active)
active
- The active to set.public void prepareForWorkflow()
prepareForWorkflow
in interface org.kuali.rice.kns.bo.BusinessObject
public void refresh()
refresh
in interface org.kuali.rice.kns.bo.BusinessObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |