BuildmLearn-Toolkit-Android
2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
|
Model used to save info entries in database for info template's simulator. More...
Public Member Functions | |
InfoModel () | |
int | describeContents () |
void | writeToParcel (Parcel dest, int flags) |
String | getTitle () |
void | setTitle (String title) |
String | getDescription () |
void | setDescription (String description) |
Static Public Attributes | |
static final Parcelable.Creator< InfoModel > | CREATOR |
Private Member Functions | |
InfoModel (Parcel in) | |
Private Attributes | |
String | title |
String | description |
Model used to save info entries in database for info template's simulator.
Created by Anupam (opticod) on 20/6/16.
org.buildmlearn.toolkit.infotemplate.data.InfoModel.InfoModel | ( | ) |
|
private |
int org.buildmlearn.toolkit.infotemplate.data.InfoModel.describeContents | ( | ) |
String org.buildmlearn.toolkit.infotemplate.data.InfoModel.getDescription | ( | ) |
String org.buildmlearn.toolkit.infotemplate.data.InfoModel.getTitle | ( | ) |
void org.buildmlearn.toolkit.infotemplate.data.InfoModel.setDescription | ( | String | description | ) |
void org.buildmlearn.toolkit.infotemplate.data.InfoModel.setTitle | ( | String | title | ) |
void org.buildmlearn.toolkit.infotemplate.data.InfoModel.writeToParcel | ( | Parcel | dest, |
int | flags | ||
) |
|
static |
|
private |
|
private |