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.
|
Model class for Info Template Editor data. More...
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 |
Model class for Info Template Editor data.
Created by abhishek on 17/06/15 at 9:49 PM.
org.buildmlearn.toolkit.templates.InfoModel.InfoModel | ( | String | infoObject, |
String | meaning | ||
) |
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 | ) |
|
private |
|
private |