public class QualitativeValueModel extends BaseModel
BaseModel.ErrorType| Modifier and Type | Field and Description |
|---|---|
static String[] |
ALL_COLUMNS |
protected CategoryModel |
category |
static String |
COLUMN_CATEGORY_ID |
static String |
COLUMN_LABEL |
static String |
COLUMN_VALUE |
protected String |
label |
static String |
TABLE_NAME |
protected String |
value |
changeSupport, GET_ID_FUNCTION, id, modified| Constructor and Description |
|---|
QualitativeValueModel() |
QualitativeValueModel(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
android.content.ContentValues |
convertIntoContentValues() |
CategoryModel |
getCategory() |
String |
getLabel() |
String |
getTableName() |
String |
getValue() |
void |
setCategory(CategoryModel category) |
void |
setLabel(String label) |
void |
setValue(String value) |
String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, checkValidity, equals, firePropertyChange, getId, getOneRequiredFields, getRequiredFields, hashCode, isModified, isNew, putValue, putValue, putValue, putValue, setId, setModified, toStringpublic static final String TABLE_NAME
public static final String COLUMN_VALUE
public static final String COLUMN_LABEL
public static final String COLUMN_CATEGORY_ID
public static final String[] ALL_COLUMNS
protected String value
protected String label
protected CategoryModel category
public QualitativeValueModel()
public QualitativeValueModel(android.database.Cursor cursor)
public String getTableName()
getTableName in class BaseModelpublic String getValue()
public void setValue(String value)
public CategoryModel getCategory()
public void setCategory(CategoryModel category)
public String getLabel()
public void setLabel(String label)
public android.content.ContentValues convertIntoContentValues()
convertIntoContentValues in class BaseModelCopyright © 2013–2014 CodeLutin. All rights reserved.