org.nuiton.wikitty.struts
Class ExtensionFieldStrutsBean
java.lang.Object
org.nuiton.wikitty.struts.ExtensionFieldStrutsBean
public class ExtensionFieldStrutsBean
- extends Object
name
protected String name
type
protected String type
value
protected Object value
label
protected String label
listOption
protected Collection<Option> listOption
ExtensionFieldStrutsBean
public ExtensionFieldStrutsBean()
getListOption
public Collection<Option> getListOption()
setListOption
public void setListOption(Collection<Option> listOption)
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
getValue
public Object getValue()
setValue
public void setValue(Object value)
addOption
public void addOption(String val,
String desc)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011-2012 CodeLutin. All Rights Reserved.