|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gjt.universe.Classification
Field Summary | |
private java.lang.String |
myBackStory
|
private java.lang.String |
myName
|
Constructor Summary | |
protected |
Classification(java.lang.String aName,
java.lang.String aBackStory)
This constructor is used to construct instances of this class. |
Method Summary | |
java.lang.String |
getBackStory()
This method returns an explanation of the planet type as would be shown in the UI when the user requests more information. |
java.lang.String |
getName()
This method returns the name of the planet type as would be shown to the user in the UI. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String myName
private java.lang.String myBackStory
Constructor Detail |
protected Classification(java.lang.String aName, java.lang.String aBackStory)
aName
- A short localized name uniquely describing the classification.aBackStory
- A localized explanation of the classification.Method Detail |
public java.lang.String getName()
public java.lang.String getBackStory()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |