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 dict entries in database for comprehension template's simulator. More...
Public Member Functions | |
DictModel () | |
int | describeContents () |
void | writeToParcel (Parcel dest, int flags) |
String | getTitle () |
void | setTitle (String title) |
String | getPassage () |
void | setPassage (String passage) |
Static Public Attributes | |
static final Parcelable.Creator< DictModel > | CREATOR |
Private Member Functions | |
DictModel (Parcel in) | |
Private Attributes | |
String | title |
String | passage |
Model used to save dict entries in database for comprehension template's simulator.
Created by Anupam (opticod) on 10/7/16.
org.buildmlearn.toolkit.dictationtemplate.data.DictModel.DictModel | ( | ) |
|
private |
int org.buildmlearn.toolkit.dictationtemplate.data.DictModel.describeContents | ( | ) |
String org.buildmlearn.toolkit.dictationtemplate.data.DictModel.getPassage | ( | ) |
String org.buildmlearn.toolkit.dictationtemplate.data.DictModel.getTitle | ( | ) |
void org.buildmlearn.toolkit.dictationtemplate.data.DictModel.setPassage | ( | String | passage | ) |
void org.buildmlearn.toolkit.dictationtemplate.data.DictModel.setTitle | ( | String | title | ) |
void org.buildmlearn.toolkit.dictationtemplate.data.DictModel.writeToParcel | ( | Parcel | dest, |
int | flags | ||
) |
|
static |
|
private |
|
private |