public class StaysCursor extends AbstractCursor
stays table.| Constructor and Description |
|---|
StaysCursor(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getCreatedat()
Get the
createdat value. |
java.lang.Long |
getCustomeruserid()
Get the
customeruserid value. |
java.lang.Boolean |
getIsoffline()
Get the
isoffline value. |
java.lang.String |
getNotes()
Get the
notes value. |
java.lang.String |
getOrderid()
Get the
orderid value. |
java.lang.String |
getOrdernumber()
Get the
ordernumber value. |
java.lang.String |
getParentid()
Get the
parentid value. |
java.lang.String |
getStaytype()
Get the
staytype value. |
java.lang.Boolean |
getTaxexempted()
Get the
taxexempted value. |
java.util.Date |
getUpdatedat()
Get the
updatedat 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.Boolean getTaxexempted()
taxexempted value.
Can be null.public java.lang.String getStaytype()
staytype value.
Can be null.public java.lang.Boolean getIsoffline()
isoffline value.
Can be null.public java.lang.String getParentid()
parentid value.
Can be null.public java.lang.String getOrderid()
orderid value.
Cannot be null.public java.lang.String getNotes()
notes value.
Can be null.public java.lang.String getOrdernumber()
ordernumber value.
Can be null.