com.tonbeller.jpivot.core
Class ModelFactory.ModelHolder

java.lang.Object
  extended by com.tonbeller.jpivot.core.ModelFactory.ModelHolder
Enclosing class:
ModelFactory

public static class ModelFactory.ModelHolder
extends java.lang.Object

not for external use. Has to be public for the commons digester to access it.


Constructor Summary
ModelFactory.ModelHolder()
           
 
Method Summary
 Model getModel()
           
 void setModel(Model model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelFactory.ModelHolder

public ModelFactory.ModelHolder()
Method Detail

setModel

public void setModel(Model model)

getModel

public Model getModel()