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.infotemplate.data.InfoModel Class Reference

Model used to save info entries in database for info template's simulator. More...

Inheritance diagram for org.buildmlearn.toolkit.infotemplate.data.InfoModel:
Inheritance graph
[legend]
Collaboration diagram for org.buildmlearn.toolkit.infotemplate.data.InfoModel:
Collaboration graph
[legend]

Public Member Functions

 InfoModel ()
 
int describeContents ()
 
void writeToParcel (Parcel dest, int flags)
 
String getTitle ()
 
void setTitle (String title)
 
String getDescription ()
 
void setDescription (String description)
 

Static Public Attributes

static final Parcelable.Creator< InfoModelCREATOR
 

Private Member Functions

 InfoModel (Parcel in)
 

Private Attributes

String title
 
String description
 

Detailed Description

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

Created by Anupam (opticod) on 20/6/16.

Constructor & Destructor Documentation

org.buildmlearn.toolkit.infotemplate.data.InfoModel.InfoModel ( )
org.buildmlearn.toolkit.infotemplate.data.InfoModel.InfoModel ( Parcel  in)
private

Member Function Documentation

int org.buildmlearn.toolkit.infotemplate.data.InfoModel.describeContents ( )
String org.buildmlearn.toolkit.infotemplate.data.InfoModel.getDescription ( )
String org.buildmlearn.toolkit.infotemplate.data.InfoModel.getTitle ( )
void org.buildmlearn.toolkit.infotemplate.data.InfoModel.setDescription ( String  description)
void org.buildmlearn.toolkit.infotemplate.data.InfoModel.setTitle ( String  title)
void org.buildmlearn.toolkit.infotemplate.data.InfoModel.writeToParcel ( Parcel  dest,
int  flags 
)

Member Data Documentation

final Parcelable.Creator<InfoModel> org.buildmlearn.toolkit.infotemplate.data.InfoModel.CREATOR
static
Initial value:
= new Parcelable.Creator<InfoModel>() {
@Override
public InfoModel createFromParcel(Parcel parcel) {
return new InfoModel(parcel);
}
@Override
public InfoModel[] newArray(int size) {
return new InfoModel[size];
}
}
String org.buildmlearn.toolkit.infotemplate.data.InfoModel.description
private
String org.buildmlearn.toolkit.infotemplate.data.InfoModel.title
private

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