public class AddressesCursor extends AbstractCursor
addresses table.| Constructor and Description |
|---|
AddressesCursor(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAddressid()
Get the
addressid value. |
java.lang.String |
getCity()
Get the
city value. |
java.lang.String |
getCountrycode()
Get the
countrycode value. |
java.util.Date |
getCreatedat()
Get the
createdat value. |
java.lang.String |
getLine1()
Get the
line1 value. |
java.lang.String |
getLine2()
Get the
line2 value. |
java.lang.String |
getPostalcode()
Get the
postalcode value. |
java.lang.String |
getPostalcodeextension()
Get the
postalcodeextension value. |
java.lang.Boolean |
getPrimaryaddress()
Get the
primaryaddress value. |
java.lang.String |
getStatus()
Get the
status value. |
java.lang.String |
getTerritory()
Get the
territory value. |
java.lang.String |
getTerritorytype()
Get the
territorytype value. |
java.lang.String |
getTransactionid()
Get the
transactionid 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 getTransactionid()
transactionid value.
Can be null.public java.lang.Long getAddressid()
addressid 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 getTerritorytype()
territorytype value.
Can be null.public java.lang.String getLine1()
line1 value.
Can be null.public java.lang.String getLine2()
line2 value.
Can be null.public java.lang.String getCity()
city value.
Can be null.public java.lang.String getTerritory()
territory value.
Can be null.public java.lang.String getPostalcode()
postalcode value.
Can be null.public java.lang.String getPostalcodeextension()
postalcodeextension value.
Can be null.public java.lang.String getCountrycode()
countrycode value.
Can be null.public java.lang.Boolean getPrimaryaddress()
primaryaddress value.
Can be null.public java.lang.String getStatus()
status value.
Can be null.public java.lang.String getType()
type value.
Can be null.