![]() |
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 VideoCollection Template Editor data. More...


Public Member Functions | |
| VideoModel (String title, String description, String link, String thumbnail_url) | |
| String | getTitle () |
| void | setTitle (String title) |
| String | getDescription () |
| void | setDescription (String description) |
| String | getThumbnail_url () |
| void | setThumbnail_url (String thumbnail_url) |
| String | getLink () |
| void | setLink (String link) |
| Element | getXml (Document doc) |
Static Public Attributes | |
| static final String | TITLE_TAG = "video_title" |
| static final String | DESCRIPTION_TAG = "video_description" |
| static final String | LINK_TAG = "video_link" |
| static final String | THUMB_LINK_TAG = "video_thumb_link" |
Private Attributes | |
| String | title |
| String | description |
| String | link |
| String | thumbnail_url |
Static Private Attributes | |
| static final String | ROOT_TAG = "item" |
Model class for VideoCollection Template Editor data.
Created by Anupam (opticod) on 4/5/16.
| org.buildmlearn.toolkit.templates.VideoModel.VideoModel | ( | String | title, |
| String | description, | ||
| String | link, | ||
| String | thumbnail_url | ||
| ) |
| String org.buildmlearn.toolkit.templates.VideoModel.getDescription | ( | ) |
| String org.buildmlearn.toolkit.templates.VideoModel.getLink | ( | ) |
| String org.buildmlearn.toolkit.templates.VideoModel.getThumbnail_url | ( | ) |
| String org.buildmlearn.toolkit.templates.VideoModel.getTitle | ( | ) |
| Element org.buildmlearn.toolkit.templates.VideoModel.getXml | ( | Document | doc | ) |
| void org.buildmlearn.toolkit.templates.VideoModel.setDescription | ( | String | description | ) |
| void org.buildmlearn.toolkit.templates.VideoModel.setLink | ( | String | link | ) |
| void org.buildmlearn.toolkit.templates.VideoModel.setThumbnail_url | ( | String | thumbnail_url | ) |
| void org.buildmlearn.toolkit.templates.VideoModel.setTitle | ( | String | title | ) |
|
private |
|
static |
|
private |
|
static |
|
staticprivate |
|
static |
|
private |
|
private |
|
static |
1.8.11