|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jtheque.core.utils.db.NoteImpl
public final class NoteImpl
A note.
| Constructor Summary | |
|---|---|
NoteImpl(DaoNotes.NoteType value,
String key)
Construct a new NoteImpl with a specific value and a text key. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getElementName()
Return the element name of the note. |
String |
getInternationalizedText()
Return the internationalized text of the note. |
DaoNotes.NoteType |
getValue()
Return the value of the note. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NoteImpl(DaoNotes.NoteType value,
String key)
value - The value of the note.key - The text key.| Method Detail |
|---|
public String getInternationalizedText()
Note
getInternationalizedText in interface Notepublic String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String getElementName()
Note
getElementName in interface Notepublic DaoNotes.NoteType getValue()
Note
getValue in interface Note
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||