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 used to save video entries in database for video collection template's simulator. More...
Public Member Functions | |
VideoModel () | |
int | describeContents () |
void | writeToParcel (Parcel dest, int flags) |
String | getTitle () |
void | setTitle (String title) |
String | getDescription () |
void | setDescription (String description) |
String | getThumbnailUrl () |
void | setThumbnailUrl (String thumbnail_url) |
String | getLink () |
void | setLink (String link) |
Static Public Attributes | |
static final Parcelable.Creator< VideoModel > | CREATOR |
Private Member Functions | |
VideoModel (Parcel in) | |
Private Attributes | |
String | title |
String | description |
String | link |
String | thumbnail_url |
Static Private Attributes | |
static final String | ROOT_TAG = "item" |
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" |
Model used to save video entries in database for video collection template's simulator.
Created by Anupam (opticod) on 12/5/16.
org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.VideoModel | ( | ) |
|
private |
int org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.describeContents | ( | ) |
String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.getDescription | ( | ) |
String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.getLink | ( | ) |
String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.getThumbnailUrl | ( | ) |
String org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.getTitle | ( | ) |
void org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.setDescription | ( | String | description | ) |
void org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.setLink | ( | String | link | ) |
void org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.setThumbnailUrl | ( | String | thumbnail_url | ) |
void org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.setTitle | ( | String | title | ) |
void org.buildmlearn.toolkit.videocollectiontemplate.data.VideoModel.writeToParcel | ( | Parcel | dest, |
int | flags | ||
) |
|
static |
|
private |
|
staticprivate |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
private |
|
private |
|
staticprivate |