public class TaxesCursor extends AbstractCursor
taxes table.| Constructor and Description |
|---|
TaxesCursor(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAmount()
Get the
amount value. |
java.lang.String |
getBusinessid()
Get the
businessid value. |
java.util.Date |
getCreatedat()
Get the
createdat value. |
java.lang.String |
getDescription()
Get the
description value. |
java.lang.String |
getLinkedid()
Get the
linkedid value. |
java.lang.String |
getName()
Get the
name value. |
java.lang.Double |
getRate()
Get the
rate value. |
java.lang.String |
getTaxid()
Get the
taxid value. |
java.lang.String |
getType()
Get the
type 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.lang.String getTaxid()
taxid value.
Cannot be null.public java.lang.String getLinkedid()
linkedid value.
Cannot 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.Double getRate()
rate value.
Can be null.public java.lang.Integer getAmount()
amount value.
Can be null.public java.lang.String getBusinessid()
businessid value.
Can be null.public java.lang.String getName()
name value.
Can be null.public java.lang.String getDescription()
description value.
Can be null.public java.lang.String getType()
type value.
Can be null.