org.kuali.kfs.integration.ld
Interface LaborLedgerPositionObjectBenefit

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:
PositionObjectBenefit

public interface LaborLedgerPositionObjectBenefit
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 getFinancialObjectBenefitsTypeCode()
          Gets the financialObjectBenefitsTypeCode
 String getFinancialObjectCode()
          Gets the financialObjectCode
 LaborLedgerBenefitsCalculation getLaborLedgerBenefitsCalculation()
          Gets the laborLedgerBenefitsCalculation
 SystemOptions getUniversityFiscal()
          Gets the universityFiscal
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear
 void setChartOfAccounts(Chart chartOfAccounts)
          Deprecated. 
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode
 void setFinancialObject(ObjectCode financialObject)
          Deprecated. 
 void setFinancialObjectBenefitsTypeCode(String financialObjectBenefitsTypeCode)
          Sets the financialObjectBenefitsTypeCode
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode
 void setLaborLedgerBenefitsCalculation(LaborLedgerBenefitsCalculation laborLedgerBenefitsCalculation)
          Deprecated. 
 void setUniversityFiscal(SystemOptions universityFiscal)
          Deprecated. 
 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.

getFinancialObjectBenefitsTypeCode

String getFinancialObjectBenefitsTypeCode()
Gets the financialObjectBenefitsTypeCode

Returns:
Returns the financialObjectBenefitsTypeCode

setFinancialObjectBenefitsTypeCode

void setFinancialObjectBenefitsTypeCode(String financialObjectBenefitsTypeCode)
Sets the financialObjectBenefitsTypeCode

Parameters:
financialObjectBenefitsTypeCode - The financialObjectBenefitsTypeCode 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.

getUniversityFiscal

SystemOptions getUniversityFiscal()
Gets the universityFiscal

Returns:
Returns the universityFiscal.

setUniversityFiscal

@Deprecated
void setUniversityFiscal(SystemOptions universityFiscal)
Deprecated. 

Sets the universityFiscal

Parameters:
universityFiscal - The universityFiscal to set.

getLaborLedgerBenefitsCalculation

LaborLedgerBenefitsCalculation getLaborLedgerBenefitsCalculation()
Gets the laborLedgerBenefitsCalculation

Returns:
Returns the laborLedgerBenefitsCalculation.

setLaborLedgerBenefitsCalculation

@Deprecated
void setLaborLedgerBenefitsCalculation(LaborLedgerBenefitsCalculation laborLedgerBenefitsCalculation)
Deprecated. 

Sets the laborLedgerBenefitsCalculation

Parameters:
laborLedgerBenefitsCalculation - The laborLedgerBenefitsCalculation to set.


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