public class ScientificSpeciesModel extends HierarchicalModel<CommercialSpeciesModel>
BaseModel.ErrorType| Modifier and Type | Field and Description |
|---|---|
static String[] |
ALL_COLUMNS |
protected Map<org.apache.commons.lang3.tuple.Triple<String,String,String>,Integer> |
categoryWeights |
static String |
COLUMN_COMMENT |
static String |
COLUMN_COMMERCIAL_SPECIES_ID |
static String |
COLUMN_NAME |
static String |
COLUMN_SAMPLE_WEIGHT |
static String |
COLUMN_SORTED_WEIGHT |
static String |
COLUMN_TAKING_ACTIVATION |
protected String |
comment |
protected ScientificSpecies |
name |
protected Integer |
sampleWeight |
protected Integer |
sortedWeight |
static String |
TABLE_NAME |
protected boolean |
takingActivation |
parentchangeSupport, GET_ID_FUNCTION, id, modified| Constructor and Description |
|---|
ScientificSpeciesModel() |
ScientificSpeciesModel(android.content.Context context,
android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
android.content.ContentValues |
convertIntoContentValues() |
Map<org.apache.commons.lang3.tuple.Triple<String,String,String>,Integer> |
getCategoryWeights() |
String |
getComment() |
ScientificSpecies |
getName() |
Integer |
getSampleWeight() |
Integer |
getSortedWeight() |
String |
getTableName() |
boolean |
isTakingActivation() |
void |
setCategoryWeights(Map<org.apache.commons.lang3.tuple.Triple<String,String,String>,Integer> categoryWeights) |
void |
setComment(String comment) |
void |
setName(ScientificSpecies name) |
void |
setSampleWeight(Integer sampleWeight) |
void |
setSortedWeight(Integer sortedWeight) |
void |
setTakingActivation(boolean takingActivation) |
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_NAME
public static final String COLUMN_TAKING_ACTIVATION
public static final String COLUMN_COMMENT
public static final String COLUMN_SORTED_WEIGHT
public static final String COLUMN_SAMPLE_WEIGHT
public static final String COLUMN_COMMERCIAL_SPECIES_ID
public static final String[] ALL_COLUMNS
protected ScientificSpecies name
protected boolean takingActivation
protected String comment
protected Integer sortedWeight
protected Integer sampleWeight
public ScientificSpeciesModel()
public ScientificSpeciesModel(android.content.Context context,
android.database.Cursor cursor)
public ScientificSpecies getName()
public void setName(ScientificSpecies name)
public boolean isTakingActivation()
public void setTakingActivation(boolean takingActivation)
public String getComment()
public void setComment(String comment)
public Integer getSortedWeight()
public void setSortedWeight(Integer sortedWeight)
public Integer getSampleWeight()
public void setSampleWeight(Integer sampleWeight)
public Map<org.apache.commons.lang3.tuple.Triple<String,String,String>,Integer> getCategoryWeights()
public void setCategoryWeights(Map<org.apache.commons.lang3.tuple.Triple<String,String,String>,Integer> categoryWeights)
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.