public class ContextModel extends BaseModel
BaseModel.ErrorType| Modifier and Type | Field and Description |
|---|---|
static String[] |
ALL_COLUMNS |
static String |
COLUMN_COMMENT |
static String |
COLUMN_NAME |
protected String |
comment |
protected String |
name |
static String |
TABLE_NAME |
changeSupport, GET_ID_FUNCTION, id, modified| Constructor and Description |
|---|
ContextModel() |
ContextModel(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
android.content.ContentValues |
convertIntoContentValues() |
String |
getComment() |
String |
getName() |
Set<String> |
getRequiredFields() |
String |
getTableName() |
void |
setComment(String comment) |
void |
setName(String name) |
String |
toString(android.content.Context context) |
addPropertyChangeListener, addPropertyChangeListener, checkValidity, equals, firePropertyChange, getId, getOneRequiredFields, hashCode, isModified, isNew, putValue, putValue, putValue, putValue, setId, setModifiedpublic static final String TABLE_NAME
public static final String COLUMN_NAME
public static final String COLUMN_COMMENT
public static final String[] ALL_COLUMNS
protected String name
protected String comment
public ContextModel()
public ContextModel(android.database.Cursor cursor)
public String getName()
public void setName(String name)
public String getComment()
public void setComment(String comment)
public String getTableName()
getTableName in class BaseModelpublic String toString(android.content.Context context)
public android.content.ContentValues convertIntoContentValues()
convertIntoContentValues in class BaseModelpublic Set<String> getRequiredFields()
getRequiredFields in class BaseModelCopyright © 2013–2014 CodeLutin. All rights reserved.