public class CalcifiedPartTaking extends HierarchicalModel<ScientificSpecies>
BaseModel.ErrorType| Modifier and Type | Field and Description |
|---|---|
static String[] |
ALL_COLUMNS |
static String |
COLUMN_END_SIZE |
static String |
COLUMN_SCIENTIFIC_SPECIES_ID |
static String |
COLUMN_SIZE_STEP |
static String |
COLUMN_START_SIZE |
static String |
COLUMN_STEP |
static String |
COLUMN_STOP |
protected Integer |
endSize |
protected int |
sizeStep |
protected Integer |
startSize |
protected int |
step |
protected Integer |
stop |
static String |
TABLE_NAME |
parentchangeSupport, GET_ID_FUNCTION, id, modified| Constructor and Description |
|---|
CalcifiedPartTaking() |
CalcifiedPartTaking(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
android.content.ContentValues |
convertIntoContentValues() |
Integer |
getEndSize() |
int |
getSizeStep() |
Integer |
getStartSize() |
int |
getStep() |
Integer |
getStop() |
String |
getTableName() |
void |
setEndSize(Integer endSize) |
void |
setSizeStep(int sizeStep) |
void |
setStartSize(Integer startSize) |
void |
setStep(int step) |
void |
setStop(Integer stop) |
getParent, getParent, getParentId, setParentaddPropertyChangeListener, addPropertyChangeListener, checkValidity, equals, firePropertyChange, getId, getOneRequiredFields, getRequiredFields, hashCode, isModified, isNew, putValue, putValue, putValue, putValue, setId, setModified, toStringpublic static final String TABLE_NAME
public static final String COLUMN_START_SIZE
public static final String COLUMN_END_SIZE
public static final String COLUMN_SIZE_STEP
public static final String COLUMN_STEP
public static final String COLUMN_STOP
public static final String COLUMN_SCIENTIFIC_SPECIES_ID
public static final String[] ALL_COLUMNS
protected Integer startSize
protected Integer endSize
protected int sizeStep
protected int step
protected Integer stop
public CalcifiedPartTaking()
public CalcifiedPartTaking(android.database.Cursor cursor)
public String getTableName()
getTableName in class BaseModelpublic Integer getStartSize()
public void setStartSize(Integer startSize)
public Integer getEndSize()
public void setEndSize(Integer endSize)
public int getSizeStep()
public void setSizeStep(int sizeStep)
public int getStep()
public void setStep(int step)
public Integer getStop()
public void setStop(Integer stop)
public android.content.ContentValues convertIntoContentValues()
convertIntoContentValues in class BaseModelCopyright © 2013–2014 CodeLutin. All rights reserved.