public class ExtensionFieldStrutsBean extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
label |
protected Collection<Option> |
listOption |
protected String |
name |
protected String |
type |
protected Object |
value |
| Constructor and Description |
|---|
ExtensionFieldStrutsBean() |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected String name
protected String type
protected Object value
protected String label
protected Collection<Option> listOption
public Collection<Option> getListOption()
public void setListOption(Collection<Option> listOption)
public String getLabel()
public void setLabel(String label)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public Object getValue()
public void setValue(Object value)
Copyright © 2011-2013 CodeLutin. All Rights Reserved.