@Indexed
public class Note
extends Object
An annotated entity.
- Since:
- 3.0
- Author:
- anistor@redhat.com
-
Constructor Summary
Constructors
-
Method Summary
-
-
Method Details
-
getText
@Basic
@ProtoField(1)
public String getText()
-
setText
public void setText(String text)
-
getAuthor
@Basic
@ProtoField(2)
public User getAuthor()
-
setAuthor
public void setAuthor(User author)
-