|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.monad.homerun.model.ModelCore
public abstract class ModelCore
ModelCore is an abstract base class whose subclasses describe the volatile/persistable portion of a model runtime.
Constructor Summary | |
---|---|
ModelCore()
|
|
ModelCore(java.lang.String key)
|
Method Summary | |
---|---|
long |
getGenTime()
Returns a timestamp for the time when the core was generated. |
java.lang.String |
getStorageKey()
Returns the storage key for core |
void |
setStorageKey(java.lang.String key)
Assigns the storage key for core |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelCore()
public ModelCore(java.lang.String key)
Method Detail |
---|
public long getGenTime()
public java.lang.String getStorageKey()
public void setStorageKey(java.lang.String key)
key
- the storage key - typically domain.object.model
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |