public class Agency extends Object implements ContractsAndGrantsAgency
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.
|
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 |
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.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.
|
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 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.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()
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()
public void refresh()
refresh
in interface org.kuali.rice.krad.bo.BusinessObject
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.