org.jboss.test.banknew.interfaces
Class Constants
java.lang.Object
org.jboss.test.banknew.interfaces.Constants
- public class Constants
- extends java.lang.Object
Constants for banknew test example
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
Constants
public Constants()