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

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.EffortCertificationReportPosition
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 EffortCertificationReportPosition
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

Business Object for the Effort Certification Report Position Table.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
EffortCertificationReportPosition()
          Default constructor.
 
Method Summary
 EffortCertificationReportDefinition getEffortCertificationReportDefinition()
          Gets the effortCertificationReportDefinition attribute.
 String getEffortCertificationReportNumber()
          Gets the effortCertificationReportNumber attribute.
 String getEffortCertificationReportPositionObjectGroupCode()
          Gets the effortCertificationReportPositionObjectGroupCode attribute.
 SystemOptions getOptions()
          Gets the options attribute.
 LaborLedgerPositionObjectGroup getPositionObjectGroup()
          gets the positionObjetGroup
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 boolean isActive()
          Gets the active attribute.
 void setActive(boolean active)
          Sets the active attribute value.
 void setEffortCertificationReportDefinition(EffortCertificationReportDefinition effortCertificationReportDefinition)
          Sets the effortCertificationReportDefinition attribute value.
 void setEffortCertificationReportNumber(String effortCertificationReportNumber)
          Sets the effortCertificationReportNumber attribute value.
 void setEffortCertificationReportPositionObjectGroupCode(String effortCertificationReportPositionObjectGroupCode)
          Sets the effortCertificationReportPositionObjectGroupCode attribute value.
 void setOptions(SystemOptions options)
          Sets the options attribute value.
 void setPositionObjectGroup(LaborLedgerPositionObjectGroup positionObjectGroup)
          Sets the positionObjectGroup attribute value.
 void setUniversityFiscalYear(Integer universityFiscalYear)
          Sets the universityFiscalYear attribute value.
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

EffortCertificationReportPosition

public EffortCertificationReportPosition()
Default constructor.

Method Detail

getUniversityFiscalYear

public Integer getUniversityFiscalYear()
Gets the universityFiscalYear attribute.

Returns:
Returns the universityFiscalYear.

setUniversityFiscalYear

public void setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute value.

Parameters:
universityFiscalYear - The universityFiscalYear to set.

getEffortCertificationReportNumber

public String getEffortCertificationReportNumber()
Gets the effortCertificationReportNumber attribute.

Returns:
Returns the effortCertificationReportNumber.

setEffortCertificationReportNumber

public void setEffortCertificationReportNumber(String effortCertificationReportNumber)
Sets the effortCertificationReportNumber attribute value.

Parameters:
effortCertificationReportNumber - The effortCertificationReportNumber to set.

getEffortCertificationReportPositionObjectGroupCode

public String getEffortCertificationReportPositionObjectGroupCode()
Gets the effortCertificationReportPositionObjectGroupCode attribute.

Returns:
Returns the effortCertificationReportPositionObjectGroupCode.

setEffortCertificationReportPositionObjectGroupCode

public void setEffortCertificationReportPositionObjectGroupCode(String effortCertificationReportPositionObjectGroupCode)
Sets the effortCertificationReportPositionObjectGroupCode attribute value.

Parameters:
effortCertificationReportPositionObjectGroupCode - The effortCertificationReportPositionObjectGroupCode to set.

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.

getPositionObjectGroup

public LaborLedgerPositionObjectGroup getPositionObjectGroup()
gets the positionObjetGroup

Returns:
the positionObjetGroup

getEffortCertificationReportDefinition

public EffortCertificationReportDefinition getEffortCertificationReportDefinition()
Gets the effortCertificationReportDefinition attribute.

Returns:
Returns the effortCertificationReportDefinition.

setEffortCertificationReportDefinition

public void setEffortCertificationReportDefinition(EffortCertificationReportDefinition effortCertificationReportDefinition)
Sets the effortCertificationReportDefinition attribute value.

Parameters:
effortCertificationReportDefinition - The effortCertificationReportDefinition to set.

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.

setPositionObjectGroup

public void setPositionObjectGroup(LaborLedgerPositionObjectGroup positionObjectGroup)
Sets the positionObjectGroup attribute value.

Parameters:
positionObjectGroup - The positionObjectGroup to set.

toStringMapper

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


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