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.DictationModel Class Reference

Model class for Dictation Template Editor data Created by Anupam (opticod) on 4/7/16. More...

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

Public Member Functions

 DictationModel (String title, String passage)
 
String getTitle ()
 
void setTitle (String title)
 
String getPassage ()
 
void setPassage (String passage)
 
boolean isExpanded ()
 
void setExpanded (boolean expanded)
 
Element getXml (Document doc)
 

Static Public Attributes

static final String TITLE_TAG = "dictation_title"
 
static final String PASSAGE_TAG = "dictation_passage"
 

Private Attributes

String title
 
String passage
 
boolean expanded
 

Static Private Attributes

static final String ROOT_TAG = "item"
 

Detailed Description

Model class for Dictation Template Editor data

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

Constructor & Destructor Documentation

org.buildmlearn.toolkit.templates.DictationModel.DictationModel ( String  title,
String  passage 
)

Member Function Documentation

String org.buildmlearn.toolkit.templates.DictationModel.getPassage ( )
String org.buildmlearn.toolkit.templates.DictationModel.getTitle ( )
Element org.buildmlearn.toolkit.templates.DictationModel.getXml ( Document  doc)
boolean org.buildmlearn.toolkit.templates.DictationModel.isExpanded ( )
void org.buildmlearn.toolkit.templates.DictationModel.setExpanded ( boolean  expanded)
void org.buildmlearn.toolkit.templates.DictationModel.setPassage ( String  passage)
void org.buildmlearn.toolkit.templates.DictationModel.setTitle ( String  title)

Member Data Documentation

boolean org.buildmlearn.toolkit.templates.DictationModel.expanded
private
String org.buildmlearn.toolkit.templates.DictationModel.passage
private
final String org.buildmlearn.toolkit.templates.DictationModel.PASSAGE_TAG = "dictation_passage"
static
final String org.buildmlearn.toolkit.templates.DictationModel.ROOT_TAG = "item"
staticprivate
String org.buildmlearn.toolkit.templates.DictationModel.title
private
final String org.buildmlearn.toolkit.templates.DictationModel.TITLE_TAG = "dictation_title"
static

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