public void accept(SubjInterfaceVisitor visitor) throws PersistenceException {
   visitor.handleCompensationRequest(this);
 }
Esempio n. 2
0
 public void accept(SubjInterfaceVisitor visitor) throws PersistenceException {
   visitor.handleAccountPx(this);
 }