com.planet_ink.coffee_mud.core.intermud.cm1.commands
Class SetStat

java.lang.Object
  extended by com.planet_ink.coffee_mud.core.intermud.cm1.commands.CM1Command
      extended by com.planet_ink.coffee_mud.core.intermud.cm1.commands.GetStat
          extended by com.planet_ink.coffee_mud.core.intermud.cm1.commands.SetStat
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Runnable

public class SetStat
extends GetStat


Field Summary
 
Fields inherited from class com.planet_ink.coffee_mud.core.intermud.cm1.commands.GetStat
ITEMSTATS, MOBASTATS, PHYASTATS, PHYSSTATS, ROOMSTATS, STATTYPES, TYPESTYPE
 
Fields inherited from class com.planet_ink.coffee_mud.core.intermud.cm1.commands.CM1Command
className, parameters, req
 
Constructor Summary
SetStat(RequestHandler req, java.lang.String parameters)
           
 
Method Summary
 java.lang.String getCommandWord()
           
 void run()
           
 
Methods inherited from class com.planet_ink.coffee_mud.core.intermud.cm1.commands.GetStat
getApplicableStatCodes, getHelp, getModifiable, getStatCodes, getTypeCode, isApplicableTypeCode, isAStat, isAuthorized, passesSecurityCheck, UseGenBuilder
 
Methods inherited from class com.planet_ink.coffee_mud.core.intermud.cm1.commands.CM1Command
getTarget, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetStat

public SetStat(RequestHandler req,
               java.lang.String parameters)
Method Detail

getCommandWord

public java.lang.String getCommandWord()
Overrides:
getCommandWord in class GetStat

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class GetStat