edu.gac.mcs178.gack.domain
Class Scroll

java.lang.Object
  extended by edu.gac.mcs178.gack.domain.Thing
      extended by edu.gac.mcs178.gack.domain.Scroll

public class Scroll
extends Thing


Constructor Summary
Scroll(java.lang.String title)
           
 
Method Summary
 void beRead()
           
static java.util.List<Scroll> scrollsIn(Place place)
           
 
Methods inherited from class edu.gac.mcs178.gack.domain.Thing
becomeUnowned, getName, getOwner, isOwned, setName, setOwner, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Scroll

public Scroll(java.lang.String title)
Method Detail

beRead

public void beRead()

scrollsIn

public static java.util.List<Scroll> scrollsIn(Place place)