org.apache.beehive.netui.compiler.model
Class ActionOutputModel

Object
  extended by ActionOutputModel
Direct Known Subclasses:
GenActionOutputModel

public class ActionOutputModel
extends Object

Represents an Action Output (NetUI, not a Struts concept) that will be attached to a forward (ForwardModel).


Constructor Summary
protected ActionOutputModel()
           
  ActionOutputModel(String name, String type, boolean isNullable)
           
 
Method Summary
 String getName()
           
 boolean getNullable()
           
 String getType()
           
 void setName(String name)
           
 void setNullable(boolean nullable)
           
 void setType(String type)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionOutputModel

protected ActionOutputModel()

ActionOutputModel

public ActionOutputModel(String name,
                         String type,
                         boolean isNullable)
Method Detail

getName

public String getName()

getType

public String getType()

getNullable

public boolean getNullable()

setName

public void setName(String name)

setType

public void setType(String type)

setNullable

public void setNullable(boolean nullable)