org.kuali.kfs.module.ld.businessobject
Class LaborCalculatedSalaryFoundationTracker

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.ld.businessobject.LaborCalculatedSalaryFoundationTracker
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject
Direct Known Subclasses:
PositionFunding

public class LaborCalculatedSalaryFoundationTracker
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

Labor business object for LaborCalculatedSalaryFoundationTracker.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
LaborCalculatedSalaryFoundationTracker()
          Constructs a LaborCalculatedSalaryFoundationTracker.java.
 
Method Summary
 Account getAccount()
          Gets the account attribute.
 String getAccountNumber()
          Gets the accountNumber attribute.
 Integer getAdditionalSequence()
          Gets the additionalSequence attribute.
 Chart getChartOfAccounts()
          Gets the chartOfAccounts attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 org.kuali.rice.kns.util.KualiDecimal getCsfAmount()
          Gets the csfAmount attribute.
 Timestamp getCsfCreateTimestamp()
          Gets the csfCreateTimestamp attribute.
 String getCsfDeleteCode()
          Gets the csfDeleteCode attribute.
 BigDecimal getCsfFullTimeEmploymentQuantity()
          Gets the csfFullTimeEmploymentQuantity attribute.
 String getCsfFundingStatusCode()
          Gets the csfFundingStatusCode attribute.
 BigDecimal getCsfTimePercent()
          Gets the csfTimePercent attribute.
 String getEarnCode()
          Gets the earnCode attribute.
 Date getEffectiveDate()
          Gets the effectiveDate attribute.
 Integer getEffectiveSequence()
          Gets the effectiveSequence attribute.
 String getEmplid()
          Gets the emplid attribute.
 Integer getEmployeeRecord()
          Gets the employeeRecord attribute.
 ObjectCode getFinancialObject()
          Gets the financialObject attribute.
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 SubObjectCode getFinancialSubObject()
          Gets the financialSubObject attribute.
 String getFinancialSubObjectCode()
          Gets the financialSubObjectCode attribute.
 org.kuali.rice.kns.util.KualiDecimal getJuly1BudgetAmount()
          Gets the july1BudgetAmount.
 BigDecimal getJuly1BudgetFteQuantity()
          Gets the july1BudgetFteQuantity.
 BigDecimal getJuly1BudgetTimePercent()
          Gets the july1BudgetTimePercent.
 List<String> getKeyFieldList()
          construct the key list of the business object
 String getName()
          Gets the personName attribute.
 int getPERCENTAGE_SCALE()
          Gets the pERCENTAGE_SCALE attribute.
 String getPositionNumber()
          Gets the positionNumber attribute.
 SubAccount getSubAccount()
          Gets the subAccount attribute.
 String getSubAccountNumber()
          Gets the subAccountNumber attribute.
 SystemOptions getUniversityFiscal()
          Gets the universityFiscal attribute.
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 void setAccount(Account account)
          Sets the account attribute value.
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute value.
 void setAdditionalSequence(Integer additionalSequence)
          Sets the additionalSequence attribute value.
 void setChartOfAccounts(Chart chartOfAccounts)
          Sets the chartOfAccounts attribute value.
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute value.
 void setCsfAmount(org.kuali.rice.kns.util.KualiDecimal csfAmount)
          Sets the csfAmount attribute value.
 void setCsfCreateTimestamp(Timestamp csfCreateTimestamp)
          Sets the csfCreateTimestamp attribute value.
 void setCsfDeleteCode(String csfDeleteCode)
          Sets the csfDeleteCode attribute value.
 void setCsfFullTimeEmploymentQuantity(BigDecimal csfFullTimeEmploymentQuantity)
          Sets the csfFullTimeEmploymentQuantity attribute value.
 void setCsfFundingStatusCode(String csfFundingStatusCode)
          Sets the csfFundingStatusCode attribute value.
 void setCsfTimePercent(BigDecimal csfTimePercent)
          Sets the csfTimePercent attribute value.
 void setEarnCode(String earnCode)
          Sets the earnCode attribute value.
 void setEffectiveDate(Date effectiveDate)
          Sets the effectiveDate attribute value.
 void setEffectiveSequence(Integer effectiveSequence)
          Sets the effectiveSequence attribute value.
 void setEmplid(String emplid)
          Sets the emplid attribute value.
 void setEmployeeRecord(Integer employeeRecord)
          Sets the employeeRecord attribute value.
 void setFinancialObject(ObjectCode financialObject)
          Sets the financialObject attribute value.
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode attribute value.
 void setFinancialSubObject(SubObjectCode financialSubObject)
          Sets the financialSubObject attribute value.
 void setFinancialSubObjectCode(String financialSubObjectCode)
          Sets the financialSubObjectCode attribute value.
 void setJuly1BudgetAmount(org.kuali.rice.kns.util.KualiDecimal july1BudgetAmount)
          Sets the july1BudgetAmount.
 void setJuly1BudgetFteQuantity(BigDecimal july1BudgetFteQuantity)
          Sets the july1BudgetFteQuantity.
 void setJuly1BudgetTimePercent(BigDecimal july1BudgetTimePercent)
          Sets the july1BudgetTimePercent.
 void setName(String personName)
          Sets the personName attribute value.
 void setPositionNumber(String positionNumber)
          Sets the positionNumber attribute value.
 void setSubAccount(SubAccount subAccount)
          Sets the subAccount attribute value.
 void setSubAccountNumber(String subAccountNumber)
          Sets the subAccountNumber attribute value.
 void setUniversityFiscal(SystemOptions universityFiscal)
          Sets the universityFiscal 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

