public class Metier 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_FISHING |
static String |
COLUMN_GEAR_CODE |
static String |
COLUMN_GEAR_LABEL |
static String |
COLUMN_ID |
static String |
COLUMN_LABEL |
static String |
COLUMN_SPECIES_CODE |
static String |
COLUMN_SPECIES_LABEL |
protected int |
fishing |
protected String |
gearCode |
protected String |
gearLabel |
protected String |
label |
protected String |
metierId |
protected String |
speciesCode |
protected String |
speciesLabel |
static String |
TABLE_NAME |
changeSupport, GET_ID_FUNCTION, id, modifiedGET_CODE_COMPARATOR, GET_CODE_FUNCTION| Constructor and Description |
|---|
Metier() |
Metier(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
android.content.ContentValues |
convertIntoContentValues() |
int |
getActive() |
String |
getCode() |
int |
getFishing() |
String |
getGearCode() |
String |
getGearLabel() |
String |
getLabel() |
String |
getMetierId() |
String |
getSpeciesCode() |
String |
getSpeciesLabel() |
String |
getTableName() |
void |
setActive(int active) |
void |
setCode(String code) |
void |
setFishing(int fishing) |
void |
setGearCode(String gearCode) |
void |
setGearLabel(String gearLabel) |
void |
setLabel(String label) |
void |
setMetierId(String metierId) |
void |
setSpeciesCode(String speciesCode) |
void |
setSpeciesLabel(String speciesLabel) |
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_ID
public static final String COLUMN_CODE
public static final String COLUMN_LABEL
public static final String COLUMN_GEAR_CODE
public static final String COLUMN_GEAR_LABEL
public static final String COLUMN_SPECIES_CODE
public static final String COLUMN_SPECIES_LABEL
public static final String COLUMN_FISHING
public static final String COLUMN_ACTIVE
public static final String[] ALL_COLUMNS
protected String metierId
protected String code
protected String label
protected String gearCode
protected String gearLabel
protected String speciesCode
protected String speciesLabel
protected int fishing
protected int active
public String getTableName()
getTableName in class BaseModelpublic String getMetierId()
public void setMetierId(String metierId)
public void setCode(String code)
public String getLabel()
public void setLabel(String label)
public String getGearCode()
public void setGearCode(String gearCode)
public String getGearLabel()
public void setGearLabel(String gearLabel)
public String getSpeciesCode()
public void setSpeciesCode(String speciesCode)
public String getSpeciesLabel()
public void setSpeciesLabel(String speciesLabel)
public int getFishing()
public void setFishing(int fishing)
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.