org.apache.beehive.netui.compiler.model
Class ActionOutputModel
Object
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
).
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionOutputModel
protected ActionOutputModel()
ActionOutputModel
public ActionOutputModel(String name,
String type,
boolean isNullable)
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)