![]() |
Toolkit-mobile-templates
2.0.0
This repository contains the template applications of the toolkit.
|
Model used to save spell entries in database for spell template's app. 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 Parcelable.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 app.
Created by Anupam (opticod) on 1/6/16.
|
private |
| org.buildmlearn.learnspellings.data.SpellModel.SpellModel | ( | ) |
| int org.buildmlearn.learnspellings.data.SpellModel.describeContents | ( | ) |
| String org.buildmlearn.learnspellings.data.SpellModel.getMeaning | ( | ) |
| String org.buildmlearn.learnspellings.data.SpellModel.getWord | ( | ) |
| void org.buildmlearn.learnspellings.data.SpellModel.setMeaning | ( | String | meaning | ) |
| void org.buildmlearn.learnspellings.data.SpellModel.setWord | ( | String | word | ) |
| void org.buildmlearn.learnspellings.data.SpellModel.writeToParcel | ( | Parcel | dest, |
| int | flags | ||
| ) |
|
static |
|
private |
|
private |
1.8.11