employee should have: - [x] name (String) - [x] position/role (String) - [x] id for JPA storage (Long) - [x] public getter+setter - [x] public hashCode() - [x] public equals() - [x] public toString()
employee should have: