public class ArenaCategory
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
categoryID |
protected java.util.ArrayList<java.lang.String> |
skins |
Constructor and Description |
---|
ArenaCategory(int categoryID,
java.util.ArrayList<java.lang.String> skins)
The constructor for the ArenaCategory.
|
Modifier and Type | Method and Description |
---|---|
int |
getCategoryID() |
java.util.ArrayList<java.lang.String> |
getSkins() |
void |
setCategoryID(int categoryID) |
void |
setSkins(java.util.ArrayList<java.lang.String> skins) |
protected int categoryID
protected java.util.ArrayList<java.lang.String> skins