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

Model class for Comprehension Meta Template Editor data Created by Anupam (opticod) on 26/5/16. More...

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

Public Member Functions

 ComprehensionMetaModel (String title, String passage, long time)
 
String getTitle ()
 
void setTitle (String title)
 
String getPassage ()
 
void setPassage (String passage)
 
long getTime ()
 
void setTime (long time)
 
Element getXml (Document doc)
 

Static Public Attributes

static final String TITLE_TAG = "meta_title"
 
static final String PASSAGE_TAG = "meta_passage"
 
static final String TIMER_TAG = "meta_timer"
 

Private Attributes

String title
 
String passage
 
long time
 

Static Private Attributes

static final String ROOT_TAG = "meta_details"
 

Detailed Description

Model class for Comprehension Meta Template Editor data Created by Anupam (opticod) on 26/5/16.

Constructor & Destructor Documentation

org.buildmlearn.toolkit.templates.ComprehensionMetaModel.ComprehensionMetaModel ( String  title,
String  passage,
long  time 
)

Member Function Documentation

String org.buildmlearn.toolkit.templates.ComprehensionMetaModel.getPassage ( )
long org.buildmlearn.toolkit.templates.ComprehensionMetaModel.getTime ( )
String org.buildmlearn.toolkit.templates.ComprehensionMetaModel.getTitle ( )
Element org.buildmlearn.toolkit.templates.ComprehensionMetaModel.getXml ( Document  doc)
void org.buildmlearn.toolkit.templates.ComprehensionMetaModel.setPassage ( String  passage)
void org.buildmlearn.toolkit.templates.ComprehensionMetaModel.setTime ( long  time)
void org.buildmlearn.toolkit.templates.ComprehensionMetaModel.setTitle ( String  title)

Member Data Documentation

String org.buildmlearn.toolkit.templates.ComprehensionMetaModel.passage
private
final String org.buildmlearn.toolkit.templates.ComprehensionMetaModel.PASSAGE_TAG = "meta_passage"
static
final String org.buildmlearn.toolkit.templates.ComprehensionMetaModel.ROOT_TAG = "meta_details"
staticprivate
long org.buildmlearn.toolkit.templates.ComprehensionMetaModel.time
private
final String org.buildmlearn.toolkit.templates.ComprehensionMetaModel.TIMER_TAG = "meta_timer"
static
String org.buildmlearn.toolkit.templates.ComprehensionMetaModel.title
private
final String org.buildmlearn.toolkit.templates.ComprehensionMetaModel.TITLE_TAG = "meta_title"
static

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