Skip to content
Snippets Groups Projects
Commit a6bd8b4a authored by Eveliina Karhapää's avatar Eveliina Karhapää
Browse files

Upload New File

parent fa6498d0
No related branches found
No related tags found
No related merge requests found
public class esiintyja {
}
class esiintyja {
private String tunniste;
private String nimi;
private double provisiot;
private boolean varattu;
}
class asiakas {
private String nimi;
private String sahkoposti;
private String puhelin;
}
class varaus {
private esiintyja esiintyja;
private String tilaisuus;
private double palkka;
private String paiva;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment