Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 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.  
  7. package TunniPlaanPackage2;
  8.  
  9. /**
  10. *
  11. * @author Martin.Paroll
  12. */
  13. public class Tund {
  14. public String aineNimi;
  15. public String oppeJouNimi;
  16. public int RuumiNr;
  17.  
  18. @Override
  19. public String toString() {
  20. return "Tund{" + "aineNimi=" + aineNimi + ", oppeJouNimi=" + oppeJouNimi + ", RuumiNr=" + RuumiNr + '}';
  21. }
  22.  
  23.  
  24.  
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement