public class ExtensibilityTestBean extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
testProperty |
protected String |
testProperty2 |
| Constructor and Description |
|---|
ExtensibilityTestBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTestProperty() |
String |
getTestProperty2() |
void |
setTestProperty(String testProperty) |
void |
setTestProperty2(String testProperty2) |
protected String testProperty
protected String testProperty2
public String getTestProperty()
public void setTestProperty(String testProperty)
testProperty - the testProperty to setpublic String getTestProperty2()
public void setTestProperty2(String testProperty2)
testProperty2 - the testProperty2 to setCopyright © 2019. All rights reserved.