JTools

org.jtools.tef
Class SimpleModelInfo

java.lang.Object
  extended by org.jtools.tef.SimpleModelInfo
All Implemented Interfaces:
TEFModelExecutionInfo

public class SimpleModelInfo
extends Object
implements TEFModelExecutionInfo


Field Summary
protected  TEFGeneratorInfo generatorInfo
           
 
Constructor Summary
SimpleModelInfo(TEFGeneratorInfo generatorInfo, Object application, Object type)
           
 
Method Summary
 TEFModelExecutionResult createResult(TEFModel model, Set keys)
           
 Object getApplication()
           
 PublisherConfig getPublisherConfig()
           
 Object getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generatorInfo

protected final TEFGeneratorInfo generatorInfo
Constructor Detail

SimpleModelInfo

public SimpleModelInfo(TEFGeneratorInfo generatorInfo,
                       Object application,
                       Object type)
Method Detail

createResult

public TEFModelExecutionResult createResult(TEFModel model,
                                            Set keys)
Specified by:
createResult in interface TEFModelExecutionInfo

getApplication

public Object getApplication()
Specified by:
getApplication in interface TEFModelExecutionInfo

getType

public Object getType()
Specified by:
getType in interface TEFModelExecutionInfo

getPublisherConfig

public PublisherConfig getPublisherConfig()
Specified by:
getPublisherConfig in interface TEFModelExecutionInfo

JTools

© 2000-2006, JTools.org.