com.bankframe.examples.constants.bo.address
Class AddressLengths

java.lang.Object
  extended bycom.bankframe.examples.constants.bo.address.AddressLengths

public class AddressLengths
extends java.lang.Object

This class defines the valid lengths for the Address entity attributes

Author:
ETU

Field Summary
static int ADDRESS_LINE1_LENGTH
           
static int ADDRESS_LINE2_LENGTH
           
static int ADDRESS_LINE3_LENGTH
           
static int ADDRESS_LINE4_LENGTH
           
static int COUNTRY_LENGTH
           
static int OWNER_ID_LENGTH
           
static int POST_CODE_LENGTH
           
 
Constructor Summary
AddressLengths()
           
 
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

ADDRESS_LINE1_LENGTH

public static final int ADDRESS_LINE1_LENGTH
See Also:
Constant Field Values

ADDRESS_LINE2_LENGTH

public static final int ADDRESS_LINE2_LENGTH
See Also:
Constant Field Values

ADDRESS_LINE3_LENGTH

public static final int ADDRESS_LINE3_LENGTH
See Also:
Constant Field Values

ADDRESS_LINE4_LENGTH

public static final int ADDRESS_LINE4_LENGTH
See Also:
Constant Field Values

COUNTRY_LENGTH

public static final int COUNTRY_LENGTH
See Also:
Constant Field Values

POST_CODE_LENGTH

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

AddressLengths

public AddressLengths()


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