public class CustomFundingSourceCursor extends AbstractCursor
transactionreferences
table.Constructor and Description |
---|
CustomFundingSourceCursor(android.database.Cursor cursor) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountId()
Get the
accountId value. |
java.lang.String |
getName()
Get the
name value. |
java.lang.String |
getProcessor()
Get the
provider value. |
java.lang.String |
getProvider()
Get the
provider 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 CustomFundingSourceCursor(android.database.Cursor cursor)
public java.lang.String getTransactionid()
transactionid
value.
Cannot be null
.public java.lang.String getProvider()
provider
value.
Cannot be null
.public java.lang.String getName()
name
value.
Cannot be null
.public java.lang.String getProcessor()
provider
value.
Cannot be null
.public java.lang.String getAccountId()
accountId
value.
Cannot be null
.public java.lang.String getType()
type
value.
Can be null
.