public class CardsCursor extends AbstractCursor
cards
table.Constructor and Description |
---|
CardsCursor(android.database.Cursor cursor) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCardholderfirstname()
Get the
cardholderfirstname value. |
java.lang.String |
getCardholderfullname()
Get the
cardholderfullname value. |
java.lang.String |
getCardholderlastname()
Get the
cardholderlastname value. |
java.lang.Long |
getCardid()
Get the
cardid value. |
java.lang.String |
getCardUUID() |
java.lang.Integer |
getExpirationmonth()
Get the
expirationmonth value. |
java.lang.Integer |
getExpirationyear()
Get the
expirationyear value. |
java.lang.String |
getNumber()
Get the
number value. |
java.lang.String |
getNumberfirst6()
Get the
numberfirst6 value. |
java.lang.String |
getNumberlast4()
Get the
numberlast4 value. |
java.lang.String |
getNumbermasked()
Get the
numbermasked value. |
java.lang.String |
getSequencenumber()
Get the
sequencenumber value. |
java.lang.String |
getServicecode()
Get the
servicecode value. |
java.lang.String |
getStatus()
Get the
status 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 java.lang.String getTransactionid()
transactionid
value.
Cannot be null
.public java.lang.Long getCardid()
cardid
value.
Can be null
.public java.lang.String getNumber()
number
value.
Can be null
.public java.lang.String getNumberfirst6()
numberfirst6
value.
Can be null
.public java.lang.String getNumberlast4()
numberlast4
value.
Can be null
.public java.lang.String getNumbermasked()
numbermasked
value.
Can be null
.public java.lang.String getCardholderfirstname()
cardholderfirstname
value.
Can be null
.public java.lang.String getCardholderlastname()
cardholderlastname
value.
Can be null
.public java.lang.String getCardholderfullname()
cardholderfullname
value.
Can be null
.public java.lang.String getSequencenumber()
sequencenumber
value.
Can be null
.public java.lang.String getServicecode()
servicecode
value.
Can be null
.public java.lang.Integer getExpirationmonth()
expirationmonth
value.
Can be null
.public java.lang.Integer getExpirationyear()
expirationyear
value.
Can be null
.public java.lang.String getType()
type
value.
Can be null
.public java.lang.String getStatus()
status
value.
Can be null
.public java.lang.String getCardUUID()