SuccessChanges

Summary

  1. tsk25 - Adds Competition entity: Adds the entity Competition in order (details)
Commit 55ab684d4d7a0ed16ebcb1a483df5e4b0a61a9fb by daouterelo
tsk25 - Adds Competition entity: Adds the entity Competition in order
with the specificationes in Kunagi task25. This entity has 2 enumerated
attributes (sport and type) This commit adds the enumeration class
CompetitionType for attribute type. SportType class was alredy
implemented. this commit adds too a Headquarter entity with info
atributes for a headquarter. Adds too tests for both entities.
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Competition.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/EntitiesTestSuite.java (diff)
The file was modifiedpom.xml (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/CompetitionType.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/CompetitionTest.java (diff)
The file was modifieddomain/pom.xml (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Headquarter.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/HeadquarterTest.java (diff)