![]() |
Toolkit-mobile-templates
2.0.0
This repository contains the template applications of the toolkit.
|
Model used to save dict entries in database for comprehension template's app. More...


Public Member Functions | |
| DictModel () | |
| DictModel (String title, String passage) | |
| int | describeContents () |
| void | writeToParcel (Parcel dest, int flags) |
| String | getTitle () |
| void | setTitle (String title) |
| String | getPassage () |
| void | setPassage (String passage) |
Public Attributes | |
| 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 app.
Created by Anupam (opticod) on 4/7/16.
| org.buildmlearn.dictation.data.DictModel.DictModel | ( | ) |
| org.buildmlearn.dictation.data.DictModel.DictModel | ( | String | title, |
| String | passage | ||
| ) |
|
private |
| int org.buildmlearn.dictation.data.DictModel.describeContents | ( | ) |
| String org.buildmlearn.dictation.data.DictModel.getPassage | ( | ) |
| String org.buildmlearn.dictation.data.DictModel.getTitle | ( | ) |
| void org.buildmlearn.dictation.data.DictModel.setPassage | ( | String | passage | ) |
| void org.buildmlearn.dictation.data.DictModel.setTitle | ( | String | title | ) |
| void org.buildmlearn.dictation.data.DictModel.writeToParcel | ( | Parcel | dest, |
| int | flags | ||
| ) |
| final Parcelable.Creator<DictModel> org.buildmlearn.dictation.data.DictModel.CREATOR |
|
private |
|
private |
1.8.11