public class RelatedproductskusCursor extends AbstractCursor
relatedproductskus
table.Constructor and Description |
---|
RelatedproductskusCursor(android.database.Cursor cursor) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRelatedproductid()
Get the
relatedproductid value. |
java.lang.String |
getRelatedproductsku()
Get the
relatedproductsku value. |
ProductRelationType |
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 RelatedproductskusCursor(android.database.Cursor cursor)
public java.lang.String getRelatedproductid()
relatedproductid
value.
Cannot be null
.public java.lang.String getRelatedproductsku()
relatedproductsku
value.
Can be null
.public ProductRelationType getType()
type
value.
Can be null
.