public static final class InventoryContract.Discount extends Object implements BaseColumns, InventoryContract.DiscountColumns
Discount
instances via content provider.Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_DIRECTORY
base content directory for a tax rate
|
static String |
CONTENT_ITEM_TYPE
The MIME type of a
CONTENT_URI subdirectory of a single discount. |
static String |
CONTENT_TYPE
The MIME type of
CONTENT_URI providing a directory of discounts. |
static Uri |
CONTENT_URI
The content:// style URI for this table
|
_COUNT, _ID
AMOUNT, NAME, PERCENTAGE, UUID
public static final String CONTENT_DIRECTORY
public static final Uri CONTENT_URI
public static final String CONTENT_TYPE
CONTENT_URI
providing a directory of discounts.public static final String CONTENT_ITEM_TYPE
CONTENT_URI
subdirectory of a single discount.