org.apache.ibatis.ibator.generator
Class AbstractGenerator

java.lang.Object
  extended by org.apache.ibatis.ibator.generator.AbstractGenerator
Direct Known Subclasses:
AbstractDAOElementGenerator, AbstractJavaGenerator, AbstractXmlElementGenerator, AbstractXmlGenerator

public abstract class AbstractGenerator
extends java.lang.Object

Author:
Jeff Butler

Field Summary
protected  IbatorContext ibatorContext
           
protected  IntrospectedTable introspectedTable
           
protected  ProgressCallback progressCallback
           
protected  java.util.List<java.lang.String> warnings
           
 
Constructor Summary
AbstractGenerator()
           
 
Method Summary
 IbatorContext getIbatorContext()
           
 IntrospectedTable getIntrospectedTable()
           
 ProgressCallback getProgressCallback()
           
 java.util.List<java.lang.String> getWarnings()
           
 void setIbatorContext(IbatorContext ibatorContext)
           
 void setIntrospectedTable(IntrospectedTable introspectedTable)
           
 void setProgressCallback(ProgressCallback progressCallback)
           
 void setWarnings(java.util.List<java.lang.String> warnings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ibatorContext

protected IbatorContext ibatorContext

introspectedTable

protected IntrospectedTable introspectedTable

warnings

protected java.util.List<java.lang.String> warnings

progressCallback

protected ProgressCallback progressCallback
Constructor Detail

AbstractGenerator

public AbstractGenerator()
Method Detail

getIbatorContext

public IbatorContext getIbatorContext()

setIbatorContext

public void setIbatorContext(IbatorContext ibatorContext)

getIntrospectedTable

public IntrospectedTable getIntrospectedTable()

setIntrospectedTable

public void setIntrospectedTable(IntrospectedTable introspectedTable)

getWarnings

public java.util.List<java.lang.String> getWarnings()

setWarnings

public void setWarnings(java.util.List<java.lang.String> warnings)

getProgressCallback

public ProgressCallback getProgressCallback()

setProgressCallback

public void setProgressCallback(ProgressCallback progressCallback)