Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. package interfaces;
  2.  
  3. import java.util.List;
  4.  
  5. import model.Flower;
  6. import model.FlowerAv;
  7. import model.FlowerStd;
  8.  
  9. public interface SetosaDAO {
  10.  
  11. public FlowerAv getSetosaAv(int id);
  12.  
  13. public FlowerStd getSetosaStd(int id);
  14.  
  15. public List<Double> getSetosaValues(String cicekturu,String yturu);
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement