1 package tests.jfun.models;2 3 public interface BankAccountDao {4 public BankAccount getAccount(String id);5 public MyBean getMyBean(int id);6 }7