com.monad.homerun.model.set
Class SetModelCore

java.lang.Object
  extended by com.monad.homerun.model.ModelCore
      extended by com.monad.homerun.model.set.SetModelCore
All Implemented Interfaces:
java.io.Serializable

public class SetModelCore
extends ModelCore

SetModelCore extends ModelCore to describe the volatile/persistable portion of a set model runtime.

See Also:
Serialized Form

Constructor Summary
SetModelCore()
           
SetModelCore(Value theValue)
           
 
Method Summary
 Value getValue()
           
 void setValue(Value theValue)
           
 
Methods inherited from class com.monad.homerun.model.ModelCore
getGenTime, getStorageKey, setStorageKey
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetModelCore

public SetModelCore()

SetModelCore

public SetModelCore(Value theValue)
Method Detail

setValue

public void setValue(Value theValue)

getValue

public Value getValue()


Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.