|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.purap.util.ExpiredOrClosedAccount
public class ExpiredOrClosedAccount
Expired or Closed Account
Constructor Summary | |
---|---|
ExpiredOrClosedAccount()
Default constructor |
|
ExpiredOrClosedAccount(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber)
Constructs an Expired Or Closed Account consisting of the following attributes. |
Method Summary | |
---|---|
String |
getAccountNumber()
|
String |
getAccountString()
This is a helper method to return the account as a string in the format chart-account-subaccount. |
String |
getChartOfAccountsCode()
|
String |
getSubAccountNumber()
|
boolean |
isClosedIndicator()
|
boolean |
isContinuationAccountMissing()
|
boolean |
isExpiredIndicator()
|
void |
setAccountNumber(String accountNumber)
|
void |
setChartOfAccountsCode(String chartOfAccountsCode)
|
void |
setClosedIndicator(boolean closedIndicator)
|
void |
setContinuationAccountMissing(boolean continuationAccountMissing)
|
void |
setExpiredIndicator(boolean expiredIndicator)
|
void |
setSubAccountNumber(String subAccountNumber)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpiredOrClosedAccount()
public ExpiredOrClosedAccount(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
chartOfAccountsCode
- chartaccountNumber
- accountsubAccountNumber
- subAccountMethod Detail |
---|
public String getAccountNumber()
public void setAccountNumber(String accountNumber)
public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
public boolean isClosedIndicator()
public void setClosedIndicator(boolean closedIndicator)
public boolean isContinuationAccountMissing()
public void setContinuationAccountMissing(boolean continuationAccountMissing)
public boolean isExpiredIndicator()
public void setExpiredIndicator(boolean expiredIndicator)
public String getSubAccountNumber()
public void setSubAccountNumber(String subAccountNumber)
public String getAccountString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |