public class VariationsCursor extends AbstractCursor
variations
table.Constructor and Description |
---|
VariationsCursor(android.database.Cursor cursor) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttribute()
Get the
attribute value. |
java.lang.String |
getProductid()
Get the
productid value. |
java.lang.String |
getSku()
Get the
sku value. |
java.lang.String |
getValue()
Get the
value 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 getProductid()
productid
value.
Cannot be null
.public java.lang.String getSku()
sku
value.
Cannot be null
.public java.lang.String getAttribute()
attribute
value.
Can be null
.public java.lang.String getValue()
value
value.
Can be null
.