Commit
c1b0272f85cb59517f6cc36827fb43f7ed1631e8
by agnovoa2tsk25-16-1-7 Adds Competition Entity with its Test and Dataset, adds
relations
The java class for Competition has been created, with its attributes and
setters getting validated and its getters The tests were made using
hamcrest The dataset contains a set of examples for future tests Also
formatted UserTest.java, HeadQuarter.java, RegexTemplates.java and
SportType.java to comply with defined conventions Added relations
between Competition and Team entities Added relations between Team and
player Added tests for the relations described above Modified REGEX in
Contact.java Modified sql script