public class ECheck extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
bankAccountName |
protected String |
bankAccountNumber |
protected BankAccountType |
bankAccountType |
protected String |
bankCheckNumber |
protected String |
bankName |
protected ECheckType |
eCheckType |
static int |
MAX_ACCOUNT_NUMBER_LENGTH |
static int |
MAX_BANK_ACCOUNT_LENGTH |
static int |
MAX_BANK_CHECK_NUMBER_LENGTH |
static int |
MAX_BANK_NAME_LENGTH |
static int |
MAX_ROUTING_NUMBER_LENGTH |
protected String |
routingNumber |
| Modifier | Constructor and Description |
|---|---|
protected |
ECheck() |
| Modifier and Type | Method and Description |
|---|---|
static ECheck |
createECheck() |
String |
getBankAccountName() |
String |
getBankAccountNumber() |
BankAccountType |
getBankAccountType() |
String |
getBankCheckNumber() |
String |
getBankName() |
ECheckType |
getECheckType() |
String |
getRoutingNumber() |
void |
setBankAccountName(String bankAccountName) |
void |
setBankAccountNumber(String bankAccountNumber) |
void |
setBankAccountType(BankAccountType bankAccountType) |
void |
setBankCheckNumber(String bankCheckNumber) |
void |
setBankName(String bankName) |
void |
setECheckType(ECheckType eCheckType) |
void |
setRoutingNumber(String routingNumber) |
public static final int MAX_ROUTING_NUMBER_LENGTH
public static final int MAX_ACCOUNT_NUMBER_LENGTH
public static final int MAX_BANK_NAME_LENGTH
public static final int MAX_BANK_ACCOUNT_LENGTH
public static final int MAX_BANK_CHECK_NUMBER_LENGTH
protected String routingNumber
protected String bankAccountNumber
protected BankAccountType bankAccountType
protected String bankName
protected String bankAccountName
protected ECheckType eCheckType
protected String bankCheckNumber
public static ECheck createECheck()
public String getRoutingNumber()
public void setRoutingNumber(String routingNumber)
routingNumber - the routingNumber to setpublic String getBankAccountNumber()
public void setBankAccountNumber(String bankAccountNumber)
bankAccountNumber - the bankAccountNumber to setpublic BankAccountType getBankAccountType()
public void setBankAccountType(BankAccountType bankAccountType)
bankAccountType - the bankAccountType to setpublic String getBankName()
public void setBankName(String bankName)
bankName - the bankName to setpublic String getBankAccountName()
public void setBankAccountName(String bankAccountName)
bankAccountName - the bankAccountName to setpublic ECheckType getECheckType()
public void setECheckType(ECheckType eCheckType)
eCheckType - the eCheckType to setpublic String getBankCheckNumber()
public void setBankCheckNumber(String bankCheckNumber)
bankCheckNumber - the bankCheckNumber to setCopyright © 2016. All Rights Reserved.