|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.tacos.demo.partial.Note
public class Note
Represents a generic Note.
Constructor Summary | |
---|---|
Note()
Default constructor |
|
Note(Long id,
String text)
Constructor to set id and text |
Method Summary | |
---|---|
Long |
getId()
The id of the note |
String |
getText()
Note value |
void |
setId(Long id)
Sets the id |
void |
setText(String text)
Sets the note value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Note()
public Note(Long id, String text)
Method Detail |
---|
public Long getId()
public void setId(Long id)
id
- public String getText()
public void setText(String text)
text
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |