SuccessChanges

Summary

  1. Tsk1 Create Story Entity (details)
Commit d71874bd4e95087baebd0f1d84b29e4366a5b251 by gvgomez
Tsk1 Create Story Entity
Adds the Story class to store the objects related to the stories Adds
the necessary SQL files to create/insert/delete data and tables Adds the
test class for the Story class and the Test Suite Modifies the poms to
add the dependency to apache commons-lang
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java
The file was addedadditional-material/db/microstories-mysql.data.sql
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java
The file was modifieddomain/pom.xml
The file was addedadditional-material/db/microstories-mysql.drop.sql
The file was modifiedadditional-material/db/microstories-mysql.full.sql
The file was addedadditional-material/db/microstories-mysql.creation.sql
The file was addedadditional-material/db/microstories-mysql.delete.sql
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTestSuite.java
The file was modifiedpom.xml