Advertisement
Guest User

Untitled

a guest
Apr 21st, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. /*
  2. * To change this license header, choose License Headers in Project Properties.
  3. * To change this template file, choose Tools | Templates
  4. * and open the template in the editor.
  5. */
  6. package newpackage;
  7.  
  8. /**
  9. *
  10. * @author P-011-18.hallgato
  11. */
  12. public class Ar {
  13. private Alkohol ital;
  14. private Mennyiseg menny;
  15. private long ar;
  16.  
  17. public Ar(Alkohol ital, Mennyiseg menny, long ar) {
  18. this.ital = ital;
  19. this.menny = menny;
  20. this.ar = ar;
  21. }
  22.  
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement