![]() |
Toolkit-mobile-templates
2.0.0
This repository contains the template applications of the toolkit.
|
Model class for Match The Following Meta Template Editor data Created by Anupam (opticod) on 24/7/16. More...
Public Member Functions | |
MatchMetaModel (String t, String A, String B) | |
int | describeContents () |
void | writeToParcel (Parcel dest, int flags) |
String | getFirstListTitle () |
String | getSecondListTitle () |
String | getTitle () |
Static Public Attributes | |
static final String | TITLE_TAG = "meta_title" |
static final String | FIRST_TITLE_TAG = "meta_first_list_title" |
static final String | SECOND_TITLE_TAG = "meta_second_list_title" |
static final Parcelable.Creator< MatchMetaModel > | CREATOR |
Private Member Functions | |
MatchMetaModel (Parcel in) | |
Private Attributes | |
String | title |
String | first_list_title |
String | second_list_title |
Model class for Match The Following Meta Template Editor data Created by Anupam (opticod) on 24/7/16.
org.buildmlearn.matchtemplate.data.MatchMetaModel.MatchMetaModel | ( | String | t, |
String | A, | ||
String | B | ||
) |
|
private |
int org.buildmlearn.matchtemplate.data.MatchMetaModel.describeContents | ( | ) |
String org.buildmlearn.matchtemplate.data.MatchMetaModel.getFirstListTitle | ( | ) |
String org.buildmlearn.matchtemplate.data.MatchMetaModel.getSecondListTitle | ( | ) |
String org.buildmlearn.matchtemplate.data.MatchMetaModel.getTitle | ( | ) |
void org.buildmlearn.matchtemplate.data.MatchMetaModel.writeToParcel | ( | Parcel | dest, |
int | flags | ||
) |
|
static |
|
private |
|
static |
|
private |
|
static |
|
private |
|
static |