Modified Files:
added toXML and fromXML functionality to Exam so that
it now can store Results if they are present in Exam.
Had to modify Student Class and overwrite equals and
hashCode method to be useable in Exam HashMap with
Results. As the HashMap couldn't be used after fromXML
as the objects hadn't the same hashCode.
src/java/de/fhworms/ztt/ox/core/Exam.java
src/java/de/fhworms/ztt/ox/core/Student.java
src_test/java/unit/de/fhworms/ztt/ox/core/ExamTest.java
src_test/java/unit/de/fhworms/ztt/ox/core/StudentTest.java