delete shit

lol
This commit is contained in:
xrgman
2015-02-10 14:04:54 +01:00
parent 20c17379a5
commit 9d3d3fa3d5
5 changed files with 0 additions and 71 deletions
-18
View File
@@ -1,18 +0,0 @@
import javax.swing.ImageIcon;
public class Artist
{
private String genre;
private String name;
private String description;
private ImageIcon image;
private int id;
public Artist()
{
}
}
-15
View File
@@ -1,15 +0,0 @@
import java.util.ArrayList;
public class Data
{
private ArrayList<Stage> stages;
private ArrayList<Event> events;
private ArrayList<Artist> artists;
public Data()
{
// TODO Auto-generated constructor stub
}
}
-15
View File
@@ -1,15 +0,0 @@
public class Event
{
private int startTime;
private int endTime;
private Artist artist;
private String description;
private int id;
public Event()
{
}
}
-9
View File
@@ -1,9 +0,0 @@
# FestivalPlanner
Avans - Technische Informatica - Periode 3 - Project Festival Planner
##Project Leden
* Kenneth van Ewijk
* Remco Sannen
* Wesley de Hek
* Yorick Rommers
* Guus van Dongen
-14
View File
@@ -1,14 +0,0 @@
import java.util.ArrayList;
public class Stage
{
private ArrayList<Event> performances;
private int expectedPopularity;
private String description;
public Stage()
{
}
}