![]() |
Toolkit-mobile-templates
2.0.0
This repository contains the template applications of the toolkit.
|
Model used to save video entries in database for video collection template's simulator. More...


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