public class Location extends BaseModel implements HasCode
BaseModel.ErrorType| Modifier and Type | Field and Description |
|---|---|
static String[] |
ALL_COLUMNS |
protected String |
code |
static String |
COLUMN_CODE |
static String |
COLUMN_LABEL |
static String |
COLUMN_TYPE_LABEL |
protected String |
label |
static String |
TABLE_NAME |
protected String |
typeLabel |
changeSupport, GET_ID_FUNCTION, id, modifiedGET_CODE_COMPARATOR, GET_CODE_FUNCTION| Constructor and Description |
|---|
Location() |
Location(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
android.content.ContentValues |
convertIntoContentValues() |
String |
getCode() |
String |
getLabel() |
String |
getTableName() |
String |
getTypeLabel() |
void |
setCode(String code) |
void |
setLabel(String label) |
void |
setTypeLabel(String typeLabel) |
String |
toString() |
String |
toString(android.content.Context context) |
addPropertyChangeListener, addPropertyChangeListener, checkValidity, equals, firePropertyChange, getId, getOneRequiredFields, getRequiredFields, hashCode, isModified, isNew, putValue, putValue, putValue, putValue, setId, setModifiedpublic static final String TABLE_NAME
public static final String COLUMN_TYPE_LABEL
public static final String COLUMN_CODE
public static final String COLUMN_LABEL
public static final String[] ALL_COLUMNS
protected String typeLabel
protected String code
protected String label
public Location()
public Location(android.database.Cursor cursor)
public String getTableName()
getTableName in class BaseModelpublic String getTypeLabel()
public void setTypeLabel(String typeLabel)
public void setCode(String code)
public String getLabel()
public void setLabel(String label)
public String toString(android.content.Context context)
public android.content.ContentValues convertIntoContentValues()
convertIntoContentValues in class BaseModelCopyright © 2013–2014 CodeLutin. All rights reserved.