org.kuali.kfs.coa.businessobject
Class ReportingCode
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.coa.businessobject.ReportingCode
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject
public class ReportingCode
- extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
- implements org.kuali.rice.kns.bo.Inactivateable
Reporting Codes Business Object
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
extension, versionNumber |
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
prepareForWorkflow |
ReportingCode
public ReportingCode()
getChartOfAccountsCode
public String getChartOfAccountsCode()
- Returns:
- Returns the chartOfAccountsCode.
setChartOfAccountsCode
public void setChartOfAccountsCode(String chartOfAccountsCode)
- Parameters:
chartOfAccountsCode
- The chartOfAccountsCode to set.
getFinancialReportingCode
public String getFinancialReportingCode()
- Returns:
- Returns the financialReportingCode.
setFinancialReportingCode
public void setFinancialReportingCode(String financialReportingCode)
- Parameters:
financialReportingCode
- The financialReportingCode to set.
getFinancialReportingCodeDescription
public String getFinancialReportingCodeDescription()
- Returns:
- Returns the financialReportingCodeDescription.
setFinancialReportingCodeDescription
public void setFinancialReportingCodeDescription(String financialReportingCodeDescription)
- Parameters:
financialReportingCodeDescription
- The financialReportingCodeDescription to set.
getFinancialReportingCodeMgrId
public String getFinancialReportingCodeMgrId()
- Returns:
- Returns the financialReportingCodeMgrId.
setFinancialReportingCodeMgrId
public void setFinancialReportingCodeMgrId(String financialReportingCodeMgrId)
- Parameters:
financialReportingCodeMgrId
- The financialReportingCodeMgrId to set.
getOrganizationCode
public String getOrganizationCode()
- Returns:
- Returns the organizationCode.
setOrganizationCode
public void setOrganizationCode(String organizationCode)
- Parameters:
organizationCode
- The organizationCode to set.
getFinancialReportsToReportingCode
public String getFinancialReportsToReportingCode()
- Returns:
- Returns the financialReportsToReportingCode.
setFinancialReportsToReportingCode
public void setFinancialReportsToReportingCode(String financialReportsToReportingCode)
- Parameters:
financialReportsToReportingCode
- The financialReportsToReportingCode to set.
getChart
public Chart getChart()
- Returns:
- Returns the chart.
setChart
public void setChart(Chart chart)
- Deprecated.
- Parameters:
chart
- The chart to set.
getOrg
public Organization getOrg()
- Returns:
- Returns the org.
setOrg
public void setOrg(Organization org)
- Deprecated.
- Parameters:
org
- The org to set.
getPerson
public org.kuali.rice.kim.bo.Person getPerson()
setPerson
public void setPerson(org.kuali.rice.kim.bo.Person person)
- Deprecated.
- Parameters:
person
- The person to set.
getReportingCodes
public ReportingCode getReportingCodes()
- Returns:
- Returns the reportingCodes.
setReportingCodes
public void setReportingCodes(ReportingCode reportingCodes)
- Deprecated.
- Parameters:
reportingCodes
- The reportingCodes to set.
toStringMapper
protected LinkedHashMap toStringMapper()
- Specified by:
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
- See Also:
BusinessObjectBase.toStringMapper()
isActive
public boolean isActive()
- Gets the active attribute.
- Specified by:
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
- Returns:
- Returns the active.
setActive
public void setActive(boolean active)
- Sets the active attribute value.
- Specified by:
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
- Parameters:
active
- The active to set.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.