|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.module.ec.util.LedgerBalanceWithMessage
public class LedgerBalanceWithMessage
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 |
|---|
public LedgerBalanceWithMessage()
public LedgerBalanceWithMessage(String emplid,
String employeeName,
String message)
emplid - the given employee idemployeeName - the given employee namemessage - the message associated with the given ledger balance
public LedgerBalanceWithMessage(LaborLedgerBalance ledgerBalance,
String message)
ledgerBalance - the given ledger balancemessage - the message associated with the given ledger balance| Method Detail |
|---|
public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode - The chartOfAccountsCode to set.public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber - The accountNumber to set.public String getSubAccountNumber()
public void setSubAccountNumber(String subAccountNumber)
subAccountNumber - The subAccountNumber to set.public String getFinancialObjectCode()
public void setFinancialObjectCode(String financialObjectCode)
financialObjectCode - The financialObjectCode to set.public String getPositionNumber()
public void setPositionNumber(String positionNumber)
positionNumber - The positionNumber to set.public String getEmplid()
public void setEmplid(String emplid)
emplid - The emplid to set.public String getEmployeeName()
public void setEmployeeName(String employeeName)
employeeName - The employeeName to set.public String getMessage()
public void setMessage(String message)
message - The message to set.public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||