Atavism Version 2018.1AGIS API

atavism.agis.objects
Class ContentCategory

java.lang.Object
  extended by 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

Field Summary
 java.util.HashMap<java.lang.Integer,Currency> currencies
           
protected  int id
           
protected  java.util.HashMap<java.lang.Integer,AgisBasicQuest> quests
           
 
Constructor Summary
ContentCategory(int id)
           
 
Method Summary
 java.util.HashMap<java.lang.Integer,Currency> getCurrencies()
           
 int getID()
           
 java.util.HashMap<java.lang.Integer,AgisBasicQuest> getQuests()
           
 void setCurrencies(java.util.HashMap<java.lang.Integer,Currency> currencies)
           
 void setID(int id)
           
 void setQuests(java.util.HashMap<java.lang.Integer,AgisBasicQuest> quests)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected int id

quests

protected java.util.HashMap<java.lang.Integer,AgisBasicQuest> quests

currencies

public java.util.HashMap<java.lang.Integer,Currency> currencies
Constructor Detail

ContentCategory

public ContentCategory(int id)
Method Detail

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)


Copyright © 2018 Dragonsan Studios Sp. z o.o.