public class TransactionsCursor extends AbstractCursor
transactions table.| Constructor and Description |
|---|
TransactionsCursor(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction()
Get the
action value. |
java.lang.Boolean |
getActionVoided()
Get the
actionVoided value. |
java.lang.Boolean |
getAdjusted()
Get the
adjusted value. |
java.lang.Boolean |
getAmountsadjusted()
Get the
amountsadjusted value. |
java.lang.Boolean |
getAuthonly()
Get the
authonly value. |
java.util.Date |
getCreatedat()
Get the
createdat value. |
java.lang.String |
getCustomerLanguage()
Get the
customerlanguage value. |
java.lang.String |
getCustomerpresencestatus()
Get the
customerpresencestatus value. |
java.lang.Long |
getCustomeruserid()
Get the
customeruserid value. |
java.lang.Boolean |
getDebit()
Get the
debit value. |
java.lang.String |
getEmvdata()
Get the
emvData value. |
java.lang.String |
getEntrymode()
Get the
entrymode value. |
java.lang.String |
getFundingsourceaccounttype()
Get the
fundingsourcetype value. |
java.lang.String |
getFundingsourcetype()
Get the
fundingsourcetype value. |
java.lang.String |
getNotes()
Get the
notes value. |
java.lang.String |
getOrderid()
Get the
orderid value. |
java.lang.String |
getParentid()
Get the
parentid value. |
java.lang.Boolean |
getPartiallyapproved()
Get the
partiallyapproved value. |
java.lang.String |
getReceiptemailaddress()
Get the
receiptemailaddress value. |
java.lang.Boolean |
getSettled()
Get the
settled value. |
byte[] |
getSignature()
Get the
signature value. |
java.lang.Boolean |
getSignaturecaptured()
Get the
signaturecaptured value. |
java.lang.Boolean |
getSignaturerequired()
get the
signaturerequired value. |
java.lang.String |
getStatus()
Get the
status value. |
java.lang.String |
getStaytype()
Get the
staytype value. |
java.lang.String |
getTransactionid()
Get the
transactionid value. |
java.lang.String |
getTransactionnumber()
Get the
transactionnumber value. |
java.util.Date |
getUpdatedat()
Get the
updatedat value. |
java.lang.Boolean |
getVoided()
Get the
voided 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.util.Date getCreatedat()
createdat value.
Can be null.public java.util.Date getUpdatedat()
updatedat value.
Can be null.public java.lang.Long getCustomeruserid()
customeruserid value.
Can be null.public java.lang.String getParentid()
parentid value.
Can be null.public java.lang.String getTransactionid()
transactionid value.
Cannot be null.public java.lang.String getOrderid()
orderid value.
Can be null.public java.lang.String getTransactionnumber()
transactionnumber value.
Can be null.public java.lang.String getReceiptemailaddress()
receiptemailaddress value.
Can be null.public java.lang.String getStatus()
status value.
Can be null.public java.lang.String getAction()
action value.
Can be null.public java.lang.Boolean getAuthonly()
authonly value.
Can be null.public java.lang.Boolean getSignaturecaptured()
signaturecaptured value.
Can be null.public java.lang.Boolean getSignaturerequired()
signaturerequired value.
Can be null.public java.lang.Boolean getAmountsadjusted()
amountsadjusted value.
Can be null.public java.lang.Boolean getAdjusted()
adjusted value.
Can be null.public java.lang.Boolean getPartiallyapproved()
partiallyapproved value.
Can be null.public byte[] getSignature()
signature value.
Can be null.public java.lang.String getFundingsourcetype()
fundingsourcetype value.
Can be null.public java.lang.String getFundingsourceaccounttype()
fundingsourcetype value.
Can be null.public java.lang.String getEntrymode()
entrymode value.
Can be null.public java.lang.String getCustomerpresencestatus()
customerpresencestatus value.
Can be null.public java.lang.String getNotes()
notes value.
Can be null.public java.lang.String getEmvdata()
emvData value.
Can be null.public java.lang.Boolean getDebit()
debit value.
Can be null.public java.lang.Boolean getVoided()
voided value.
Can be null.public java.lang.Boolean getActionVoided()
actionVoided value.
Can be null.public java.lang.Boolean getSettled()
settled value.
Can be null.public java.lang.String getStaytype()
staytype value.
Can be null.public java.lang.String getCustomerLanguage()
customerlanguage value.
Can be null.