|
|||||||||
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.Reward
public class Reward
This Reward object is the value object which contains the properties of Reward along with the setter & getter for those properties.
Field Summary | |
---|---|
java.lang.String |
description
|
java.lang.String |
gameName
|
java.lang.String |
name
|
java.lang.Double |
points
|
java.lang.String |
userName
|
Constructor Summary | |
---|---|
Reward()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the description of the game. |
java.lang.String |
getGameName()
Returns the name of the game. |
java.lang.String |
getName()
Returns the name of the reward. |
java.lang.Double |
getPoints()
Returns the points to the Reward. |
java.lang.String |
getUserName()
Returns the user name of the game. |
void |
setDescription(java.lang.String description)
Sets the description of the Game. |
void |
setGameName(java.lang.String gameName)
Sets the name of the Game which has to be created. |
void |
setName(java.lang.String name)
Sets the name of the reward which has to be created. |
void |
setPoints(java.lang.Double points)
Sets the points to the Reward. |
void |
setUserName(java.lang.String userName)
|
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 gameName
public java.lang.String name
public java.lang.Double points
public java.lang.String userName
Constructor Detail |
---|
public Reward()
Method Detail |
---|
public java.lang.String getDescription()
public java.lang.String getGameName()
public java.lang.String getName()
public java.lang.Double getPoints()
public java.lang.String getUserName()
public void setDescription(java.lang.String description)
description
- - Description of the game to be createdpublic void setGameName(java.lang.String gameName)
gameName
- - Name of the Game that has to be createdpublic void setName(java.lang.String name)
name
- - Name of the reward that has to be createdpublic void setPoints(java.lang.Double points)
points
- - points to the rewardpublic void setUserName(java.lang.String userName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |