atavism.agis.objects
Class ContentCategory
java.lang.Object
atavism.agis.objects.ContentCategory
- All Implemented Interfaces:
- java.io.Serializable
public class ContentCategory
- extends java.lang.Object
- implements java.io.Serializable
The ContentCategory class stores all the information about the content relating to a category.
- Author:
- Andrew Harrison
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected int id
quests
protected java.util.HashMap<java.lang.Integer,AgisBasicQuest> quests
currencies
public java.util.HashMap<java.lang.Integer,Currency> currencies
ContentCategory
public ContentCategory(int id)
getID
public int getID()
setID
public void setID(int id)
getQuests
public java.util.HashMap<java.lang.Integer,AgisBasicQuest> getQuests()
setQuests
public void setQuests(java.util.HashMap<java.lang.Integer,AgisBasicQuest> quests)
getCurrencies
public java.util.HashMap<java.lang.Integer,Currency> getCurrencies()
setCurrencies
public void setCurrencies(java.util.HashMap<java.lang.Integer,Currency> currencies)