public class ExpiredOrClosedAccount extends Object
Constructor and Description |
---|
ExpiredOrClosedAccount()
Default constructor
|
ExpiredOrClosedAccount(String chartOfAccountsCode,
String accountNumber,
String subAccountNumber)
Constructs an Expired Or Closed Account consisting of the following attributes.
|
Modifier and Type | Method and Description |
---|---|
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) |
public ExpiredOrClosedAccount()
public ExpiredOrClosedAccount(String chartOfAccountsCode, String accountNumber, String subAccountNumber)
chartOfAccountsCode
- chartaccountNumber
- accountsubAccountNumber
- subAccountpublic 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()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.