com.threerings.parlor.tourney.data
Class Prize

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.parlor.tourney.data.Prize
All Implemented Interfaces:
Streamable

public abstract class Prize
extends SimpleStreamableObject

Extensible class that specifies the prize for a tourney.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Constructor Summary
Prize()
           
 
Method Summary
abstract  String getDescription()
          Returns a description of the prize.
 
Methods inherited from class com.threerings.io.SimpleStreamableObject
toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Prize

public Prize()
Method Detail

getDescription

public abstract String getDescription()
Returns a description of the prize.