Toolkit-mobile-templates  2.0.0
This repository contains the template applications of the toolkit.
Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | List of all members
org.buildmlearn.matchtemplate.data.MatchModel Class Reference

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

Inheritance diagram for org.buildmlearn.matchtemplate.data.MatchModel:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.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 Parcelable.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.

Constructor & Destructor Documentation

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

Member Function Documentation

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 
)

Member Data Documentation

int org.buildmlearn.matchtemplate.data.MatchModel.correct
private
final Parcelable.Creator<MatchModel> org.buildmlearn.matchtemplate.data.MatchModel.CREATOR
static
Initial value:
= new Parcelable.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.matchtemplate.data.MatchModel.matchA
private
String org.buildmlearn.matchtemplate.data.MatchModel.matchB
private

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