|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSpace
BadSpace
public class BadSpace
Field Summary | |
---|---|
int |
myCost
|
double |
myCostPercent
|
Fields inherited from class Space |
---|
mortgaged, myColor, myName, myOwner, mySpace, myType |
Constructor Summary | |
---|---|
BadSpace()
|
|
BadSpace(java.lang.String name,
int cost,
double percent)
|
Method Summary | |
---|---|
int |
getCost()
|
double |
getPercent()
|
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 |
---|
public int myCost
public double myCostPercent
Constructor Detail |
---|
public BadSpace()
public BadSpace(java.lang.String name, int cost, double percent)
Method Detail |
---|
public int getCost()
public double getPercent()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |