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 | Private Attributes | List of all members
org.buildmlearn.toolkit.templates.MatchModel Class Reference

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

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

Public Member Functions

 MatchModel (String A, String B)
 
String getMatchA ()
 
void setMatchA (String matchA)
 
String getMatchB ()
 
void setMatchB (String matchB)
 
Element getXml (Document doc)
 

Private Attributes

String matchA
 
String matchB
 

Detailed Description

Model class for Match The Following Template Editor data.

Created by Anupam (opticod) on 16/7/16.

Constructor & Destructor Documentation

org.buildmlearn.toolkit.templates.MatchModel.MatchModel ( String  A,
String  B 
)

Member Function Documentation

String org.buildmlearn.toolkit.templates.MatchModel.getMatchA ( )
String org.buildmlearn.toolkit.templates.MatchModel.getMatchB ( )
Element org.buildmlearn.toolkit.templates.MatchModel.getXml ( Document  doc)
void org.buildmlearn.toolkit.templates.MatchModel.setMatchA ( String  matchA)
void org.buildmlearn.toolkit.templates.MatchModel.setMatchB ( String  matchB)

Member Data Documentation

String org.buildmlearn.toolkit.templates.MatchModel.matchA
private
String org.buildmlearn.toolkit.templates.MatchModel.matchB
private

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