![]() |
Toolkit-mobile-templates
2.0.0
This repository contains the template applications of the toolkit.
|
Model used to save info entries in database for info template's app. More...
Public Member Functions | |
InfoModel () | |
InfoModel (String title, String description) | |
int | describeContents () |
void | writeToParcel (Parcel dest, int flags) |
String | getTitle () |
void | setTitle (String title) |
String | getDescription () |
void | setDescription (String description) |
Public Attributes | |
final Parcelable.Creator< InfoModel > | CREATOR |
Private Member Functions | |
InfoModel (Parcel in) | |
Private Attributes | |
String | title |
String | description |
Model used to save info entries in database for info template's app.
Created by Anupam (opticod) on 11/6/16.
org.buildmlearn.infotemplate.data.InfoModel.InfoModel | ( | ) |
org.buildmlearn.infotemplate.data.InfoModel.InfoModel | ( | String | title, |
String | description | ||
) |
|
private |
int org.buildmlearn.infotemplate.data.InfoModel.describeContents | ( | ) |
String org.buildmlearn.infotemplate.data.InfoModel.getDescription | ( | ) |
String org.buildmlearn.infotemplate.data.InfoModel.getTitle | ( | ) |
void org.buildmlearn.infotemplate.data.InfoModel.setDescription | ( | String | description | ) |
void org.buildmlearn.infotemplate.data.InfoModel.setTitle | ( | String | title | ) |
void org.buildmlearn.infotemplate.data.InfoModel.writeToParcel | ( | Parcel | dest, |
int | flags | ||
) |
final Parcelable.Creator<InfoModel> org.buildmlearn.infotemplate.data.InfoModel.CREATOR |
|
private |
|
private |