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

Model class for Info Template Editor data. More...

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

Public Member Functions

 InfoModel (String infoObject, String meaning)
 
String getInfoObject ()
 
String getInfoDescription ()
 
void setInfoDescription (String infoDescription)
 
void setWord (String word)
 
Element getXml (Document doc)
 

Private Attributes

String infoObject
 
String infoDescription
 

Detailed Description

Model class for Info Template Editor data.

Created by abhishek on 17/06/15 at 9:49 PM.

Constructor & Destructor Documentation

org.buildmlearn.toolkit.templates.InfoModel.InfoModel ( String  infoObject,
String  meaning 
)

Member Function Documentation

String org.buildmlearn.toolkit.templates.InfoModel.getInfoDescription ( )
String org.buildmlearn.toolkit.templates.InfoModel.getInfoObject ( )
Element org.buildmlearn.toolkit.templates.InfoModel.getXml ( Document  doc)
void org.buildmlearn.toolkit.templates.InfoModel.setInfoDescription ( String  infoDescription)
void org.buildmlearn.toolkit.templates.InfoModel.setWord ( String  word)

Member Data Documentation

String org.buildmlearn.toolkit.templates.InfoModel.infoDescription
private
String org.buildmlearn.toolkit.templates.InfoModel.infoObject
private

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