org.jboss.test.banknew.interfaces
Class Constants

java.lang.Object
  extended byorg.jboss.test.banknew.interfaces.Constants

public class Constants
extends java.lang.Object

Constants for banknew test example


Field Summary
static int CHECKING
           
static int DEPOSIT
           
static int FINAL_WITHDRAW
           
static int INITIAL_DEPOSIT
           
static int MONEY_MARKET
           
static int ONE_DAY
           
static int ONE_HOUR
           
static int ONE_MINUTE
           
static int ONE_SECOND
           
static int SAVING
           
static int WITHDRAW
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHECKING

public static final int CHECKING
See Also:
Constant Field Values (src)

SAVING

public static final int SAVING
See Also:
Constant Field Values (src)

MONEY_MARKET

public static final int MONEY_MARKET
See Also:
Constant Field Values (src)

INITIAL_DEPOSIT

public static final int INITIAL_DEPOSIT
See Also:
Constant Field Values (src)

DEPOSIT

public static final int DEPOSIT
See Also:
Constant Field Values (src)

WITHDRAW

public static final int WITHDRAW
See Also:
Constant Field Values (src)

FINAL_WITHDRAW

public static final int FINAL_WITHDRAW
See Also:
Constant Field Values (src)

ONE_SECOND

public static final int ONE_SECOND
See Also:
Constant Field Values (src)

ONE_MINUTE

public static final int ONE_MINUTE
See Also:
Constant Field Values (src)

ONE_HOUR

public static final int ONE_HOUR
See Also:
Constant Field Values (src)

ONE_DAY

public static final int ONE_DAY
See Also:
Constant Field Values (src)
Constructor Detail

Constants

public Constants()