JTools

net.jtools.tef
Class ModelHelper

java.lang.Object
  extended by net.jtools.tef.GeneratorFactoryHelper
      extended by net.jtools.tef.ModelHelper
All Implemented Interfaces:
ExecutableHelper

public class ModelHelper
extends GeneratorFactoryHelper


Field Summary
protected  Object application
           
protected  Object configuration
           
protected  TEFModelFactory factory
           
protected  boolean init
           
 
Fields inherited from class net.jtools.tef.GeneratorFactoryHelper
genFactoryId, genLogger
 
Constructor Summary
ModelHelper()
           
 
Method Summary
 Object createConfiguration()
           
 void execute()
           
 Object getConfiguration()
           
 void setApplication(Object appl)
           
 void setApplication(String appl)
           
 void setFactory(String factory)
           
 void setFactory(TEFModelFactory factory)
           
 void setInit(boolean onOff)
           
 
Methods inherited from class net.jtools.tef.GeneratorFactoryHelper
getGenerator, getGenLogger, setGenFactoryId, setGenLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

application

protected Object application

configuration

protected Object configuration

factory

protected TEFModelFactory factory

init

protected boolean init
Constructor Detail

ModelHelper

public ModelHelper()
Method Detail

execute

public void execute()
             throws Exception
Specified by:
execute in interface ExecutableHelper
Overrides:
execute in class GeneratorFactoryHelper
Throws:
Exception

setApplication

public void setApplication(Object appl)

setApplication

public void setApplication(String appl)

getConfiguration

public Object getConfiguration()

createConfiguration

public Object createConfiguration()

setFactory

public void setFactory(String factory)
                throws Exception
Throws:
Exception

setFactory

public void setFactory(TEFModelFactory factory)

setInit

public void setInit(boolean onOff)

JTools

© 2000-2006, JTools.org.