Method | Description | |
---|---|---|
WordModel ( string word, string description ) |
Public Construtor to the model.
|
|
getDescription ( ) : string |
Gets the description with the WordModel object.
|
|
getWord ( ) : string |
Gets the word with the WordModel object.
|
|
setDescription ( string mDescription ) : void |
Sets the description to the WordModel object.
|
|
setWord ( string mWord ) : void |
Sets the word to the WordModel object.
|
public WordModel ( string word, string description ) | ||
word | string | String Word |
description | string | String Description |
public setDescription ( string mDescription ) : void | ||
mDescription | string | String description |
return | void |