com.bankframe.examples.constants.bo.customer
Class CustomerLengths

java.lang.Object
  extended bycom.bankframe.examples.constants.bo.customer.CustomerLengths

public class CustomerLengths
extends java.lang.Object


Field Summary
static int FIRST_NAME_LENGTH
           
static int LAST_NAME_LENGTH
           
static int OWNER_ID_LENGTH
           
static int TITLE_LENGTH
           
 
Constructor Summary
CustomerLengths()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OWNER_ID_LENGTH

public static final int OWNER_ID_LENGTH
See Also:
Constant Field Values

TITLE_LENGTH

public static final int TITLE_LENGTH
See Also:
Constant Field Values

FIRST_NAME_LENGTH

public static final int FIRST_NAME_LENGTH
See Also:
Constant Field Values

LAST_NAME_LENGTH

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

CustomerLengths

public CustomerLengths()


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