org.kuali.kfs.integration.ld
Interface LaborLedgerBenefitsCalculation

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

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


Method Summary
 Chart getChartOfAccounts()
          Gets the chartOfAccounts attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 LaborLedgerBenefitsType getLaborLedgerBenefitsType()
          Gets the laborLedgerBenefitsType attribute.
 String getPositionBenefitTypeCode()
          Gets the positionBenefitTypeCode attribute.
 ObjectCode getPositionFringeBenefitObject()
          Gets the positionFringeBenefitObject attribute.
 String getPositionFringeBenefitObjectCode()
          Gets the positionFringeBenefitObjectCode attribute.
 org.kuali.rice.kns.util.KualiPercent getPositionFringeBenefitPercent()
          Gets the positionFringeBenefitPercent attribute.
 SystemOptions getUniversityFiscal()
          Gets the universityFiscal attribute.
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 void setChartOfAccounts(Chart chartOfAccounts)
          Deprecated. 
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute.
 void setLaborLedgerBenefitsType(LaborLedgerBenefitsType laborLedgerBenefitsType)
          Deprecated. 
 void setPositionBenefitTypeCode(String positionBenefitTypeCode)
          Sets the positionBenefitTypeCode attribute.
 void setPositionFringeBenefitObject(ObjectCode positionFringeBenefitObject)
          Deprecated. 
 void setPositionFringeBenefitObjectCode(String positionFringeBenefitObjectCode)
          Sets the positionFringeBenefitObjectCode attribute.
 void setPositionFringeBenefitPercent(org.kuali.rice.kns.util.KualiPercent positionFringeBenefitPercent)
          Sets the positionFringeBenefitPercent attribute.
 void setUniversityFiscal(SystemOptions universityFiscal)
          Sets the universityFiscal attribute value.
 void setUniversityFiscalYear(Integer universityFiscalYear)
          Sets the universityFiscalYear attribute.
 
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 attribute.

Returns:
Returns the universityFiscalYear

setUniversityFiscalYear

void setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute.

Parameters:
universityFiscalYear - The universityFiscalYear to set.

getChartOfAccountsCode

String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode

setChartOfAccountsCode

void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getPositionBenefitTypeCode

String getPositionBenefitTypeCode()
Gets the positionBenefitTypeCode attribute.

Returns:
Returns the positionBenefitTypeCode

setPositionBenefitTypeCode

void setPositionBenefitTypeCode(String positionBenefitTypeCode)
Sets the positionBenefitTypeCode attribute.

Parameters:
positionBenefitTypeCode - The positionBenefitTypeCode to set.

getPositionFringeBenefitPercent

org.kuali.rice.kns.util.KualiPercent getPositionFringeBenefitPercent()
Gets the positionFringeBenefitPercent attribute.

Returns:
Returns the positionFringeBenefitPercent

setPositionFringeBenefitPercent

void setPositionFringeBenefitPercent(org.kuali.rice.kns.util.KualiPercent positionFringeBenefitPercent)
Sets the positionFringeBenefitPercent attribute.

Parameters:
positionFringeBenefitPercent - The positionFringeBenefitPercent to set.

getPositionFringeBenefitObjectCode

String getPositionFringeBenefitObjectCode()
Gets the positionFringeBenefitObjectCode attribute.

Returns:
Returns the positionFringeBenefitObjectCode

setPositionFringeBenefitObjectCode

void setPositionFringeBenefitObjectCode(String positionFringeBenefitObjectCode)
Sets the positionFringeBenefitObjectCode attribute.

Parameters:
positionFringeBenefitObjectCode - The positionFringeBenefitObjectCode to set.

getPositionFringeBenefitObject

ObjectCode getPositionFringeBenefitObject()
Gets the positionFringeBenefitObject attribute.

Returns:
Returns the positionFringeBenefitObject

setPositionFringeBenefitObject

@Deprecated
void setPositionFringeBenefitObject(ObjectCode positionFringeBenefitObject)
Deprecated. 

Sets the positionFringeBenefitObject attribute.

Parameters:
positionFringeBenefitObject - The positionFringeBenefitObject to set.

getChartOfAccounts

Chart getChartOfAccounts()
Gets the chartOfAccounts attribute.

Returns:
Returns the chartOfAccounts

setChartOfAccounts

@Deprecated
void setChartOfAccounts(Chart chartOfAccounts)
Deprecated. 

Sets the chartOfAccounts attribute.

Parameters:
chartOfAccounts - The chartOfAccounts to set.

getLaborLedgerBenefitsType

LaborLedgerBenefitsType getLaborLedgerBenefitsType()
Gets the laborLedgerBenefitsType attribute.

Returns:
Returns the laborLedgerBenefitsType.

setLaborLedgerBenefitsType

@Deprecated
void setLaborLedgerBenefitsType(LaborLedgerBenefitsType laborLedgerBenefitsType)
Deprecated. 

Sets the laborLedgerBenefitsType attribute value.

Parameters:
laborLedgerBenefitsType - The positionBenefitType to set.

getUniversityFiscal

SystemOptions getUniversityFiscal()
Gets the universityFiscal attribute.

Returns:
Returns the universityFiscal.

setUniversityFiscal

void setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value.

Parameters:
universityFiscal - The universityFiscal to set.


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