![]() |
Toolkit-mobile-templates
2.0.0
This repository contains the template applications of the toolkit.
|
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 Parcelable.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.
| org.buildmlearn.matchtemplate.data.MatchModel.MatchModel | ( | ) |
|
private |
| int org.buildmlearn.matchtemplate.data.MatchModel.describeContents | ( | ) |
| int org.buildmlearn.matchtemplate.data.MatchModel.getCorrect | ( | ) |
| String org.buildmlearn.matchtemplate.data.MatchModel.getMatchA | ( | ) |
| String org.buildmlearn.matchtemplate.data.MatchModel.getMatchB | ( | ) |
| void org.buildmlearn.matchtemplate.data.MatchModel.setCorrect | ( | int | correct | ) |
| void org.buildmlearn.matchtemplate.data.MatchModel.setMatchA | ( | String | matchA | ) |
| void org.buildmlearn.matchtemplate.data.MatchModel.setMatchB | ( | String | matchB | ) |
| void org.buildmlearn.matchtemplate.data.MatchModel.writeToParcel | ( | Parcel | dest, |
| int | flags | ||
| ) |
|
private |
|
static |
|
private |
|
private |
1.8.11