org.granite.tide.seam
Class TideInit.FactoryVariable

java.lang.Object
  extended by org.granite.tide.seam.TideInit.FactoryVariable
Enclosing class:
TideInit

public static final class TideInit.FactoryVariable
extends Object


Constructor Summary
TideInit.FactoryVariable(String variableName, ScopeType scope)
           
 
Method Summary
 boolean equals(Object obj)
           
 ScopeType getScope()
           
 String getVariableName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TideInit.FactoryVariable

public TideInit.FactoryVariable(String variableName,
                                ScopeType scope)
Method Detail

getVariableName

public String getVariableName()

getScope

public ScopeType getScope()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object