public class VariantsCursor extends AbstractCursor
variants table.| Constructor and Description |
|---|
VariantsCursor(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getCreatedat()
Get the
createdat value. |
java.lang.Boolean |
getDefaultvariant()
Get the
defaultvariant value. |
java.lang.Long |
getPriceamount()
Get the
priceamount value. |
java.lang.String |
getPricecurrency()
Get the
pricecurrency value. |
java.lang.String |
getProductid()
Get the
productid value. |
java.lang.String |
getSku()
Get the
sku value. |
java.util.Date |
getUpdatedat()
Get the
updatedat 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 java.lang.String getProductid()
productid value.
Cannot be null.public java.util.Date getCreatedat()
createdat value.
Can be null.public java.util.Date getUpdatedat()
updatedat value.
Can 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.public java.lang.Boolean getDefaultvariant()
defaultvariant value.
Can be null.