Download Sources

com.liguorien.flex.generator.utils
Class GeneratorContext

java.lang.Object
  extended by com.liguorien.flex.generator.utils.GeneratorContext

public class GeneratorContext
extends java.lang.Object

Version:
0.2
Author:
Nicolas Désy

Constructor Summary
GeneratorContext()
          Creates a new instance of GeneratorContext
 
Method Summary
 FlexGenerator getGenerator()
          Getter for property generator.
 FlexGeneratorHandler getHandler()
          Getter for property handler.
 void setGenerator(FlexGenerator generator)
          Setter for property generator.
 void setHandler(FlexGeneratorHandler handler)
          Setter for property handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorContext

public GeneratorContext()
Creates a new instance of GeneratorContext

Method Detail

getGenerator

public FlexGenerator getGenerator()
Getter for property generator.

Returns:
Value of property generator.

setGenerator

public void setGenerator(FlexGenerator generator)
Setter for property generator.

Parameters:
generator - New value of property generator.

getHandler

public FlexGeneratorHandler getHandler()
Getter for property handler.

Returns:
Value of property handler.

setHandler

public void setHandler(FlexGeneratorHandler handler)
Setter for property handler.

Parameters:
handler - New value of property handler.

FlexGenerator

Copyright 2006 Nicolas Désy. All rights reserved.