public class LocationModel extends HierarchicalModel<ContextModel>
BaseModel.ErrorType| Modifier and Type | Field and Description |
|---|---|
static String[] |
ALL_COLUMNS |
static String |
COLUMN_COMMENT |
static String |
COLUMN_CONTEXT_ID |
static String |
COLUMN_END_DATE |
static String |
COLUMN_LOCATION |
static String |
COLUMN_OPERATOR |
static String |
COLUMN_START_DATE |
protected String |
comment |
protected Calendar |
endDate |
protected Location |
location |
protected String |
operator |
protected Calendar |
startDate |
static String |
TABLE_NAME |
parentchangeSupport, GET_ID_FUNCTION, id, modified| Constructor and Description |
|---|
LocationModel() |
LocationModel(android.content.Context context,
android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
android.content.ContentValues |
convertIntoContentValues() |
String |
getComment() |
Calendar |
getEndDate() |
Location |
getLocation() |
String |
getOperator() |
Set<String> |
getRequiredFields() |
Calendar |
getStartDate() |
String |
getTableName() |
void |
setComment(String comment) |
void |
setEndDate(Calendar endDate) |
void |
setLocation(Location location) |
void |
setOperator(String operator) |
void |
setStartDate(Calendar startDate) |
String |
toString(android.content.Context context) |
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_OPERATOR
public static final String COLUMN_START_DATE
public static final String COLUMN_END_DATE
public static final String COLUMN_LOCATION
public static final String COLUMN_COMMENT
public static final String COLUMN_CONTEXT_ID
public static final String[] ALL_COLUMNS
protected String operator
protected Calendar startDate
protected Calendar endDate
protected Location location
protected String comment
public LocationModel()
public LocationModel(android.content.Context context,
android.database.Cursor cursor)
public String getOperator()
public void setOperator(String operator)
public Calendar getStartDate()
public void setStartDate(Calendar startDate)
public Calendar getEndDate()
public void setEndDate(Calendar endDate)
public Location getLocation()
public void setLocation(Location location)
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 BaseModelpublic Set<String> getRequiredFields()
getRequiredFields in class BaseModelCopyright © 2013–2014 CodeLutin. All rights reserved.