LaborCalculatedSalaryFoundationTracker

public LaborCalculatedSalaryFoundationTracker()
Constructs a LaborCalculatedSalaryFoundationTracker.java.

Method Detail

getJuly1BudgetAmount

public org.kuali.rice.kns.util.KualiDecimal getJuly1BudgetAmount()
Gets the july1BudgetAmount.

Returns:
Returns the july1BudgetAmount.

setJuly1BudgetAmount

public void setJuly1BudgetAmount(org.kuali.rice.kns.util.KualiDecimal july1BudgetAmount)
Sets the july1BudgetAmount.

Parameters:
july1BudgetAmount - The july1BudgetAmount to set.

getJuly1BudgetFteQuantity

public BigDecimal getJuly1BudgetFteQuantity()
Gets the july1BudgetFteQuantity.

Returns:
Returns the july1BudgetFteQuantity.

setJuly1BudgetFteQuantity

public void setJuly1BudgetFteQuantity(BigDecimal july1BudgetFteQuantity)
Sets the july1BudgetFteQuantity.

Parameters:
july1BudgetFteQuantity - The july1BudgetFteQuantity to set.

getJuly1BudgetTimePercent

public BigDecimal getJuly1BudgetTimePercent()
Gets the july1BudgetTimePercent.

Returns:
Returns the july1BudgetTimePercent.

setJuly1BudgetTimePercent

public void setJuly1BudgetTimePercent(BigDecimal july1BudgetTimePercent)
Sets the july1BudgetTimePercent.

Parameters:
july1BudgetTimePercent - The july1BudgetTimePercent to set.

getUniversityFiscalYear

public Integer getUniversityFiscalYear()
Gets the universityFiscalYear attribute.

Returns:
Returns the universityFiscalYear.

setUniversityFiscalYear

public void setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute value.

Parameters:
universityFiscalYear - The universityFiscalYear to set.

getChartOfAccountsCode

public String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode.

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute value.

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getAccountNumber

public String getAccountNumber()
Gets the accountNumber attribute.

Returns:
Returns the accountNumber.

setAccountNumber

public void setAccountNumber(String accountNumber)
Sets the accountNumber attribute value.

Parameters:
accountNumber - The accountNumber to set.

