org.broadleafcommerce.core.store.domain
Class StoreImpl.Presentation.FieldOrder

java.lang.Object
  extended by org.broadleafcommerce.core.store.domain.StoreImpl.Presentation.FieldOrder
Enclosing class:
StoreImpl.Presentation

public static class StoreImpl.Presentation.FieldOrder
extends Object


Field Summary
static int ADDRESS_1
           
static int ADDRESS_2
           
static int CITY
           
static int COUNTRY
           
static int LATITUDE
           
static int LONGITUDE
           
static int NAME
           
static int PHONE
           
static int STATE
           
static int ZIP
           
 
Constructor Summary
StoreImpl.Presentation.FieldOrder()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final int NAME
See Also:
Constant Field Values

ADDRESS_1

public static final int ADDRESS_1
See Also:
Constant Field Values

ADDRESS_2

public static final int ADDRESS_2
See Also:
Constant Field Values

CITY

public static final int CITY
See Also:
Constant Field Values

STATE

public static final int STATE
See Also:
Constant Field Values

ZIP

public static final int ZIP
See Also:
Constant Field Values

COUNTRY

public static final int COUNTRY
See Also:
Constant Field Values

PHONE

public static final int PHONE
See Also:
Constant Field Values

LATITUDE

public static final int LATITUDE
See Also:
Constant Field Values

LONGITUDE

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

StoreImpl.Presentation.FieldOrder

public StoreImpl.Presentation.FieldOrder()


Copyright © 2013. All Rights Reserved.