- getDate() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
The getter for the date parameter.
- 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.
- getEventsJoinedByUsers() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Return all the users who have joined an event
- getEventType() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
The getter for the eventType parameter.
- getId() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
The getter for the id parameter.
- getLocation() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
Extracts the value of the current Event's location.
- 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.
- getOwnerEvents() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Return the events of the owner
- 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.
- getShortDescription() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
The getter for the description parameter.
- getTitle() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Event
-
The getter for the title parameter.
- getUser() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
-
Returns the registered user.
- getUsersJoinsEvents() - Method in class es.uvigo.esei.dgss.letta.domain.entities.User
-
Return all the users who have joined an event
- getUuid() - Method in class es.uvigo.esei.dgss.letta.domain.entities.Registration
-
Returns the unique identifiers of this registration.