public class ModelBean extends Object
Modifier and Type | Method and Description |
---|---|
String |
getProperty1()
Returns the first property.
|
String |
getProperty2()
Returns the second property.
|
String |
getProperty3()
Returns the value of third property.
|
String |
getProperty4()
Returns the value of fourth property
|
String |
getProperty5()
Returns the value of fifth property
|
String |
getProperty6()
Returns the value of sixth property.
|
void |
setProperty1(String property1)
Sets the value of first property.
|
void |
setProperty2(String property2)
Sets the value of second property
|
void |
setProperty3(String property3)
Sets the value of third property
|
void |
setProperty4(String property4)
Sets the value of fourth property
|
void |
setProperty5(String property5)
Sets the value of fifth property
|
void |
setProperty6(String property6)
Sets the value of sixth property
|
public ModelBean(String s)
s
- String that will be suffix of each property.public String getProperty1()
public void setProperty1(String property1)
property1
- Mew valuepublic String getProperty2()
public void setProperty2(String property2)
property2
- New valuepublic String getProperty3()
public void setProperty3(String property3)
property3
- New valuepublic String getProperty4()
public void setProperty4(String property4)
property4
- New valuepublic String getProperty5()
public void setProperty5(String property5)
property5
- New valuepublic String getProperty6()
public void setProperty6(String property6)
property6
- New value