| |
|
| org.kuali.core.bo.PersistableBusinessObjectBase org.kuali.module.chart.bo.FederalFunction
FederalFunction | public FederalFunction()(Code) | | Default constructor.
|
getFinancialFederalFunctionCode | public String getFinancialFederalFunctionCode()(Code) | | Gets the financialFederalFunctionCode attribute.
Returns the financialFederalFunctionCode |
getFinancialFederalFunctionName | public String getFinancialFederalFunctionName()(Code) | | Gets the financialFederalFunctionName attribute.
Returns the financialFederalFunctionName |
setFinancialFederalFunctionCode | public void setFinancialFederalFunctionCode(String financialFederalFunctionCode)(Code) | | Sets the financialFederalFunctionCode attribute.
Parameters: financialFederalFunctionCode - The financialFederalFunctionCode to set. |
setFinancialFederalFunctionName | public void setFinancialFederalFunctionName(String financialFederalFunctionName)(Code) | | Sets the financialFederalFunctionName attribute.
Parameters: financialFederalFunctionName - The financialFederalFunctionName to set. |
Fields inherited from org.kuali.core.bo.PersistableBusinessObjectBase | protected Long versionNumber(Code)(Java Doc)
|
|
|
|