public class ClassItem
extends java.lang.Object
| Constructor and Description |
|---|
ClassItem(java.lang.String theName,
int theIndex)
Construct the object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
java.lang.String |
getName() |
void |
setIndex(int theIndex)
Set the index of the class.
|
void |
setName(java.lang.String theName)
Set the name of the class.
|
java.lang.String |
toString() |
public ClassItem(java.lang.String theName,
int theIndex)
theName - The name of the class.theIndex - The index of the class.public final int getIndex()
public final java.lang.String getName()
public final void setIndex(int theIndex)
theIndex - The index of the class.public final void setName(java.lang.String theName)
theName - The name of the class.public final java.lang.String toString()
toString in class java.lang.Object