public class ExchangerateCursor extends AbstractCursor
exchangerate table.| Constructor and Description |
|---|
ExchangerateCursor(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBusinessid()
Get the
businessid value. |
java.lang.Long |
getCardamount()
Get the
cardamount value. |
java.lang.String |
getCardcurrency()
Get the
cardcurrency value. |
java.lang.String |
getMarkuppercentage()
Get the
markuppercentage value. |
java.lang.String |
getProvider()
Get the
provider value. |
java.lang.Long |
getRate()
Get the
rate value. |
java.lang.Long |
getRateprecision()
Get the
rateprecision value. |
java.util.Date |
getRequestedat()
Get the
requestedat value. |
java.lang.String |
getTransactionid()
Get the
transactionid value. |
java.lang.Long |
getTxnamount()
Get the
txnamount value. |
java.lang.String |
getTxncurrency()
Get the
txncurrency value. |
getBoolean, getCachedColumnIndexOrThrow, getDate, getDoubleOrNull, getFloatOrNull, getId, getIntegerOrNull, getLongOrNullclose, 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, unregisterDataSetObserverpublic java.lang.String getTransactionid()
transactionid value.
Cannot be null.public java.util.Date getRequestedat()
requestedat value.
Can be null.public java.lang.String getBusinessid()
businessid value.
Can be null.public java.lang.Long getRate()
rate value.
Can be null.public java.lang.Long getRateprecision()
rateprecision value.
Can be null.public java.lang.Long getCardamount()
cardamount value.
Can be null.public java.lang.Long getTxnamount()
txnamount value.
Can be null.public java.lang.String getCardcurrency()
cardcurrency value.
Can be null.public java.lang.String getTxncurrency()
txncurrency value.
Can be null.public java.lang.String getProvider()
provider value.
Can be null.public java.lang.String getMarkuppercentage()
markuppercentage value.
Can be null.