org.openintents.provider
Class Shopping.Items

java.lang.Object
  extended by org.openintents.provider.Shopping.Items
Enclosing class:
Shopping

public static final class Shopping.Items
extends java.lang.Object

Items that can be put into shopping lists.


Field Summary
static java.lang.String ACCESSED_DATE
          The timestamp for when the item was last accessed.
static Uri CONTENT_URI
          The content:// style URL for this table.
static java.lang.String CREATED_DATE
          The timestamp for when the item was created.
static java.lang.String DEFAULT_SORT_ORDER
          The default sort order for this table.
static java.lang.String IMAGE
          An image of the item (uri).
static java.lang.String MODIFIED_DATE
          The timestamp for when the item was last modified.
static java.lang.String NAME
          The name of the item.
static java.lang.String[] PROJECTION
          Generic projection map.
static int PROJECTION_ACCESSED_DATE
           
static int PROJECTION_CREATED_DATE
           
static int PROJECTION_ID
          Offset in PROJECTION array.
static int PROJECTION_IMAGE
           
static int PROJECTION_MODIFIED_DATE
           
static int PROJECTION_NAME
           
 
Constructor Summary
Shopping.Items()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_URI

public static final Uri CONTENT_URI
The content:// style URL for this table.


DEFAULT_SORT_ORDER

public static final java.lang.String DEFAULT_SORT_ORDER
The default sort order for this table.

See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of the item.

Type: TEXT

See Also:
Constant Field Values

IMAGE

public static final java.lang.String IMAGE
An image of the item (uri).

Type: TEXT

See Also:
Constant Field Values

CREATED_DATE

public static final java.lang.String CREATED_DATE
The timestamp for when the item was created.

Type: INTEGER (long)

See Also:
Constant Field Values

MODIFIED_DATE

public static final java.lang.String MODIFIED_DATE
The timestamp for when the item was last modified.

Type: INTEGER (long)

See Also:
Constant Field Values

ACCESSED_DATE

public static final java.lang.String ACCESSED_DATE
The timestamp for when the item was last accessed.

Type: INTEGER (long)

See Also:
Constant Field Values

PROJECTION

public static final java.lang.String[] PROJECTION
Generic projection map.


PROJECTION_ID

public static final int PROJECTION_ID
Offset in PROJECTION array.

See Also:
Constant Field Values

PROJECTION_NAME

public static final int PROJECTION_NAME
See Also:
Constant Field Values

PROJECTION_IMAGE

public static final int PROJECTION_IMAGE
See Also:
Constant Field Values

PROJECTION_CREATED_DATE

public static final int PROJECTION_CREATED_DATE
See Also:
Constant Field Values

PROJECTION_MODIFIED_DATE

public static final int PROJECTION_MODIFIED_DATE
See Also:
Constant Field Values

PROJECTION_ACCESSED_DATE

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

Shopping.Items

public Shopping.Items()