public class FeesCursor extends AbstractCursor
fees
table.Constructor and Description |
---|
FeesCursor(android.database.Cursor cursor) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getAmount()
Get the
amount value. |
java.lang.Boolean |
getAppliedBeforeTax()
Get the
appliedBeforeTax value. |
java.lang.String |
getFeeId()
Get the
feeid value. |
java.lang.String |
getIdStr()
Get the
idStr value. |
java.lang.String |
getName()
Get the
customname value. |
java.lang.String |
getOrderid()
Get the
orderid value. |
java.lang.String |
getOrderItemId()
Get the
order_item_id value. |
java.lang.Float |
getPercentValue()
Get the
percent 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 java.lang.String getOrderid()
orderid
value.
Cannot be null
.public java.lang.String getOrderItemId()
order_item_id
value.
Cannot be null
.public java.lang.String getFeeId()
feeid
value.
Cannot be null
.public java.lang.String getName()
customname
value.
Can be null
.public java.lang.String getIdStr()
idStr
value.
Can be null
.public java.lang.Long getAmount()
amount
value.
Can be null
.public java.lang.Float getPercentValue()
percent
value.
Can be null
.public java.lang.Boolean getAppliedBeforeTax()
appliedBeforeTax
value.
Can be null
.