public class ProductrelationsCursor extends AbstractCursor
productrelations
table.Constructor and Description |
---|
ProductrelationsCursor(android.database.Cursor cursor) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCurrency()
Get the
currency value. |
java.lang.Integer |
getPrice()
Get the
price value. |
java.lang.String |
getProductid()
Get the
productid value. |
java.lang.String |
getRelatedproductid()
Get the
relatedproductid value. |
java.lang.Integer |
getRelationcount()
Get the
relationcount 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 ProductrelationsCursor(android.database.Cursor cursor)
public java.lang.String getProductid()
productid
value.
Cannot be null
.public java.lang.Integer getPrice()
price
value.
Can be null
.public java.lang.String getCurrency()
currency
value.
Can be null
.public java.lang.Integer getRelationcount()
relationcount
value.
Can be null
.public java.lang.String getRelatedproductid()
relatedproductid
value.
Can be null
.public ProductRelationType getType()
type
value.
Can be null
.