public class OrderItemVariantsCursor extends AbstractCursor
variants
table.Constructor and Description |
---|
OrderItemVariantsCursor(android.database.Cursor cursor) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOrderid()
Get the
orderid value. |
java.lang.String |
getOrderitemid()
Get the
orderid value. |
java.lang.Long |
getPriceamount()
Get the
priceamount value. |
java.lang.String |
getPricecurrency()
Get the
pricecurrency value. |
java.lang.String |
getSku()
Get the
sku 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 OrderItemVariantsCursor(android.database.Cursor cursor)
public java.lang.String getOrderid()
orderid
value.
Cannot be null
.public java.lang.String getOrderitemid()
orderid
value.
Cannot be null
.public java.lang.Long getPriceamount()
priceamount
value.
Can be null
.public java.lang.String getPricecurrency()
pricecurrency
value.
Can be null
.public java.lang.String getSku()
sku
value.
Can be null
.