Toolkit-mobile-templates  2.0.0
This repository contains the template applications of the toolkit.
Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | List of all members
org.buildmlearn.matchtemplate.data.MatchMetaModel Class Reference

Model class for Match The Following Meta Template Editor data Created by Anupam (opticod) on 24/7/16. More...

Inheritance diagram for org.buildmlearn.matchtemplate.data.MatchMetaModel:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.matchtemplate.data.MatchMetaModel:
Collaboration graph
[legend]

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< MatchMetaModelCREATOR
 

Private Member Functions

 MatchMetaModel (Parcel in)
 

Private Attributes

String title
 
String first_list_title
 
String second_list_title
 

Detailed Description

Model class for Match The Following Meta Template Editor data Created by Anupam (opticod) on 24/7/16.

Constructor & Destructor Documentation

org.buildmlearn.matchtemplate.data.MatchMetaModel.MatchMetaModel ( String  t,
String  A,
String  B 
)
org.buildmlearn.matchtemplate.data.MatchMetaModel.MatchMetaModel ( Parcel  in)
private

Member Function Documentation

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 
)

Member Data Documentation

final Parcelable.Creator<MatchMetaModel> org.buildmlearn.matchtemplate.data.MatchMetaModel.CREATOR
static
Initial value:
= new Parcelable.Creator<MatchMetaModel>() {
@Override
public MatchMetaModel createFromParcel(Parcel parcel) {
return new MatchMetaModel(parcel);
}
@Override
public MatchMetaModel[] newArray(int size) {
return new MatchMetaModel[size];
}
}
String org.buildmlearn.matchtemplate.data.MatchMetaModel.first_list_title
private
final String org.buildmlearn.matchtemplate.data.MatchMetaModel.FIRST_TITLE_TAG = "meta_first_list_title"
static
String org.buildmlearn.matchtemplate.data.MatchMetaModel.second_list_title
private
final String org.buildmlearn.matchtemplate.data.MatchMetaModel.SECOND_TITLE_TAG = "meta_second_list_title"
static
String org.buildmlearn.matchtemplate.data.MatchMetaModel.title
private
final String org.buildmlearn.matchtemplate.data.MatchMetaModel.TITLE_TAG = "meta_title"
static

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