![]() |
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 class for Match The Following Template Editor data. More...


Public Member Functions | |
| MatchModel () | |
| void | writeToParcel (Parcel dest, int flags) |
| int | getCorrect () |
| void | setCorrect (int correct) |
| int | describeContents () |
| String | getMatchA () |
| void | setMatchA (String matchA) |
| String | getMatchB () |
| void | setMatchB (String matchB) |
Static Public Attributes | |
| static final Creator< MatchModel > | CREATOR |
Private Member Functions | |
| MatchModel (Parcel in) | |
Private Attributes | |
| String | matchA |
| String | matchB |
| int | correct |
Model class for Match The Following Template Editor data.
Created by Anupam (opticod) on 24/7/16. Model used to save match entries in database for match template's simulator.
| org.buildmlearn.toolkit.matchtemplate.data.MatchModel.MatchModel | ( | ) |
|
private |
| int org.buildmlearn.toolkit.matchtemplate.data.MatchModel.describeContents | ( | ) |
| int org.buildmlearn.toolkit.matchtemplate.data.MatchModel.getCorrect | ( | ) |
| String org.buildmlearn.toolkit.matchtemplate.data.MatchModel.getMatchA | ( | ) |
| String org.buildmlearn.toolkit.matchtemplate.data.MatchModel.getMatchB | ( | ) |
| void org.buildmlearn.toolkit.matchtemplate.data.MatchModel.setCorrect | ( | int | correct | ) |
| void org.buildmlearn.toolkit.matchtemplate.data.MatchModel.setMatchA | ( | String | matchA | ) |
| void org.buildmlearn.toolkit.matchtemplate.data.MatchModel.setMatchB | ( | String | matchB | ) |
| void org.buildmlearn.toolkit.matchtemplate.data.MatchModel.writeToParcel | ( | Parcel | dest, |
| int | flags | ||
| ) |
|
private |
|
static |
|
private |
|
private |
1.8.11