public class TransactionamountsCursor extends AbstractCursor
transactionamounts
table.Constructor and Description |
---|
TransactionamountsCursor(android.database.Cursor cursor) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCashbackamount()
Get the
cashbackamount value. |
java.lang.String |
getCurrency()
Get the
currency value. |
java.lang.Boolean |
getCustomeroptednotip()
Get the
customerOptedNoTip value. |
java.lang.Long |
getOrderamount()
Get the
orderamount value. |
java.lang.Long |
getTipamount()
Get the
tipamount value. |
java.lang.Long |
getTransactionamount()
Get the
transactionamount value. |
java.lang.String |
getTransactionid()
Get the
transactionid 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 TransactionamountsCursor(android.database.Cursor cursor)
public java.lang.String getTransactionid()
transactionid
value.
Cannot be null
.public java.lang.String getCurrency()
currency
value.
Cannot be null
.public java.lang.Long getTransactionamount()
transactionamount
value.
Can be null
.public java.lang.Long getOrderamount()
orderamount
value.
Can be null
.public java.lang.Long getTipamount()
tipamount
value.
Can be null
.public java.lang.Long getCashbackamount()
cashbackamount
value.
Can be null
.public java.lang.Boolean getCustomeroptednotip()
customerOptedNoTip
value.
Can be null
.