Normally to make your object able to persist you need to extend this object
If you can't or don't want to extend, just make your class
implement org.julp.DomainObject interface and copy and paste members
and methods from org.julp.AbstractDomainObject into your class.