public void accept(SubjInterfaceVisitor visitor) throws PersistenceException {
   visitor.handleCompensationRequest(this);
 }