public class MyTestBean extends Object implements Serializable
| Constructor and Description |
|---|
MyTestBean(String value1,
int value2)
Constructor.
|
public MyTestBean(String value1, int value2)
value1 - the string value in the bean.value2 - the integer value in the bean.public String getValue1()
public void setValue1(String value1)
value1 - the new value of value1.public int getValue2()
public void setValue2(int value2)
value2 - the new value of value2.Copyright © 2013. All Rights Reserved.