public interface PresencePerson
Modifier and Type | Method and Description |
---|---|
void |
addActivitiesNote(PresenceNote note)
Adds an activities note to a presence person.
|
void |
addActivity(PresenceActivity activity)
Adds an activity to a presence person.
|
void |
addNote(PresenceNote note)
Adds a note to a presence person.
|
void |
clearActivities()
Clears the activities of a presence person.
|
void |
clearActivitiesNotes()
Clears the activities notes of a presence person.
|
void |
clearNotes()
Clears the notes of a presence person.
|
java.lang.String |
getId()
Gets the id of a presence person.
|
int |
getNbActivities()
Gets the number of activities included in the presence person.
|
int |
getNbActivitiesNotes()
Gets the number of activities notes included in the presence person.
|
int |
getNbNotes()
Gets the number of notes included in the presence person.
|
PresenceNote |
getNthActivitiesNote(int idx)
Gets the nth activities note of a presence person.
|
PresenceActivity |
getNthActivity(int idx)
Gets the nth activity of a presence person.
|
PresenceNote |
getNthNote(int idx)
Gets the nth note of a presence person.
|
java.lang.Object |
getUserData()
Gets the object stored in this object user's data
|
void |
setId(java.lang.String id)
Sets the id of a presence person.
|
void |
setUserData(java.lang.Object data)
Sets the object to store in this object user's data
|
java.lang.String getId()
void setId(java.lang.String id)
int getNbActivities()
int getNbActivitiesNotes()
int getNbNotes()
void addActivitiesNote(PresenceNote note)
void addActivity(PresenceActivity activity)
void addNote(PresenceNote note)
void clearActivities()
void clearActivitiesNotes()
void clearNotes()
PresenceNote getNthActivitiesNote(int idx)
PresenceActivity getNthActivity(int idx)
PresenceNote getNthNote(int idx)
void setUserData(java.lang.Object data)
java.lang.Object getUserData()