com.bankframe.examples.constants.bo.account
Class AccountConstants

java.lang.Object
  extended bycom.bankframe.examples.constants.bo.account.AccountConstants

public class AccountConstants
extends java.lang.Object

This class defines the valid lengths for the Account entity attributes

Author:
ETU

Field Summary
static int ACCOUNT_NAME_LENGTH
           
static int ACCOUNT_NUMBER_LENGTH
           
static int CARD_NUMBER_LENGTH
           
 
Constructor Summary
AccountConstants()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CARD_NUMBER_LENGTH

public static final int CARD_NUMBER_LENGTH
See Also:
Constant Field Values

ACCOUNT_NUMBER_LENGTH

public static final int ACCOUNT_NUMBER_LENGTH
See Also:
Constant Field Values

ACCOUNT_NAME_LENGTH

public static final int ACCOUNT_NAME_LENGTH
See Also:
Constant Field Values
Constructor Detail

AccountConstants

public AccountConstants()


Copyright © 2004 Siebel Systems, Inc. All rights reserved.