java.lang.Object
net.foxgenesis.watame.sql.GuildData
- All Implemented Interfaces:
IGuildData
Class used to contain guild database data.
- Author:
- Ashley
-
Method Summary
Modifier and TypeMethodDescriptionGet the guild JSON configuration.longGet the guild id this instance representsGet the temporary data store for this instance.toString()
-
Method Details
-
getGuildID
public long getGuildID()Description copied from interface:IGuildDataGet the guild id this instance represents- Specified by:
getGuildIDin interfaceIGuildData- Returns:
- Returns the guld id as a long
-
getConfig
Description copied from interface:IGuildDataGet the guild JSON configuration.- Specified by:
getConfigin interfaceIGuildData- Returns:
- An extension of a
JSONObjectwith a set function for updates and removals ornullif no database data has been passed
-
getTempData
Description copied from interface:IGuildDataGet the temporary data store for this instance.- Specified by:
getTempDatain interfaceIGuildData- Returns:
- A concurrent map containing temporary data
-
toString
-