org.kuali.kfs.module.purap.util
Class ExpiredOrClosedAccount

java.lang.Object
  extended by org.kuali.kfs.module.purap.util.ExpiredOrClosedAccount

public class ExpiredOrClosedAccount
extends Object

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

ExpiredOrClosedAccount

public ExpiredOrClosedAccount()
Default constructor


ExpiredOrClosedAccount

public ExpiredOrClosedAccount(String chartOfAccountsCode,
                              String accountNumber,
                              String subAccountNumber)
Constructs an Expired Or Closed Account consisting of the following attributes.

Parameters:
chartOfAccountsCode - chart
accountNumber - account
subAccountNumber - subAccount
Method Detail

getAccountNumber

public String getAccountNumber()

setAccountNumber

public void setAccountNumber(String accountNumber)

getChartOfAccountsCode

public String getChartOfAccountsCode()

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)

isClosedIndicator

public boolean isClosedIndicator()

setClosedIndicator

public void setClosedIndicator(boolean closedIndicator)

isContinuationAccountMissing

public boolean isContinuationAccountMissing()

setContinuationAccountMissing

public void setContinuationAccountMissing(boolean continuationAccountMissing)

isExpiredIndicator

public boolean isExpiredIndicator()

setExpiredIndicator

public void setExpiredIndicator(boolean expiredIndicator)

getSubAccountNumber

public String getSubAccountNumber()

setSubAccountNumber

public void setSubAccountNumber(String subAccountNumber)

getAccountString

public String getAccountString()
This is a helper method to return the account as a string in the format chart-account-subaccount.

Returns:
account string representation


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