org.kuali.kfs.module.bc.util
Class SalarySettingFieldsHolder

java.lang.Object
  extended by org.kuali.kfs.module.bc.util.SalarySettingFieldsHolder

public class SalarySettingFieldsHolder
extends Object

hold the fields that are frequently used by budget expension or salary setting


Constructor Summary
SalarySettingFieldsHolder()
           
 
Method Summary
 String getAccountNumber()
          Gets the accountNumber attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 String getEmplid()
          Gets the emplid attribute.
 String getFinancialBalanceTypeCode()
          Gets the financialBalanceTypeCode attribute.
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 String getFinancialObjectTypeCode()
          Gets the financialObjectTypeCode attribute.
 String getFinancialSubObjectCode()
          Gets the financialSubObjectCode attribute.
 String getPositionNumber()
          Gets the positionNumber attribute.
 String getSubAccountNumber()
          Gets the subAccountNumber attribute.
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute value.
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute value.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute value.
 void setEmplid(String emplid)
          Sets the emplid attribute value.
 void setFinancialBalanceTypeCode(String financialBalanceTypeCode)
          Sets the financialBalanceTypeCode attribute value.
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode attribute value.
 void setFinancialObjectTypeCode(String financialObjectTypeCode)
          Sets the financialObjectTypeCode attribute value.
 void setFinancialSubObjectCode(String financialSubObjectCode)
          Sets the financialSubObjectCode attribute value.
 void setPositionNumber(String positionNumber)
          Sets the positionNumber attribute value.
 void setSubAccountNumber(String subAccountNumber)
          Sets the subAccountNumber attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SalarySettingFieldsHolder

public SalarySettingFieldsHolder()
Method Detail

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber.

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value.

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

getFinancialBalanceTypeCode

public String getFinancialBalanceTypeCode()
Gets the financialBalanceTypeCode attribute.

Returns:
Returns the financialBalanceTypeCode.

setFinancialBalanceTypeCode

public void setFinancialBalanceTypeCode(String financialBalanceTypeCode)
Sets the financialBalanceTypeCode attribute value.

Parameters:
financialBalanceTypeCode - The financialBalanceTypeCode to set.

getFinancialObjectTypeCode

public String getFinancialObjectTypeCode()
Gets the financialObjectTypeCode attribute.

Returns:
Returns the financialObjectTypeCode.

setFinancialObjectTypeCode

public void setFinancialObjectTypeCode(String financialObjectTypeCode)
Sets the financialObjectTypeCode attribute value.

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


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