net.authorize.data.echeck
Class ECheck

java.lang.Object
  extended by net.authorize.data.echeck.ECheck
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BankAccount

public class ECheck
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
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
           
 
Constructor Summary
protected ECheck()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ECheck

protected ECheck()
Method Detail

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.