org.jboss.seam.navigation
Class Put

java.lang.Object
  extended by org.jboss.seam.navigation.Put
Direct Known Subclasses:
Input, Output

public class Put
extends Object


Constructor Summary
Put()
           
 
Method Summary
 String getName()
           
 ScopeType getScope()
           
 Expressions.ValueExpression getValue()
           
 void setName(String name)
           
 void setScope(ScopeType scope)
           
 void setValue(Expressions.ValueExpression value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Put

public Put()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getScope

public ScopeType getScope()

setScope

public void setScope(ScopeType scope)

getValue

public Expressions.ValueExpression getValue()

setValue

public void setValue(Expressions.ValueExpression value)