public class OrderitemsCursor extends AbstractCursor
orderitems table.| Constructor and Description |
|---|
OrderitemsCursor(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientnotes()
Get the
clientnotes value. |
java.util.Date |
getCreatedat()
Get the
createdat value. |
java.lang.String |
getDetails()
Get the
details value. |
java.lang.Long |
getDiscount()
Get the
discount value. |
java.lang.Long |
getFee()
Get the
fee value. |
java.lang.String |
getName()
Get the
name value. |
java.lang.String |
getOrderid()
Get the
orderid value. |
int |
getOrderitemid()
Get the
orderitemid value. |
java.lang.String |
getProductid()
Get the
productid value. |
java.lang.Float |
getQuantity()
Get the
quantity value. |
java.util.Date |
getServiceendat()
Get the
serviceendat value. |
java.util.Date |
getServicestartat()
Get the
servicestartat value. |
java.lang.String |
getSku()
Get the
sku value. |
java.lang.String |
getStatus()
Get the
status value. |
java.lang.Long |
getTax()
Get the
tax value. |
java.lang.Boolean |
getTaxExempted()
Get the
tax_exempted value. |
java.lang.String |
getUnitofmeasure()
Get the
unitofmeasure value. |
java.lang.Long |
getUnitprice()
Get the
unitprice 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 int getOrderitemid()
orderitemid value.public java.lang.String getOrderid()
orderid value.
Cannot be null.public java.lang.String getName()
name value.
Can be null.public java.lang.String getProductid()
productid value.
Can be null.public java.lang.String getSku()
sku value.
Can be null.public java.lang.String getClientnotes()
clientnotes value.
Can be null.public java.lang.String getDetails()
details value.
Can be null.public java.lang.Float getQuantity()
quantity value.
Can be null.public java.lang.Long getUnitprice()
unitprice value.
Can be null.public java.lang.Long getTax()
tax value.
Can be null.public java.util.Date getCreatedat()
createdat value.
Can be null.public java.util.Date getUpdatedat()
updatedat value.
Can be null.public java.lang.String getUnitofmeasure()
unitofmeasure value.
Can be null.public java.lang.String getStatus()
status value.
Can be null.public java.lang.Boolean getTaxExempted()
tax_exempted value.
Can be null.public java.lang.Long getFee()
fee value.
Can be null.public java.lang.Long getDiscount()
discount value.
Can be null.public java.util.Date getServicestartat()
servicestartat value.
Can be null.public java.util.Date getServiceendat()
serviceendat value.
Can be null.