Class CalendarEventAttendee
java.lang.Object
org.ametys.plugins.workspaces.calendars.events.CalendarEventAttendee
Calendar event attendee interface
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
Get the email of the attendeegetLogin()
Get the login of the attendeeGet the population ID of the attendeeboolean
true if the attendee is externalboolean
true if the attendee is mandatoryvoid
Set the email of the attendeevoid
setIsExternal
(boolean external) Set if the attendee is externalvoid
setIsMandatory
(boolean mandatory) Set if the attendee is mandatoryvoid
Set the login of the attendeevoid
setPopulationId
(String populationId) Set the population ID of the attendee
-
Constructor Details
-
CalendarEventAttendee
public CalendarEventAttendee()
-
-
Method Details
-
getPopulationId
Get the population ID of the attendee- Returns:
- the population ID of the attendee
-
getLogin
Get the login of the attendee- Returns:
- the login of the attendee
-
getEmail
Get the email of the attendee- Returns:
- the email of the attendee
-
isExternal
true if the attendee is external- Returns:
- true if the attendee is external
-
isMandatory
true if the attendee is mandatory- Returns:
- true if the attendee is mandatory
-
setPopulationId
Set the population ID of the attendee- Parameters:
populationId
- the population ID
-
setLogin
Set the login of the attendee- Parameters:
login
- the login
-
setEmail
Set the email of the attendee- Parameters:
email
- the email
-
setIsExternal
Set if the attendee is external- Parameters:
external
- is external
-
setIsMandatory
Set if the attendee is mandatory- Parameters:
mandatory
- is mandatory
-