getSubAccountNumber

public String getSubAccountNumber()
Gets the subAccountNumber attribute.

Returns:
Returns the subAccountNumber.

setSubAccountNumber

public void setSubAccountNumber(String subAccountNumber)
Sets the subAccountNumber attribute value.

Parameters:
subAccountNumber - The subAccountNumber to set.

getFinancialObjectCode

public String getFinancialObjectCode()
Gets the financialObjectCode attribute.

Returns:
Returns the financialObjectCode.

setFinancialObjectCode

public void setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode attribute value.

Parameters:
financialObjectCode - The financialObjectCode to set.

getFinancialSubObjectCode

public String getFinancialSubObjectCode()
Gets the financialSubObjectCode attribute.

Returns:
Returns the financialSubObjectCode.

setFinancialSubObjectCode

public void setFinancialSubObjectCode(String financialSubObjectCode)
Sets the financialSubObjectCode attribute value.

Parameters:
financialSubObjectCode - The financialSubObjectCode to set.

getPositionNumber

public String getPositionNumber()
Gets the positionNumber attribute.

Returns:
Returns the positionNumber.

setPositionNumber

public void setPositionNumber(String positionNumber)
Sets the positionNumber attribute value.

Parameters:
positionNumber - The positionNumber to set.

getEmplid

public String getEmplid()
Gets the emplid attribute.

Returns:
Returns the emplid.

setEmplid

public void setEmplid(String emplid)
Sets the emplid attribute value.

Parameters:
emplid - The emplid to set.

getName

public String getName()
Gets the personName attribute.

Returns:
Returns the personName.

setName

public void setName(String personName)
Sets the personName attribute value.

Parameters:
personName - The personName to set.

getCsfCreateTimestamp

public Timestamp getCsfCreateTimestamp()
Gets the csfCreateTimestamp attribute.

Returns:
Returns the csfCreateTimestamp.

setCsfCreateTimestamp

public void setCsfCreateTimestamp(Timestamp csfCreateTimestamp)
Sets the csfCreateTimestamp attribute value.

Parameters:
csfCreateTimestamp - The csfCreateTimestamp to set.

getCsfDeleteCode

public String getCsfDeleteCode()
Gets the csfDeleteCode attribute.

Returns:
Returns the csfDeleteCode.

setCsfDeleteCode

public void setCsfDeleteCode(String csfDeleteCode)
Sets the csfDeleteCode attribute value.

Parameters:
csfDeleteCode - The csfDeleteCode to set.

getCsfAmount

public org.kuali.rice.kns.util.KualiDecimal getCsfAmount()
Gets the csfAmount attribute.

Returns:
Returns the csfAmount.

setCsfAmount

public void setCsfAmount(org.kuali.rice.kns.util.KualiDecimal csfAmount)
Sets the csfAmount attribute value.

Parameters:
csfAmount - The csfAmount to set.

getCsfFullTimeEmploymentQuantity

public BigDecimal getCsfFullTimeEmploymentQuantity()
Gets the csfFullTimeEmploymentQuantity attribute.

Returns:
Returns the csfFullTimeEmploymentQuantity.

setCsfFullTimeEmploymentQuantity

public void setCsfFullTimeEmploymentQuantity(BigDecimal csfFullTimeEmploymentQuantity)
Sets the csfFullTimeEmploymentQuantity attribute value.

Parameters:
csfFullTimeEmploymentQuantity - The csfFullTimeEmploymentQuantity to set.

getCsfTimePercent

public BigDecimal getCsfTimePercent()
Gets the csfTimePercent attribute.

Returns:
Returns the csfTimePercent.

setCsfTimePercent

public void setCsfTimePercent(BigDecimal csfTimePercent)
Sets the csfTimePercent attribute value.

Parameters:
csfTimePercent - The csfTimePercent to set.

getCsfFundingStatusCode

public String getCsfFundingStatusCode()
Gets the csfFundingStatusCode attribute.

