SuccessChanges

Summary

  1. Adds a simple entity User (details)
Commit 2e66b17ca1f176ab37057c4560117e00c856ea7a by mrdiez
Adds a simple entity User
Added the entity User with the attributes specified with the getters and
setters. Relations with other entities are lacking. This entity has an
attribute enumerated identificationType whose class is also included.
Added the tests verify that the stored data is correct. Added Javadoc
for the entity User.
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/IdentificationType.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/User.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/UserTest.java (diff)