org.kuali.kfs.module.ec.util
Class LedgerBalanceWithMessage

java.lang.Object
  extended by org.kuali.kfs.module.ec.util.LedgerBalanceWithMessage

public class LedgerBalanceWithMessage
extends Object

To hold the neccessary information of ledger balance for the report generation


Constructor Summary
LedgerBalanceWithMessage()
          Constructs a LedgerBalanceWithMessage.java.
LedgerBalanceWithMessage(LaborLedgerBalance ledgerBalance, String message)
          Constructs a LedgerBalanceWithMessage.java.
LedgerBalanceWithMessage(String emplid, String employeeName, String message)
          Constructs a LedgerBalanceWithMessage.java.
 
Method Summary
 String getAccountNumber()
          Gets the accountNumber attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 String getEmplid()
          Gets the emplid attribute.
 String getEmployeeName()
          Gets the employeeName attribute.
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 String getMessage()
          Gets the message 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 setEmplid(String emplid)
          Sets the emplid attribute value.
 void setEmployeeName(String employeeName)
          Sets the employeeName attribute value.
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode attribute value.
 void setMessage(String message)
          Sets the message attribute value.
 void setPositionNumber(String positionNumber)
          Sets the positionNumber attribute value.
 void setSubAccountNumber(String subAccountNumber)
          Sets the subAccountNumber attribute value.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LedgerBalanceWithMessage

public LedgerBalanceWithMessage()
Constructs a LedgerBalanceWithMessage.java.


LedgerBalanceWithMessage

public LedgerBalanceWithMessage(String emplid,
                                String employeeName,
                                String message)
Constructs a LedgerBalanceWithMessage.java.

Parameters:
emplid - the given employee id
employeeName - the given employee name
message - the message associated with the given ledger balance

LedgerBalanceWithMessage

public LedgerBalanceWithMessage(LaborLedgerBalance ledgerBalance,
                                String message)
Constructs a LedgerBalanceWithMessage.java.

Parameters:
ledgerBalance - the given ledger balance
message - the message associated with the given ledger balance
Method Detail

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.

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.

getEmployeeName

public String getEmployeeName()
Gets the employeeName attribute.

Returns:
Returns the employeeName.

setEmployeeName

public void setEmployeeName(String employeeName)
Sets the employeeName attribute value.

Parameters:
employeeName - The employeeName to set.

getMessage

public String getMessage()
Gets the message attribute.

Returns:
Returns the message.

setMessage

public void setMessage(String message)
Sets the message attribute value.

Parameters:
message - The message to set.

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


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