public class Note extends Object implements Serializable
| Constructor and Description |
|---|
Note() |
| Modifier and Type | Method and Description |
|---|---|
Party |
getCreator() |
List<Competition> |
getNotecompetitionreferences() |
String |
getNotecontent() |
List<Event> |
getNoteeventreferences() |
List<Item> |
getNoteitemreferences() |
List<Party> |
getNotepartyreferences() |
String |
getNotetitle() |
UUID |
getNoteuuid() |
String |
getStatus() |
void |
setCreator(Party creator) |
void |
setNotecompetitionreferences(List<Competition> notecompetitionreferences) |
void |
setNotecontent(String notecontent) |
void |
setNoteeventreferences(List<Event> noteeventreferences) |
void |
setNoteitemreferences(List<Item> noteitemreferences) |
void |
setNotepartyreferences(List<Party> notepartyreferences) |
void |
setNotetitle(String notetitle) |
void |
setNoteuuid(UUID noteuuid) |
void |
setStatus(String status) |
public UUID getNoteuuid()
public void setNoteuuid(UUID noteuuid)
noteuuid - the noteuuid to setpublic String getNotetitle()
public void setNotetitle(String notetitle)
notetitle - the notetitle to setpublic String getNotecontent()
public void setNotecontent(String notecontent)
notecontent - the notecontent to setpublic void setNotepartyreferences(List<Party> notepartyreferences)
notepartyreferences - the notepartyreferences to setpublic void setNoteitemreferences(List<Item> noteitemreferences)
noteitemreferences - the noteitemreferences to setpublic void setNoteeventreferences(List<Event> noteeventreferences)
noteeventreferences - the noteeventreferences to setpublic List<Competition> getNotecompetitionreferences()
public void setNotecompetitionreferences(List<Competition> notecompetitionreferences)
notecompetitionreferences - the notecompetitionreferences to setpublic Party getCreator()
public void setCreator(Party creator)
creator - the creator to setpublic String getStatus()
public void setStatus(String status)
status - the status to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.