|
||||||||||
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.ld.businessobject.LaborObject
public class LaborObject
Labor business object for LaborObject.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
LaborObject()
Default constructor. |
Method Summary | |
---|---|
Chart |
getChartOfAccounts()
Gets the chartOfAccounts |
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode |
ObjectCode |
getFinancialObject()
Gets the financialObject |
String |
getFinancialObjectCode()
Gets the financialObjectCode |
String |
getFinancialObjectFringeOrSalaryCode()
Gets the financialObjectFringeOrSalaryCode |
String |
getFinancialObjectPayTypeCode()
Gets the financialObjectPayTypeCode |
LaborLedgerPositionObjectGroup |
getLaborLedgerPositionObjectGroup()
Gets the laborLedgerpositionObjectGroup |
String |
getLaborObjectCodeViewer()
This method (a hack by any other name...) returns a string so that an Labor Object Code can have a link to view its own inquiry page after a look up |
SystemOptions |
getOption()
Gets the option |
PositionObjectGroup |
getPositionObjectGroup()
Gets the positionObjectGroup attribute. |
String |
getPositionObjectGroupCode()
Gets the positionObjectGroupCode |
Integer |
getUniversityFiscalYear()
Gets the universityFiscalYear |
boolean |
isActive()
Gets the active attribute. |
boolean |
isDetailPositionRequiredIndicator()
Gets the detailPositionRequiredIndicator |
boolean |
isFinancialObjectHoursRequiredIndicator()
Gets the financialObjectHoursRequiredIndicator |
void |
setActive(boolean active)
Sets the active attribute value. |
void |
setChartOfAccounts(Chart chartOfAccounts)
Deprecated. |
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode |
void |
setDetailPositionRequiredIndicator(boolean detailPositionRequiredIndicator)
Sets the detailPositionRequiredIndicator |
void |
setFinancialObject(ObjectCode financialObject)
Deprecated. |
void |
setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode |
void |
setFinancialObjectFringeOrSalaryCode(String financialObjectFringeOrSalaryCode)
Sets the financialObjectFringeOrSalaryCode |
void |
setFinancialObjectHoursRequiredIndicator(boolean financialObjectHoursRequiredIndicator)
Sets the financialObjectHoursRequiredIndicator |
void |
setFinancialObjectPayTypeCode(String financialObjectPayTypeCode)
Sets the financialObjectPayTypeCode |
void |
setLaborLedgerPositionObjectGroup(LaborLedgerPositionObjectGroup laborLedgerPositionObjectGroup)
Deprecated. |
void |
setOption(SystemOptions option)
Sets the option |
void |
setPositionObjectGroup(PositionObjectGroup positionObjectGroup)
Deprecated. |
void |
setPositionObjectGroupCode(String positionObjectGroupCode)
Sets the positionObjectGroupCode |
void |
setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear |
protected LinkedHashMap |
toStringMapper()
construct the key list of the business object. |
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.PersistableBusinessObject |
---|
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware |
---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Constructor Detail |
---|
public LaborObject()
Method Detail |
---|
public Integer getUniversityFiscalYear()
getUniversityFiscalYear
in interface LaborLedgerObject
public void setUniversityFiscalYear(Integer universityFiscalYear)
setUniversityFiscalYear
in interface LaborLedgerObject
universityFiscalYear
- The universityFiscalYear to set.public String getChartOfAccountsCode()
getChartOfAccountsCode
in interface LaborLedgerObject
public void setChartOfAccountsCode(String chartOfAccountsCode)
setChartOfAccountsCode
in interface LaborLedgerObject
chartOfAccountsCode
- The chartOfAccountsCode to set.public String getFinancialObjectCode()
getFinancialObjectCode
in interface LaborLedgerObject
public void setFinancialObjectCode(String financialObjectCode)
setFinancialObjectCode
in interface LaborLedgerObject
financialObjectCode
- The financialObjectCode to set.public boolean isDetailPositionRequiredIndicator()
isDetailPositionRequiredIndicator
in interface LaborLedgerObject
public void setDetailPositionRequiredIndicator(boolean detailPositionRequiredIndicator)
setDetailPositionRequiredIndicator
in interface LaborLedgerObject
detailPositionRequiredIndicator
- The detailPositionRequiredIndicator to set.public boolean isFinancialObjectHoursRequiredIndicator()
isFinancialObjectHoursRequiredIndicator
in interface LaborLedgerObject
public void setFinancialObjectHoursRequiredIndicator(boolean financialObjectHoursRequiredIndicator)
setFinancialObjectHoursRequiredIndicator
in interface LaborLedgerObject
financialObjectHoursRequiredIndicator
- The financialObjectHoursRequiredIndicator to set.public String getFinancialObjectPayTypeCode()
getFinancialObjectPayTypeCode
in interface LaborLedgerObject
public void setFinancialObjectPayTypeCode(String financialObjectPayTypeCode)
setFinancialObjectPayTypeCode
in interface LaborLedgerObject
financialObjectPayTypeCode
- The financialObjectPayTypeCode to set.public String getFinancialObjectFringeOrSalaryCode()
getFinancialObjectFringeOrSalaryCode
in interface LaborLedgerObject
public void setFinancialObjectFringeOrSalaryCode(String financialObjectFringeOrSalaryCode)
setFinancialObjectFringeOrSalaryCode
in interface LaborLedgerObject
financialObjectFringeOrSalaryCode
- The financialObjectFringeOrSalaryCode to set.public String getPositionObjectGroupCode()
getPositionObjectGroupCode
in interface LaborLedgerObject
public void setPositionObjectGroupCode(String positionObjectGroupCode)
setPositionObjectGroupCode
in interface LaborLedgerObject
positionObjectGroupCode
- The positionObjectGroupCode to set.public ObjectCode getFinancialObject()
getFinancialObject
in interface LaborLedgerObject
@Deprecated public void setFinancialObject(ObjectCode financialObject)
setFinancialObject
in interface LaborLedgerObject
financialObject
- The financialObject to set.public Chart getChartOfAccounts()
getChartOfAccounts
in interface LaborLedgerObject
@Deprecated public void setChartOfAccounts(Chart chartOfAccounts)
setChartOfAccounts
in interface LaborLedgerObject
chartOfAccounts
- The chartOfAccounts to set.public PositionObjectGroup getPositionObjectGroup()
@Deprecated public void setPositionObjectGroup(PositionObjectGroup positionObjectGroup)
positionObjectGroup
- The positionObjectGroup to set.public LaborLedgerPositionObjectGroup getLaborLedgerPositionObjectGroup()
LaborLedgerObject
getLaborLedgerPositionObjectGroup
in interface LaborLedgerObject
org.kuali.kfs.bo.LaborLedgerObject#getLaborLedgerPositionObjectGroup()
@Deprecated public void setLaborLedgerPositionObjectGroup(LaborLedgerPositionObjectGroup laborLedgerPositionObjectGroup)
LaborLedgerObject
setLaborLedgerPositionObjectGroup
in interface LaborLedgerObject
org.kuali.kfs.bo.LaborLedgerObject#setLaborLedgerPositionObjectGroup(org.kuali.kfs.bo.LaborLedgerPositionObjectGroup)
public SystemOptions getOption()
getOption
in interface LaborLedgerObject
public void setOption(SystemOptions option)
setOption
in interface LaborLedgerObject
option
- The option 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 String getLaborObjectCodeViewer()
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 |