public class CategoryWeightModel extends HierarchicalModel<ScientificSpeciesModel>
BaseModel.ErrorType| Modifier and Type | Field and Description |
|---|---|
static String[] |
ALL_COLUMNS |
protected String |
category1 |
protected String |
category2 |
protected String |
category3 |
static String |
COLUMN_CATEGORY_1 |
static String |
COLUMN_CATEGORY_2 |
static String |
COLUMN_CATEGORY_3 |
static String |
COLUMN_SCIENTIFIC_SPECIES_ID |
static String |
COLUMN_WEIGHT |
static String |
TABLE_NAME |
protected Integer |
weight |
parentchangeSupport, GET_ID_FUNCTION, id, modified| Constructor and Description |
|---|
CategoryWeightModel() |
CategoryWeightModel(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
android.content.ContentValues |
convertIntoContentValues() |
String |
getCategory1() |
String |
getCategory2() |
String |
getCategory3() |
String |
getTableName() |
Integer |
getWeight() |
void |
setCategory1(String category1) |
void |
setCategory2(String category2) |
void |
setCategory3(String category3) |
void |
setWeight(Integer weight) |
getParent, getParent, getParentId, setParentaddPropertyChangeListener, 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_CATEGORY_1
public static final String COLUMN_CATEGORY_2
public static final String COLUMN_CATEGORY_3
public static final String COLUMN_WEIGHT
public static final String COLUMN_SCIENTIFIC_SPECIES_ID
public static final String[] ALL_COLUMNS
protected String category1
protected String category2
protected String category3
protected Integer weight
public CategoryWeightModel()
public CategoryWeightModel(android.database.Cursor cursor)
public String getTableName()
getTableName in class BaseModelpublic String getCategory1()
public void setCategory1(String category1)
public String getCategory2()
public void setCategory2(String category2)
public String getCategory3()
public void setCategory3(String category3)
public Integer getWeight()
public void setWeight(Integer weight)
public android.content.ContentValues convertIntoContentValues()
convertIntoContentValues in class BaseModelCopyright © 2013–2014 CodeLutin. All rights reserved.