Added new lists for viewing and selecting Artists and Stages
This commit is contained in:
@@ -32,4 +32,9 @@ public class Stage implements Serializable {
|
||||
{
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
public String toString()
|
||||
{
|
||||
return name;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user