|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.planeth.gtroids.stats.ObjectInfo
ObjectInfo
Contains a dummy Object and its description.
ObjectInfoImagizer| Constructor Summary | |
ObjectInfo(AbstractGameObject object,
java.lang.String description)
Constructor for ObjectInfo. |
|
| Method Summary | |
java.lang.String |
getDescription()
Returns the description. |
AbstractGameObject |
getObject()
Returns the object. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setObject(AbstractGameObject object)
Sets the object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ObjectInfo(AbstractGameObject object,
java.lang.String description)
object - a dummy instance of the object typedescription - the description of the object type| Method Detail |
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description to set.public AbstractGameObject getObject()
public void setObject(AbstractGameObject object)
object - The object to set.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||