atavism.agis.arenas
Class ArenaCategory
java.lang.Object
atavism.agis.arenas.ArenaCategory
- All Implemented Interfaces:
- java.io.Serializable
public class ArenaCategory
- extends java.lang.Object
- implements java.io.Serializable
The ArenaTemplate class stores all the information needed about an arena type.
- Author:
- Andrew Harrison
- See Also:
- Serialized Form
Field Summary |
protected int |
categoryID
|
protected java.util.ArrayList<java.lang.String> |
skins
|
Constructor Summary |
ArenaCategory(int categoryID,
java.util.ArrayList<java.lang.String> skins)
The constructor for the ArenaTemplate. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
categoryID
protected int categoryID
skins
protected java.util.ArrayList<java.lang.String> skins
ArenaCategory
public ArenaCategory(int categoryID,
java.util.ArrayList<java.lang.String> skins)
- The constructor for the ArenaTemplate. Fills all the data for the class as needed.
- Parameters:
type:
- an integer to identify the arena (should be unique)numTeams:
- the number of teams for this arena
getCategoryID
public int getCategoryID()
setCategoryID
public void setCategoryID(int categoryID)
getSkins
public java.util.ArrayList<java.lang.String> getSkins()
setSkins
public void setSkins(java.util.ArrayList<java.lang.String> skins)