com.endeca.mobile.services.cart.models
Class User

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.Object>
          extended by com.endeca.mobile.services.cart.models.User
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>

public class User
extends java.util.HashMap<java.lang.String,java.lang.Object>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static java.lang.String ADDRESS_LIST
          The List of Address objects.
static java.lang.String CARD_LIST
          The List of Card objects.
static java.lang.String CONFIRM_PASSWORD
          Used for registration, and will not be stored on the user object in the session.
static java.lang.String DEFAULT_BILL_ADDRESS_ID
           
static java.lang.String DEFAULT_CARD_ID
           
static java.lang.String DEFAULT_SHIP_ADDRESS_ID
           
static java.lang.String EMAIL
           
static java.lang.String FIRST_NAME
           
static java.lang.String ID
           
static java.lang.String LAST_NAME
           
static java.lang.String ORDER_HISTORY
           
static java.lang.String PASSWORD
          Used for registration, and will not be stored on the user object in the session.
 
Constructor Summary
User()
           
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

ID

public static final java.lang.String ID
See Also:
Constant Field Values

EMAIL

public static final java.lang.String EMAIL
See Also:
Constant Field Values

FIRST_NAME

public static final java.lang.String FIRST_NAME
See Also:
Constant Field Values

LAST_NAME

public static final java.lang.String LAST_NAME
See Also:
Constant Field Values

PASSWORD

public static final java.lang.String PASSWORD
Used for registration, and will not be stored on the user object in the session.

See Also:
Constant Field Values

CONFIRM_PASSWORD

public static final java.lang.String CONFIRM_PASSWORD
Used for registration, and will not be stored on the user object in the session.

See Also:
Constant Field Values

ADDRESS_LIST

public static final java.lang.String ADDRESS_LIST
The List of Address objects.

See Also:
Constant Field Values

CARD_LIST

public static final java.lang.String CARD_LIST
The List of Card objects.

See Also:
Constant Field Values

ORDER_HISTORY

public static final java.lang.String ORDER_HISTORY
See Also:
Constant Field Values

DEFAULT_SHIP_ADDRESS_ID

public static final java.lang.String DEFAULT_SHIP_ADDRESS_ID
See Also:
Constant Field Values

DEFAULT_BILL_ADDRESS_ID

public static final java.lang.String DEFAULT_BILL_ADDRESS_ID
See Also:
Constant Field Values

DEFAULT_CARD_ID

public static final java.lang.String DEFAULT_CARD_ID
See Also:
Constant Field Values
Constructor Detail

User

public User()