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.
Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | List of all members
org.buildmlearn.toolkit.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.toolkit.matchtemplate.data.MatchMetaModel:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.toolkit.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 Creator< MatchMetaModelCREATOR
 

Private Member Functions

 MatchMetaModel (Parcel in)
 

Private Attributes

final String title
 
final String first_list_title
 
final String second_list_title
 

Detailed Description

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

Model used to save match meta entries in database for match template's simulator.

Constructor & Destructor Documentation

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

Member Function Documentation

int org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.describeContents ( )
String org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.getFirstListTitle ( )
String org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.getSecondListTitle ( )
String org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.getTitle ( )
void org.buildmlearn.toolkit.matchtemplate.data.MatchMetaModel.writeToParcel ( Parcel  dest,
int  flags 
)

Member Data Documentation

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

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