Returns:
Returns the csfFundingStatusCode.

setCsfFundingStatusCode

public void setCsfFundingStatusCode(String csfFundingStatusCode)
Sets the csfFundingStatusCode attribute value.

Parameters:
csfFundingStatusCode - The csfFundingStatusCode to set.

getEmployeeRecord

public Integer getEmployeeRecord()
Gets the employeeRecord attribute.

Returns:
Returns the employeeRecord.

setEmployeeRecord

public void setEmployeeRecord(Integer employeeRecord)
Sets the employeeRecord attribute value.

Parameters:
employeeRecord - The employeeRecord to set.

getEarnCode

public String getEarnCode()
Gets the earnCode attribute.

Returns:
Returns the earnCode.

setEarnCode

public void setEarnCode(String earnCode)
Sets the earnCode attribute value.

Parameters:
earnCode - The earnCode to set.

getAdditionalSequence

public Integer getAdditionalSequence()
Gets the additionalSequence attribute.

Returns:
Returns the additionalSequence.

setAdditionalSequence

public void setAdditionalSequence(Integer additionalSequence)
Sets the additionalSequence attribute value.

Parameters:
additionalSequence - The additionalSequence to set.

getEffectiveDate

public Date getEffectiveDate()
Gets the effectiveDate attribute.

Returns:
Returns the effectiveDate.

setEffectiveDate

public void setEffectiveDate(Date effectiveDate)
Sets the effectiveDate attribute value.

Parameters:
effectiveDate - The effectiveDate to set.

getEffectiveSequence

public Integer getEffectiveSequence()
Gets the effectiveSequence attribute.

Returns:
Returns the effectiveSequence.

setEffectiveSequence

public void setEffectiveSequence(Integer effectiveSequence)
Sets the effectiveSequence attribute value.

Parameters:
effectiveSequence - The effectiveSequence to set.

getFinancialObject

public ObjectCode getFinancialObject()
Gets the financialObject attribute.

Returns:
Returns the financialObject.

setFinancialObject

public void setFinancialObject(ObjectCode financialObject)
Sets the financialObject attribute value.

Parameters:
financialObject - The financialObject to set.

getChartOfAccounts

public Chart getChartOfAccounts()
Gets the chartOfAccounts attribute.

Returns:
Returns the chartOfAccounts.

setChartOfAccounts

public void setChartOfAccounts(Chart chartOfAccounts)
Sets the chartOfAccounts attribute value.

Parameters:
chartOfAccounts - The chartOfAccounts to set.

getAccount

public Account getAccount()
Gets the account attribute.

Returns:
Returns the account.

setAccount

public void setAccount(Account account)
Sets the account attribute value.

Parameters:
account - The account to set.

getSubAccount

public SubAccount getSubAccount()
Gets the subAccount attribute.

Returns:
Returns the subAccount.

setSubAccount

public void setSubAccount(SubAccount subAccount)
Sets the subAccount attribute value.

Parameters:
subAccount - The subAccount to set.

getFinancialSubObject

public SubObjectCode getFinancialSubObject()
Gets the financialSubObject attribute.

Returns:
Returns the financialSubObject.

setFinancialSubObject

public void setFinancialSubObject(SubObjectCode financialSubObject)
Sets the financialSubObject attribute value.

Parameters:
financialSubObject - The financialSubObject to set.

getUniversityFiscal

public SystemOptions getUniversityFiscal()
Gets the universityFiscal attribute.

Returns:
Returns the universityFiscal.

setUniversityFiscal

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

Parameters:
universityFiscal - The universityFiscal to set.

getPERCENTAGE_SCALE

public int getPERCENTAGE_SCALE()
Gets the pERCENTAGE_SCALE attribute.

Returns:
Returns the pERCENTAGE_SCALE.

getKeyFieldList

public List<String> getKeyFieldList()
construct the key list of the business object

Returns:
the key list of the business object

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()


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