public class OrderItemSelectableVariationsCursor extends AbstractCursor
selectablevariations table.| Constructor and Description |
|---|
OrderItemSelectableVariationsCursor(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAmount()
Get the
amount value. |
java.lang.String |
getAttribute()
Get the
attribute value. |
java.lang.String |
getCardinality()
Get the
value value. |
java.lang.String |
getCurrency()
Get the
currency currency. |
java.lang.String |
getLinkedsku()
Get the
linkedsku value. |
java.lang.String |
getName()
Get the
name name. |
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 OrderItemSelectableVariationsCursor(android.database.Cursor cursor)
public java.lang.String getLinkedsku()
linkedsku value.
Cannot be null.public java.lang.String getAttribute()
attribute value.
Can be null.public java.lang.String getName()
name name.
Can be null.public java.lang.String getCurrency()
currency currency.
Can be null.public java.lang.Long getAmount()
amount value.
Can be null.public java.lang.String getCardinality()
value value.
Can be null.