public class UserNoteProperty extends StringProperty
Modifier and Type | Class and Description |
---|---|
static class |
UserNoteProperty.Factory
Constructs new instances of
UserNoteProperty . |
KEY_GROUP_GLOBAL
Constructor and Description |
---|
UserNoteProperty() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
Note |
getNote() |
User |
getUser() |
void |
setNote(Note note) |
void |
setUser(User user) |
equals, getPropertyValue, hashCode, setPropertyValue
getId, getKeyGroup, getLastModificationDate, getPropertyKey, keyEquals, keyEquals, setId, setKeyGroup, setLastModificationDate, setPropertyKey
public String attributesToString()
attributesToString
in class StringProperty
public Note getNote()
public User getUser()
public void setNote(Note note)
public void setUser(User user)
Copyright © 2019 Communote team. All rights reserved.