public class AvailablediscountCursor extends AbstractCursor
availablediscount table.| Constructor and Description |
|---|
AvailablediscountCursor(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAppliedBeforeTax()
Get the
appliedTaxBefore value. |
java.lang.String |
getAvailablediscountid()
Get the
availablediscountid value. |
java.lang.String |
getCode()
Get the
code value. |
java.lang.Integer |
getFixed()
Get the
fixed value. |
java.lang.String |
getLinkedid()
Get the
linkedid value. |
java.lang.Float |
getPercentage()
Get the
percentage value. |
DiscountScope |
getScope()
Get the
scope value. |
DiscountType |
getType()
Get the
type value. |
getBoolean, getCachedColumnIndexOrThrow, getDate, getDoubleOrNull, getFloatOrNull, getId, getIntegerOrNull, getLongOrNullclose, 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, unregisterDataSetObserverpublic AvailablediscountCursor(android.database.Cursor cursor)
public java.lang.String getLinkedid()
linkedid value.
Can be null.public java.lang.String getAvailablediscountid()
availablediscountid value.
Cannot be null.public DiscountType getType()
type value.
Can be null.public DiscountScope getScope()
scope value.
Can be null.public java.lang.Integer getFixed()
fixed value.
Can be null.public java.lang.Float getPercentage()
percentage value.
Can be null.public java.lang.String getCode()
code value.
Can be null.public java.lang.Boolean getAppliedBeforeTax()
appliedTaxBefore value.
Can be null.