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