public class MetierModel extends HierarchicalModel<VesselModel>
BaseModel.ErrorType| Modifier and Type | Field and Description |
|---|---|
static String[] |
ALL_COLUMNS |
static String |
COLUMN_COMMENT |
static String |
COLUMN_GEAR_SPECIES |
static String |
COLUMN_SAMPLE_ROW_CODE |
static String |
COLUMN_VESSEL_ID |
static String |
COLUMN_ZONE |
protected String |
comment |
protected Metier |
gearSpecies |
protected String |
sampleRowCode |
static String |
TABLE_NAME |
protected String |
zone |
parentchangeSupport, GET_ID_FUNCTION, id, modified| Constructor and Description |
|---|
MetierModel() |
MetierModel(android.content.Context context,
android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
android.content.ContentValues |
convertIntoContentValues() |
String |
getComment() |
Metier |
getGearSpecies() |
String |
getSampleRowCode() |
String |
getTableName() |
String |
getZone() |
void |
setComment(String comment) |
void |
setGearSpecies(Metier gearSpecies) |
void |
setSampleRowCode(String sampleRowCode) |
void |
setZone(String zone) |
String |
toString(android.content.Context context) |
getParent, getParent, getParentId, setParentaddPropertyChangeListener, 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_GEAR_SPECIES
public static final String COLUMN_ZONE
public static final String COLUMN_SAMPLE_ROW_CODE
public static final String COLUMN_COMMENT
public static final String COLUMN_VESSEL_ID
public static final String[] ALL_COLUMNS
protected Metier gearSpecies
protected String zone
protected String sampleRowCode
protected String comment
public MetierModel()
public MetierModel(android.content.Context context,
android.database.Cursor cursor)
public Metier getGearSpecies()
public void setGearSpecies(Metier gearSpecies)
public String getZone()
public void setZone(String zone)
public String getSampleRowCode()
public void setSampleRowCode(String sampleRowCode)
public String getComment()
public void setComment(String comment)
public String getTableName()
getTableName in class BaseModelpublic String toString(android.content.Context context)
public android.content.ContentValues convertIntoContentValues()
convertIntoContentValues in class BaseModelCopyright © 2013–2014 CodeLutin. All rights reserved.