- getAttendees() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Returns the attendees of this event, as an unmodifiable
Set of
Users.
- getBody() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Notification
-
- getCategory() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
- getCompleteName() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
-
Returns the complete name of the user to be registered.
- getCompleteName() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Returns the complete name of the user.
- getDate() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
- getDescription() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Retrieves the long description of a event
- getDescription() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
-
Returns the description of the user to be registered.
- getDescription() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Returns the description of the user.
- getEmail() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
-
Returns the email of the user to be registered.
- getEmail() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Returns the email of the user.
- getFbUrl() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
-
Returns the url to the facebook profile of the user to be registered.
- getFbUrl() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Returns the url to the facebook profile of the user.
- getId() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Returns the identifier of the event.
- getImage() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
-
Returns the image of the profile of the user to be registered.
- getImage() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Returns the image of the user's profile.
- getLocation() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Returns the event's location as a
String.
- getLogin() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
-
Returns the login of the user to be registered.
- getLogin() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Returns the login of this user.
- getOwner() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Returns the event's owner as an
User.
- getPassword() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
-
Returns the MD5 of the password of the user to be registered.
- getPassword() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Returns the MD5 of the user's password.
- getPersonalUrl() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
-
Returns the url to the personal website or blog profile of the user to be registered.
- getPersonalUrl() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Returns the url to the personal page or blog of the user.
- getRole() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
-
Returns the role of the user to be registered.
- getRole() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Returns the role of the user.
- getSummary() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Returns the event's summary as a
String.
- getTitle() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Returns the event's title as a
String.
- getTitle() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Notification
-
- getTwUrl() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
-
Returns the url to the twitter profile of the user to be registered.
- getTwUrl() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Returns the url to the twitter profile of the user.
- getUser() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
-
Returns the registered user.
- getUsersToNotify() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Notification
-
- getUuid() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
-
Returns the unique identifiers of this registration.
- setBody(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Notification
-
- setCancelled(boolean) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Changes if the event is cancelled
- setCategory(Event.Category) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
- setCompleteName(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Sets the complete name of the user.
- setDate(LocalDateTime) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Changes the date of the event.
- setDescription(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Changes if the event long description is modified
- setDescription(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Sets the description of the user.
- setEmail(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Sets the email of the user.
- setFbUrl(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Sets the url to the facebook profile of the user.
- setImage(byte[]) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Sets the image of the user's profile.
- setLocation(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Changes the location of the event.
- setLogin(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Sets the login of this user.
- setNotifications(boolean) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Sets the value of the variable notifications
- setOwner(User) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Changes the owner of the event.
- setPassword(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Sets the MD5 password of the user.
- setPersonalUrl(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Sets the url to the personal page or blog of the user.
- setReaded(boolean) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Notification
-
- setSummary(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Changes the summary of the event.
- setTitle(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Changes the title of the event.
- setTitle(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Notification
-
- setTwUrl(String) - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Sets the url to the twitter profile of the user.
- setUsersToNotify(Set<User>) - Method in class es.uvigo.esei.dgss.letta.domain.entities.Notification
-