- getAttendees() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Returns the attendees of this event, as an unmodifiable
Set of
Users.
- getCategory() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
- 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
- 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.
- getId() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Returns the identifier of the event.
- 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.
- 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.
- getUser() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
-
Returns the registered user.
- getUuid() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
-
Returns the unique identifiers of this registration.