org.kuali.kfs.module.ec.businessobject
Class OutstandingCertificationsByReport

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.ec.businessobject.OutstandingCertificationsByReport
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class OutstandingCertificationsByReport
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
OutstandingCertificationsByReport()
           
 
Method Summary
 Chart getChart()
          Gets the chart
 String getChartOfAccountsCode()
          Return the chartOfAccountsCode
 EffortCertificationReportDefinition getEffortCertificationReportDefinition()
          Gets the effort certification report definition
 String getEffortCertificationReportNumber()
          Gets effortCertificationReportNumber
 SystemOptions getOptions()
          Gets the options attribute.
 Organization getOrganization()
          Gets the organization
 String getOrganizationCode()
          Gets organizationCode
 Integer getOutstandingCertificationCount()
          Gets outstandingCertificationCount
 Integer getUniversityFiscalYear()
          Gets universityFiscalYear
 void setChart(Chart chart)
          Sets the chart
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets chartOfAccountsCode
 void setEffortCertificationReportDefinition(EffortCertificationReportDefinition effortCertificationReportDefinition)
          Sets effort certification report definition
 void setEffortCertificationReportNumber(String effortCertificationReportNumber)
          Sets effortCertificationReportNumber
 void setOptions(SystemOptions options)
          Sets the options attribute value.
 void setOrganization(Organization organization)
          Sets organization
 void setOrganizationCode(String organizationCode)
          Sets organizationCode
 void setOutstandingCertificationCount(Integer outstandingCertificationCount)
          Sets outstandingCertificationCount
 void setUniversityFiscalYear(Integer universityFiscalYear)
          Sets universityFiscalYear
protected  LinkedHashMap toStringMapper()
           
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

OutstandingCertificationsByReport

public OutstandingCertificationsByReport()
Method Detail

getChartOfAccountsCode

public String getChartOfAccountsCode()
Return the chartOfAccountsCode

Returns:

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Sets chartOfAccountsCode

Parameters:
chartOfAccountsCode -

getEffortCertificationReportNumber

public String getEffortCertificationReportNumber()
Gets effortCertificationReportNumber

Returns:

setEffortCertificationReportNumber

public void setEffortCertificationReportNumber(String effortCertificationReportNumber)
Sets effortCertificationReportNumber

Parameters:
effortCertificationReportNumber -

getOrganizationCode

public String getOrganizationCode()
Gets organizationCode

Returns:

setOrganizationCode

public void setOrganizationCode(String organizationCode)
Sets organizationCode

Parameters:
organizationCode -

getOutstandingCertificationCount

public Integer getOutstandingCertificationCount()
Gets outstandingCertificationCount

Returns:

setOutstandingCertificationCount

public void setOutstandingCertificationCount(Integer outstandingCertificationCount)
Sets outstandingCertificationCount

Parameters:
outstandingCertificationCount -

getUniversityFiscalYear

public Integer getUniversityFiscalYear()
Gets universityFiscalYear

Returns:

setUniversityFiscalYear

public void setUniversityFiscalYear(Integer universityFiscalYear)
Sets universityFiscalYear

Parameters:
universityFiscalYear -

getOptions

public SystemOptions getOptions()
Gets the options attribute.

Returns:
Returns the options.

setOptions

public void setOptions(SystemOptions options)
Sets the options attribute value.

Parameters:
options - The options to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase

getEffortCertificationReportDefinition

public EffortCertificationReportDefinition getEffortCertificationReportDefinition()
Gets the effort certification report definition

Returns:

setEffortCertificationReportDefinition

public void setEffortCertificationReportDefinition(EffortCertificationReportDefinition effortCertificationReportDefinition)
Sets effort certification report definition

Parameters:
effortCertificationReportDefinition -

getOrganization

public Organization getOrganization()
Gets the organization

Returns:

setOrganization

public void setOrganization(Organization organization)
Sets organization

Parameters:
organization -

getChart

public Chart getChart()
Gets the chart

Returns:

setChart

public void setChart(Chart chart)
Sets the chart

Parameters:
chart -


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.