org.nuiton.wikitty.struts
Class ExtensionFieldStrutsBean

java.lang.Object
  extended by org.nuiton.wikitty.struts.ExtensionFieldStrutsBean

public class ExtensionFieldStrutsBean
extends Object


Field Summary
protected  String label
           
protected  Collection<Option> listOption
           
protected  String name
           
protected  String type
           
protected  Object value
           
 
Constructor Summary
ExtensionFieldStrutsBean()
           
 
Method Summary
 void addOption(String val, String desc)
           
 String getLabel()
           
 Collection<Option> getListOption()
           
 String getName()
           
 String getType()
           
 Object getValue()
           
 void setLabel(String label)
           
 void setListOption(Collection<Option> listOption)
           
 void setName(String name)
           
 void setType(String type)
           
 void setValue(Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

type

protected String type

value

protected Object value

label

protected String label

listOption

protected Collection<Option> listOption
Constructor Detail

ExtensionFieldStrutsBean

public ExtensionFieldStrutsBean()
Method Detail

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.