public class OrderitemtaxesCursor extends AbstractCursor
orderitemtaxes
table.Constructor and Description |
---|
OrderitemtaxesCursor(android.database.Cursor cursor) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getAmount()
Get the
amount value. |
java.lang.Boolean |
getCatalogLevel() |
java.lang.String |
getOrderid()
Get the
orderid value. |
java.lang.String |
getOrderitemid()
Get the
orderitemid value. |
java.lang.String |
getOrderitemtaxid()
Get the
orderitemtaxid value. |
java.lang.String |
getProductid()
Get the
productid value. |
java.lang.String |
getSku()
Get the
sku value. |
java.lang.Boolean |
getTaxExempted() |
java.lang.String |
getType()
Get the
type 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()
orderitemid
value.
Can be null
.public java.lang.String getProductid()
productid
value.
Can be null
.public java.lang.String getSku()
sku
value.
Can be null
.public java.lang.String getOrderitemtaxid()
orderitemtaxid
value.
Can be null
.public java.lang.String getType()
type
value.
Can be null
.public java.lang.Long getAmount()
amount
value.
Can be null
.public java.lang.Boolean getTaxExempted()
public java.lang.Boolean getCatalogLevel()