|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.App42Response
com.shephertz.app42.paas.sdk.jme.game.Game
public class Game
This Game object is the value object which contains the properties of Game along with the setter & getter for those properties.
Nested Class Summary | |
---|---|
class |
Game.Score
An inner class that contains the remaining properties of the Game. |
Field Summary | |
---|---|
java.lang.String |
description
|
java.lang.String |
name
|
java.util.Vector |
scoreList
|
Constructor Summary | |
---|---|
Game()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the description of the game. |
java.lang.String |
getName()
Returns the name of the game. |
java.util.Vector |
getScoreList()
Returns the score list for the Game. |
void |
setDescription(java.lang.String description)
Sets the description of the Game. |
void |
setName(java.lang.String name)
Sets the name of the Game which has to be created. |
void |
setScoreList(java.util.Vector scoreList)
Sets the Score list for the Game. |
Methods inherited from class com.shephertz.app42.paas.sdk.jme.App42Response |
---|
getStrResponse, getTotalRecords, isResponseSuccess, setResponseSuccess, setStrResponse, setTotalRecords, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String description
public java.lang.String name
public java.util.Vector scoreList
Constructor Detail |
---|
public Game()
Method Detail |
---|
public java.lang.String getDescription()
public java.lang.String getName()
public java.util.Vector getScoreList()
public void setDescription(java.lang.String description)
description
- - Description of the game to be createdpublic void setName(java.lang.String name)
name
- - Name of the Game that has to be createdpublic void setScoreList(java.util.Vector scoreList)
scoreList
- - List of score for the game
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |