public class DiscountsCursor extends AbstractCursor
discounts
table.Constructor and Description |
---|
DiscountsCursor(android.database.Cursor cursor) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getAmount()
Get the
amount value. |
java.lang.Boolean |
getAppliedBeforeTax()
Get the
appliedBeforeTax value. |
java.lang.String |
getCustomname()
Get the
customname value. |
java.lang.String |
getDiscountId()
Get the
discountid value. |
java.lang.String |
getOrderid()
Get the
orderid value. |
java.lang.String |
getOrderItemId()
Get the
order_item_id value. |
java.lang.Float |
getPercentage()
Get the
percentage value. |
java.lang.String |
getProcessor()
Get the
provider value. |
java.lang.String |
getProvider()
Get the
provider value. |
getBoolean, getCachedColumnIndexOrThrow, getDate, getDoubleOrNull, getFloatOrNull, getId, getIntegerOrNull, getLongOrNull
close, copyStringToBuffer, deactivate, getBlob, getColumnCount, getColumnIndex, getColumnIndexOrThrow, getColumnName, getColumnNames, getCount, getDouble, getExtras, getFloat, getInt, getLong, getNotificationUri, getPosition, getShort, getString, getType, getWantsAllOnMoveCalls, getWrappedCursor, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, isNull, move, moveToFirst, moveToLast, moveToNext, moveToPosition, moveToPrevious, registerContentObserver, registerDataSetObserver, requery, respond, setNotificationUri, unregisterContentObserver, unregisterDataSetObserver
public java.lang.String getOrderid()
orderid
value.
Cannot be null
.public java.lang.String getOrderItemId()
order_item_id
value.
Cannot be null
.public java.lang.String getDiscountId()
discountid
value.
Cannot be null
.public java.lang.String getProvider()
provider
value.
Cannot be null
.public java.lang.String getProcessor()
provider
value.
Cannot be null
.public java.lang.String getCustomname()
customname
value.
Can be null
.public java.lang.Long getAmount()
amount
value.
Can be null
.public java.lang.Float getPercentage()
percentage
value.
Can be null
.public java.lang.Boolean getAppliedBeforeTax()
appliedBeforeTax
value.
Can be null
.