public class CommercialSpeciesModel extends HierarchicalModel<MetierModel>
BaseModel.ErrorType| Modifier and Type | Field and Description |
|---|---|
static String[] |
ALL_COLUMNS |
protected CategoryModel |
category1 |
protected CategoryModel |
category2 |
protected CategoryModel |
category3 |
static String |
COLUMN_CATEGORY1 |
static String |
COLUMN_CATEGORY2 |
static String |
COLUMN_CATEGORY3 |
static String |
COLUMN_COMMENT |
static String |
COLUMN_FAO_CODE |
static String |
COLUMN_MEASUREMENT_METHOD |
static String |
COLUMN_METIER_ID |
static String |
COLUMN_PRECISION |
static String |
COLUMN_PRESENTATION |
static String |
COLUMN_SORT_CATEGORY |
static String |
COLUMN_SPECIES_MIX |
static String |
COLUMN_STATE |
static String |
COLUMN_TOTAL_UNLOADED_WEIGHT |
protected String |
comment |
protected CommercialSpecies |
faoCode |
protected Mensuration |
measurementMethod |
protected Mensuration.Precision |
precision |
protected Presentation |
presentation |
protected String |
sortCategory |
protected boolean |
speciesMix |
protected State |
state |
static String |
TABLE_NAME |
protected Integer |
totalUnloadedWeight |
parentchangeSupport, GET_ID_FUNCTION, id, modified| Constructor and Description |
|---|
CommercialSpeciesModel() |
CommercialSpeciesModel(android.content.Context context,
android.database.Cursor cursor) |
getParent, getParent, getParentId, setParentaddPropertyChangeListener, addPropertyChangeListener, checkValidity, equals, firePropertyChange, getId, getOneRequiredFields, hashCode, isModified, isNew, putValue, putValue, putValue, putValue, setId, setModifiedpublic static final String TABLE_NAME
public static final String COLUMN_FAO_CODE
public static final String COLUMN_MEASUREMENT_METHOD
public static final String COLUMN_PRECISION
public static final String COLUMN_SPECIES_MIX
public static final String COLUMN_SORT_CATEGORY
public static final String COLUMN_STATE
public static final String COLUMN_PRESENTATION
public static final String COLUMN_CATEGORY1
public static final String COLUMN_CATEGORY2
public static final String COLUMN_CATEGORY3
public static final String COLUMN_COMMENT
public static final String COLUMN_TOTAL_UNLOADED_WEIGHT
public static final String COLUMN_METIER_ID
public static final String[] ALL_COLUMNS
protected CommercialSpecies faoCode
protected Mensuration measurementMethod
protected Mensuration.Precision precision
protected boolean speciesMix
protected String sortCategory
protected State state
protected Presentation presentation
protected CategoryModel category1
protected CategoryModel category2
protected CategoryModel category3
protected String comment
protected Integer totalUnloadedWeight
public CommercialSpeciesModel()
public CommercialSpeciesModel(android.content.Context context,
android.database.Cursor cursor)
public CommercialSpecies getFaoCode()
public void setFaoCode(CommercialSpecies faoCode)
public Mensuration getMeasurementMethod()
public void setMeasurementMethod(Mensuration measurementMethod)
public Mensuration.Precision getPrecision()
public void setPrecision(Mensuration.Precision precision)
public boolean isSpeciesMix()
public void setSpeciesMix(boolean speciesMix)
public String getSortCategory()
public void setSortCategory(String sortCategory)
public State getState()
public void setState(State state)
public Presentation getPresentation()
public void setPresentation(Presentation presentation)
public CategoryModel getCategory1()
public void setCategory1(CategoryModel category1)
public CategoryModel getCategory2()
public void setCategory2(CategoryModel category2)
public CategoryModel getCategory3()
public void setCategory3(CategoryModel category3)
public String getComment()
public void setComment(String comment)
public Integer getTotalUnloadedWeight()
public void setTotalUnloadedWeight(Integer totalUnloadedWeight)
public String getTableName()
getTableName in class BaseModelpublic String toString(android.content.Context context)
public android.content.ContentValues convertIntoContentValues()
convertIntoContentValues in class BaseModelpublic Set<String> getRequiredFields()
getRequiredFields in class BaseModelCopyright © 2013–2014 CodeLutin. All rights reserved.