public void accept(SubjInterfaceVisitor visitor) throws PersistenceException {
   visitor.handleCompensationRequest(this);
 }
Пример #2
0
 public void accept(SubjInterfaceVisitor visitor) throws PersistenceException {
   visitor.handleAccountPx(this);
 }