org.kuali.kfs.integration.ld
Interface LaborLedgerObject

All Superinterfaces:
org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject, org.apache.ojb.broker.PersistenceBrokerAware, Serializable
All Known Implementing Classes:
LaborObject

public interface LaborLedgerObject
extends org.kuali.rice.kns.bo.PersistableBusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject


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
 SystemOptions getOption()
          Gets the option
 String getPositionObjectGroupCode()
          Gets the positionObjectGroupCode
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear
 boolean isDetailPositionRequiredIndicator()
          Gets the detailPositionRequiredIndicator
 boolean isFinancialObjectHoursRequiredIndicator()
          Gets the financialObjectHoursRequiredIndicator
 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)
          Sets the laborLedgerpositionObjectGroup
 void setOption(SystemOptions option)
          Sets the option
 void setPositionObjectGroupCode(String positionObjectGroupCode)
          Sets the positionObjectGroupCode
 void setUniversityFiscalYear(Integer universityFiscalYear)
          Sets the universityFiscalYear
 
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
 

Method Detail

getUniversityFiscalYear

Integer getUniversityFiscalYear()
Gets the universityFiscalYear

Returns:
Returns the universityFiscalYear

setUniversityFiscalYear

void setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear

Parameters:
universityFiscalYear - The universityFiscalYear to set.

getChartOfAccountsCode

String getChartOfAccountsCode()
Gets the chartOfAccountsCode

Returns:
Returns the chartOfAccountsCode

setChartOfAccountsCode

void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getFinancialObjectCode

String getFinancialObjectCode()
Gets the financialObjectCode

Returns:
Returns the financialObjectCode

setFinancialObjectCode

void setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode

Parameters:
financialObjectCode - The financialObjectCode to set.

isDetailPositionRequiredIndicator

boolean isDetailPositionRequiredIndicator()
Gets the detailPositionRequiredIndicator

Returns:
Returns the detailPositionRequiredIndicator

setDetailPositionRequiredIndicator

void setDetailPositionRequiredIndicator(boolean detailPositionRequiredIndicator)
Sets the detailPositionRequiredIndicator

Parameters:
detailPositionRequiredIndicator - The detailPositionRequiredIndicator to set.

isFinancialObjectHoursRequiredIndicator

boolean isFinancialObjectHoursRequiredIndicator()
Gets the financialObjectHoursRequiredIndicator

Returns:
Returns the financialObjectHoursRequiredIndicator

setFinancialObjectHoursRequiredIndicator

void setFinancialObjectHoursRequiredIndicator(boolean financialObjectHoursRequiredIndicator)
Sets the financialObjectHoursRequiredIndicator

Parameters:
financialObjectHoursRequiredIndicator - The financialObjectHoursRequiredIndicator to set.

getFinancialObjectPayTypeCode

String getFinancialObjectPayTypeCode()
Gets the financialObjectPayTypeCode

Returns:
Returns the financialObjectPayTypeCode

setFinancialObjectPayTypeCode

void setFinancialObjectPayTypeCode(String financialObjectPayTypeCode)
Sets the financialObjectPayTypeCode

Parameters:
financialObjectPayTypeCode - The financialObjectPayTypeCode to set.

getFinancialObjectFringeOrSalaryCode

String getFinancialObjectFringeOrSalaryCode()
Gets the financialObjectFringeOrSalaryCode

Returns:
Returns the financialObjectFringeOrSalaryCode

setFinancialObjectFringeOrSalaryCode

void setFinancialObjectFringeOrSalaryCode(String financialObjectFringeOrSalaryCode)
Sets the financialObjectFringeOrSalaryCode

Parameters:
financialObjectFringeOrSalaryCode - The financialObjectFringeOrSalaryCode to set.

getPositionObjectGroupCode

String getPositionObjectGroupCode()
Gets the positionObjectGroupCode

Returns:
Returns the positionObjectGroupCode

setPositionObjectGroupCode

void setPositionObjectGroupCode(String positionObjectGroupCode)
Sets the positionObjectGroupCode

Parameters:
positionObjectGroupCode - The positionObjectGroupCode to set.

getFinancialObject

ObjectCode getFinancialObject()
Gets the financialObject

Returns:
Returns the financialObject

setFinancialObject

@Deprecated
void setFinancialObject(ObjectCode financialObject)
Deprecated. 

Sets the financialObject

Parameters:
financialObject - The financialObject to set.

getChartOfAccounts

Chart getChartOfAccounts()
Gets the chartOfAccounts

Returns:
Returns the chartOfAccounts

setChartOfAccounts

@Deprecated
void setChartOfAccounts(Chart chartOfAccounts)
Deprecated. 

Sets the chartOfAccounts

Parameters:
chartOfAccounts - The chartOfAccounts to set.

getLaborLedgerPositionObjectGroup

LaborLedgerPositionObjectGroup getLaborLedgerPositionObjectGroup()
Gets the laborLedgerpositionObjectGroup

Returns:
Returns the laborLedgerpositionObjectGroup.

setLaborLedgerPositionObjectGroup

void setLaborLedgerPositionObjectGroup(LaborLedgerPositionObjectGroup laborLedgerpositionObjectGroup)
Sets the laborLedgerpositionObjectGroup

Parameters:
positionObjectGroup - The laborLedgerpositionObjectGroup to set.

getOption

SystemOptions getOption()
Gets the option

Returns:
Returns the option.

setOption

void setOption(SystemOptions option)
Sets the option

Parameters:
option - The option to set.


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