|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.hattrickorganizer.gui.model.CBItem
public class CBItem
DOCUMENT ME!
| Constructor Summary | |
|---|---|
CBItem(java.lang.String text,
int id)
Creates new CBItem |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
TODO Missing Method Documentation |
int |
getId()
TODO Missing Method Documentation |
java.lang.String |
getText()
TODO Missing Method Documentation |
void |
setId(int id)
TODO Missing Method Documentation |
void |
setText(java.lang.String text)
TODO Missing Method Documentation |
java.lang.String |
toString()
TODO Missing Method Documentation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CBItem(java.lang.String text,
int id)
text - TODO Missing Constructuor Parameter Documentationid - TODO Missing Constructuor Parameter Documentation| Method Detail |
|---|
public final void setId(int id)
id - TODO Missing Method Parameter Documentationpublic final int getId()
public final void setText(java.lang.String text)
text - TODO Missing Method Parameter Documentationpublic final java.lang.String getText()
public final boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - TODO Missing Method Parameter Documentation
public final java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||