public class Presentation 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 |
protected String |
label |
static String |
TABLE_NAME |
changeSupport, GET_ID_FUNCTION, id, modifiedGET_CODE_COMPARATOR, GET_CODE_FUNCTION| Constructor and Description |
|---|
Presentation() |
Presentation(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
android.content.ContentValues |
convertIntoContentValues() |
String |
getCode() |
String |
getLabel() |
String |
getTableName() |
void |
setCode(String code) |
void |
setLabel(String label) |
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_CODE
public static final String COLUMN_LABEL
public static final String[] ALL_COLUMNS
protected String code
protected String label
public Presentation()
public Presentation(android.database.Cursor cursor)
public String getTableName()
getTableName in class BaseModelpublic 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.