Skip to content
Snippets Groups Projects
Commit 0355e8b6 authored by Niklas Kario's avatar Niklas Kario
Browse files

created ex 1.1

parent 087d95ad
No related branches found
No related tags found
No related merge requests found
1.1 0 → 100644
class Tilaisuus {
private Asiakas asiakas;
private Esiintyja esiintyja;
private String tilaisuudenTyyppi;
private int palkkio;
}
class Esiintyja {
private String nimi;
private String erityisala;
private String puh;
private String sposti;
private String tunniste;
}
class Asiakas {
private String nimi;
private String puh;
private String sposti;
private String asiakasnumero;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment