com.croftsoft.core.animation.model.seri
Class SeriModel
java.lang.Object
com.croftsoft.core.animation.model.seri.SeriModel
- All Implemented Interfaces:
- Model, ModelAccessor, Serializable, Comparable
public abstract class SeriModel
- extends Object
- implements Model, Serializable
The base abstract class for a game world object Model.
- Since:
- 2003-03-30
- Version:
- 2003-06-07
- See Also:
- Serialized Form
- Author:
- David Wallace Croft
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
modelId
protected final ModelId modelId
SeriModel
public SeriModel(ModelId modelId)
getModelId
public ModelId getModelId()
- Specified by:
getModelId
in interface ModelAccessor
compareTo
public int compareTo(Object other)
- Specified by:
compareTo
in interface Comparable
CroftSoft Core Javadoc (2008-09-28 20:58:02)