public class CommercialSpecies extends BaseModel implements HasCode
BaseModel.ErrorType| Modifier and Type | Field and Description |
|---|---|
protected int |
active |
static String[] |
ALL_COLUMNS |
protected String |
code |
static String |
COLUMN_ACTIVE |
static String |
COLUMN_CODE |
static String |
COLUMN_FAMILY |
static String |
COLUMN_FRENCH_LABEL |
static String |
COLUMN_ISSCAP |
static String |
COLUMN_SCIENTIFIC_LABEL |
static String |
COLUMN_SPECIES_ORDER |
static String |
COLUMN_TAXON_CODE |
protected String |
family |
protected String |
frenchLabel |
protected String |
isscap |
protected String |
scientificLabel |
protected String |
speciesOrder |
static String |
TABLE_NAME |
protected String |
taxonCode |
changeSupport, GET_ID_FUNCTION, id, modifiedGET_CODE_COMPARATOR, GET_CODE_FUNCTION| Constructor and Description |
|---|
CommercialSpecies() |
CommercialSpecies(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
android.content.ContentValues |
convertIntoContentValues() |
int |
getActive() |
String |
getCode() |
String |
getFamily() |
String |
getFrenchLabel() |
String |
getIsscap() |
String |
getScientificLabel() |
String |
getSpeciesOrder() |
String |
getTableName() |
String |
getTaxonCode() |
void |
setActive(int active) |
void |
setCode(String code) |
void |
setFamily(String family) |
void |
setFrenchLabel(String frenchLabel) |
void |
setIsscap(String isscap) |
void |
setScientificLabel(String scientificLabel) |
void |
setSpeciesOrder(String speciesOrder) |
void |
setTaxonCode(String taxonCode) |
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_ISSCAP
public static final String COLUMN_TAXON_CODE
public static final String COLUMN_SCIENTIFIC_LABEL
public static final String COLUMN_FRENCH_LABEL
public static final String COLUMN_FAMILY
public static final String COLUMN_SPECIES_ORDER
public static final String COLUMN_ACTIVE
public static final String[] ALL_COLUMNS
protected String code
protected String isscap
protected String taxonCode
protected String scientificLabel
protected String frenchLabel
protected String family
protected String speciesOrder
protected int active
public CommercialSpecies()
public CommercialSpecies(android.database.Cursor cursor)
public String getTableName()
getTableName in class BaseModelpublic void setCode(String code)
public String getIsscap()
public void setIsscap(String isscap)
public String getTaxonCode()
public void setTaxonCode(String taxonCode)
public String getScientificLabel()
public void setScientificLabel(String scientificLabel)
public String getFrenchLabel()
public void setFrenchLabel(String frenchLabel)
public String getFamily()
public void setFamily(String family)
public String getSpeciesOrder()
public void setSpeciesOrder(String speciesOrder)
public int getActive()
public void setActive(int active)
public String toString(android.content.Context context)
public android.content.ContentValues convertIntoContentValues()
convertIntoContentValues in class BaseModelCopyright © 2013–2014 CodeLutin. All rights reserved.