Package edu.wisc.game.web
Class LaunchRulesBase.RuleInfo
java.lang.Object
edu.wisc.game.web.LaunchRulesBase.RuleInfo
- Enclosing class:
LaunchRulesBase
An auxiliary class that can be used to transmit information about
the buttons etc the Android app needs to display
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetExp()getName()voidsetCompleted(boolean _completed) voidsetDescription(Vector<String> _description) voidsetDisplay(String _display) voidsetEpisodeCnt(int _episodeCnt) voidvoidvoidsetPlayerId(String _playerId)
-
Constructor Details
-
RuleInfo
public RuleInfo()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getDisplay
-
setDisplay
-
getExp
-
setExp
-
getCompleted
public boolean getCompleted() -
setCompleted
public void setCompleted(boolean _completed) -
getEpisodeCnt
public int getEpisodeCnt() -
setEpisodeCnt
public void setEpisodeCnt(int _episodeCnt) -
getPlayerId
-
setPlayerId
-