org.springframework.binding.support
Class TestBean
java.lang.Object
org.springframework.binding.support.TestBean
public class TestBean
- extends Object
- Author:
- Oliver Hutchison, Geoffrey De Smet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
enumProperty
public TestLabeledEnum enumProperty
readOnly
public Object readOnly
writeOnly
public Object writeOnly
numberProperty
public Number numberProperty
TestBean
public TestBean()
getNumberProperty
public Number getNumberProperty()
setNumberProperty
public void setNumberProperty(Number numberProperty)
getSimpleProperty
public String getSimpleProperty()
setSimpleProperty
public void setSimpleProperty(String simpleProperty)
getDateProperty
public Date getDateProperty()
setDateProperty
public void setDateProperty(Date dateProperty)
getEnumProperty
public TestLabeledEnum getEnumProperty()
setEnumProperty
public void setEnumProperty(TestLabeledEnum enumProperty)
getMapProperty
public Map getMapProperty()
setMapProperty
public void setMapProperty(Map mapProperty)
getListProperty
public List getListProperty()
setListProperty
public void setListProperty(List listProperty)
getSingleSelectListProperty
public Object getSingleSelectListProperty()
setSingleSelectListProperty
public void setSingleSelectListProperty(Object singleSelectListProperty)
getNestedProperty
public TestBean getNestedProperty()
setNestedProperty
public void setNestedProperty(TestBean nestedProperty)
getReadOnly
public Object getReadOnly()
setWriteOnly
public void setWriteOnly(Object writeOnly)
getArrayProperty
public Object[] getArrayProperty()
setArrayProperty
public void setArrayProperty(Object[] arrayProperty)
isBooleanProperty
public boolean isBooleanProperty()
setBooleanProperty
public void setBooleanProperty(boolean booleanProperty)
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.