org.starhope.appius.game
Class DamageAreaSQLLoader
java.lang.Object
org.starhope.appius.game.SimpleDataEnumSQLLoader<DamageArea,DamageAreaSQLLoader>
org.starhope.appius.game.DamageAreaSQLLoader
- All Implemented Interfaces:
- RecordLoader<DamageArea>, HasSubversionRevision
public class DamageAreaSQLLoader
- extends SimpleDataEnumSQLLoader<DamageArea,DamageAreaSQLLoader>
WRITEME: Document this type.
- Author:
- brpocock@star-hope.org
Constructor Summary |
DamageAreaSQLLoader()
WRITEME: Document this constructor brpocock@star-hope.org |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DamageAreaSQLLoader
public DamageAreaSQLLoader()
- WRITEME: Document this constructor brpocock@star-hope.org
getRecordClass
protected Class<DamageArea> getRecordClass()
- Specified by:
getRecordClass
in class SimpleDataEnumSQLLoader<DamageArea,DamageAreaSQLLoader>
- Returns:
- the klass
- See Also:
SimpleDataEnumSQLLoader.getRecordClass()
getRecordLoaderImplClass
protected Class<DamageAreaSQLLoader> getRecordLoaderImplClass()
- Specified by:
getRecordLoaderImplClass
in class SimpleDataEnumSQLLoader<DamageArea,DamageAreaSQLLoader>
- Returns:
- the child
- See Also:
SimpleDataEnumSQLLoader.getRecordLoaderImplClass()