public class TransactionreferencesCursor extends AbstractCursor
transactionreferences
table.Constructor and Description |
---|
TransactionreferencesCursor(android.database.Cursor cursor) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustomtype()
Get the
customtype value. |
java.lang.String |
getReferenceid()
Get the
referenceid value. |
java.lang.String |
getTransactionid()
Get the
transactionid value. |
java.lang.String |
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 TransactionreferencesCursor(android.database.Cursor cursor)
public java.lang.String getTransactionid()
transactionid
value.
Cannot be null
.public java.lang.String getReferenceid()
referenceid
value.
Cannot be null
.public java.lang.String getCustomtype()
customtype
value.
Can be null
.public java.lang.String getType()
type
value.
Can be null
.