Class CornerSpace

java.lang.Object
  extended by Space
      extended by CornerSpace

public class CornerSpace
extends Space


Field Summary
 int myCost
           
 
Fields inherited from class Space
mortgaged, myColor, myName, myOwner, mySpace, myType
 
Constructor Summary
CornerSpace()
           
CornerSpace(java.lang.String name, int cost)
           
 
Method Summary
 
Methods inherited from class Space
equals, getColor, getMortgaged, getName, getOwner, getType, setMortgaged, setOwner
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myCost

public int myCost
Constructor Detail

CornerSpace

public CornerSpace()

CornerSpace

public CornerSpace(java.lang.String name,
                   int cost)