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.
Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | List of all members
org.buildmlearn.toolkit.matchtemplate.data.MatchModel Class Reference

Model class for Match The Following Template Editor data. More...

Inheritance diagram for org.buildmlearn.toolkit.matchtemplate.data.MatchModel:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.toolkit.matchtemplate.data.MatchModel:
Collaboration graph
[legend]

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< MatchModelCREATOR
 

Private Member Functions

 MatchModel (Parcel in)
 

Private Attributes

String matchA
 
String matchB
 
int correct
 

Detailed Description

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.

Constructor & Destructor Documentation

org.buildmlearn.toolkit.matchtemplate.data.MatchModel.MatchModel ( )
org.buildmlearn.toolkit.matchtemplate.data.MatchModel.MatchModel ( Parcel  in)
private

Member Function Documentation

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 
)

Member Data Documentation

int org.buildmlearn.toolkit.matchtemplate.data.MatchModel.correct
private
final Creator<MatchModel> org.buildmlearn.toolkit.matchtemplate.data.MatchModel.CREATOR
static
Initial value:
= new Creator<MatchModel>() {
@Override
public MatchModel createFromParcel(Parcel parcel) {
return new MatchModel(parcel);
}
@Override
public MatchModel[] newArray(int size) {
return new MatchModel[size];
}
}
String org.buildmlearn.toolkit.matchtemplate.data.MatchModel.matchA
private
String org.buildmlearn.toolkit.matchtemplate.data.MatchModel.matchB
private

The documentation for this class was generated from the following file: