net.sf.tacos.demo.partial
Class Note

java.lang.Object
  extended bynet.sf.tacos.demo.partial.Note
All Implemented Interfaces:
Serializable

public class Note
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Note()
           
 
Method Summary
 Long getId()
           
 String getText()
           
 void setId(Long id)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Note

public Note()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getText

public String getText()

setText

public void setText(String text)