|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.ec.businessobject.EffortCertificationReportPosition
public class EffortCertificationReportPosition
Business Object for the Effort Certification Report Position Table.
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 |
---|
public EffortCertificationReportPosition()
Method Detail |
---|
public Integer getUniversityFiscalYear()
public void setUniversityFiscalYear(Integer universityFiscalYear)
universityFiscalYear
- The universityFiscalYear to set.public String getEffortCertificationReportNumber()
public void setEffortCertificationReportNumber(String effortCertificationReportNumber)
effortCertificationReportNumber
- The effortCertificationReportNumber to set.public String getEffortCertificationReportPositionObjectGroupCode()
public void setEffortCertificationReportPositionObjectGroupCode(String effortCertificationReportPositionObjectGroupCode)
effortCertificationReportPositionObjectGroupCode
- The effortCertificationReportPositionObjectGroupCode to set.public boolean isActive()
isActive
in interface org.kuali.rice.kns.bo.Inactivateable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
active
- The active to set.public LaborLedgerPositionObjectGroup getPositionObjectGroup()
public EffortCertificationReportDefinition getEffortCertificationReportDefinition()
public void setEffortCertificationReportDefinition(EffortCertificationReportDefinition effortCertificationReportDefinition)
effortCertificationReportDefinition
- The effortCertificationReportDefinition to set.public SystemOptions getOptions()
public void setOptions(SystemOptions options)
options
- The options to set.public void setPositionObjectGroup(LaborLedgerPositionObjectGroup positionObjectGroup)
positionObjectGroup
- The positionObjectGroup to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |