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

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

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

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"
 

Detailed Description

Model class for VideoCollection Template Editor data.

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

Constructor & Destructor Documentation

org.buildmlearn.toolkit.templates.VideoModel.VideoModel ( String  title,
String  description,
String  link,
String  thumbnail_url 
)

Member Function Documentation

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)

Member Data Documentation

String org.buildmlearn.toolkit.templates.VideoModel.description
private
final String org.buildmlearn.toolkit.templates.VideoModel.DESCRIPTION_TAG = "video_description"
static
String org.buildmlearn.toolkit.templates.VideoModel.link
private
final String org.buildmlearn.toolkit.templates.VideoModel.LINK_TAG = "video_link"
static
final String org.buildmlearn.toolkit.templates.VideoModel.ROOT_TAG = "item"
staticprivate
final String org.buildmlearn.toolkit.templates.VideoModel.THUMB_LINK_TAG = "video_thumb_link"
static
String org.buildmlearn.toolkit.templates.VideoModel.thumbnail_url
private
String org.buildmlearn.toolkit.templates.VideoModel.title
private
final String org.buildmlearn.toolkit.templates.VideoModel.TITLE_TAG = "video_title"
static

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