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.
|
Model used to save spell entries in database for spell template's simulator. More...
Public Member Functions | |
SpellModel () | |
String | getWord () |
void | setWord (String word) |
String | getMeaning () |
void | setMeaning (String meaning) |
int | describeContents () |
void | writeToParcel (Parcel dest, int flags) |
Static Public Attributes | |
static final Creator< SpellModel > | CREATOR |
Private Member Functions | |
SpellModel (Parcel in) | |
Private Attributes | |
String | word |
String | meaning |
Model used to save spell entries in database for spell template's simulator.
Created by Anupam (opticod) on 1/6/16.
|
private |
org.buildmlearn.toolkit.learnspelling.data.SpellModel.SpellModel | ( | ) |
int org.buildmlearn.toolkit.learnspelling.data.SpellModel.describeContents | ( | ) |
String org.buildmlearn.toolkit.learnspelling.data.SpellModel.getMeaning | ( | ) |
String org.buildmlearn.toolkit.learnspelling.data.SpellModel.getWord | ( | ) |
void org.buildmlearn.toolkit.learnspelling.data.SpellModel.setMeaning | ( | String | meaning | ) |
void org.buildmlearn.toolkit.learnspelling.data.SpellModel.setWord | ( | String | word | ) |
void org.buildmlearn.toolkit.learnspelling.data.SpellModel.writeToParcel | ( | Parcel | dest, |
int | flags | ||
) |
|
static |
|
private |
|
private |