net.authorize.data.echeck
Class ECheck
java.lang.Object
net.authorize.data.echeck.ECheck
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BankAccount
public class ECheck
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
ECheck()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_ROUTING_NUMBER_LENGTH
public static final int MAX_ROUTING_NUMBER_LENGTH
- See Also:
- Constant Field Values
MAX_ACCOUNT_NUMBER_LENGTH
public static final int MAX_ACCOUNT_NUMBER_LENGTH
- See Also:
- Constant Field Values
MAX_BANK_NAME_LENGTH
public static final int MAX_BANK_NAME_LENGTH
- See Also:
- Constant Field Values
MAX_BANK_ACCOUNT_LENGTH
public static final int MAX_BANK_ACCOUNT_LENGTH
- See Also:
- Constant Field Values
MAX_BANK_CHECK_NUMBER_LENGTH
public static final int MAX_BANK_CHECK_NUMBER_LENGTH
- See Also:
- Constant Field Values
routingNumber
protected String routingNumber
bankAccountNumber
protected String bankAccountNumber
bankAccountType
protected BankAccountType bankAccountType
bankName
protected String bankName
bankAccountName
protected String bankAccountName
eCheckType
protected ECheckType eCheckType
bankCheckNumber
protected String bankCheckNumber
ECheck
protected ECheck()
createECheck
public static ECheck createECheck()
getRoutingNumber
public String getRoutingNumber()
- Returns:
- the routingNumber
setRoutingNumber
public void setRoutingNumber(String routingNumber)
- Parameters:
routingNumber - the routingNumber to set
getBankAccountNumber
public String getBankAccountNumber()
- Returns:
- the bankAccountNumber
setBankAccountNumber
public void setBankAccountNumber(String bankAccountNumber)
- Parameters:
bankAccountNumber - the bankAccountNumber to set
getBankAccountType
public BankAccountType getBankAccountType()
- Returns:
- the bankAccountType
setBankAccountType
public void setBankAccountType(BankAccountType bankAccountType)
- Parameters:
bankAccountType - the bankAccountType to set
getBankName
public String getBankName()
- Returns:
- the bankName
setBankName
public void setBankName(String bankName)
- Parameters:
bankName - the bankName to set
getBankAccountName
public String getBankAccountName()
- Returns:
- the bankAccountName
setBankAccountName
public void setBankAccountName(String bankAccountName)
- Parameters:
bankAccountName - the bankAccountName to set
getECheckType
public ECheckType getECheckType()
- Returns:
- the eCheckType
setECheckType
public void setECheckType(ECheckType eCheckType)
- Parameters:
eCheckType - the eCheckType to set
getBankCheckNumber
public String getBankCheckNumber()
- Returns:
- the bankCheckNumber
setBankCheckNumber
public void setBankCheckNumber(String bankCheckNumber)
- Parameters:
bankCheckNumber - the bankCheckNumber to set
Copyright © 2014. All Rights Reserved.