| |
|
| java.lang.Object test.TestBean
TestBean | public class TestBean (Code) | | author: lm97939 |
TestBean | public TestBean()(Code) | | Creates a new instance of TestBean
|
add | public int add(int x)(Code) | | |
getIntProperty | public int getIntProperty()(Code) | | Getter for property intProperty.
Value of property intProperty. |
getStringProperty | public String getStringProperty()(Code) | | Getter for property stringProperty.
Value of property stringProperty. |
setIntProperty | public void setIntProperty(int intProperty)(Code) | | Setter for property intProperty.
Parameters: intProperty - New value of property intProperty. |
setStringProperty | public void setStringProperty(String stringProperty)(Code) | | Setter for property stringProperty.
Parameters: stringProperty - New value of property stringProperty. |
|
|
|