|
||||||||||
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 Note
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String getElementName()
Note
getElementName
in interface Note
public DaoNotes.NoteType getValue()
Note
getValue
in interface Note
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |