Added new lists for viewing and selecting Artists and Stages

This commit is contained in:
2015-02-25 19:51:02 +01:00
parent c225c23d66
commit 9de7409bac
6 changed files with 146 additions and 4 deletions
+5
View File
@@ -32,4 +32,9 @@ public class Stage implements Serializable {
{
this.name = name;
}
public String toString()
{
return name;
}
}