public class TestBean extends Object implements Serializable
| Type | Property and Description |
|---|---|
boolean |
isBoolean
Gets the value of the property booleanProperty.
|
| Constructor and Description |
|---|
TestBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEqualsA() |
Integer |
getEqualsB() |
Boolean |
getEqualsC() |
Integer |
getIntegerProperty() |
int |
getNativeProperty() |
String |
getStringProperty() |
int |
hashCode() |
boolean |
isBooleanProperty()
Gets the value of the property booleanProperty.
|
void |
setBooleanProperty(boolean booleanProperty) |
void |
setEqualsA(String equalsA) |
void |
setEqualsB(Integer equalsB) |
void |
setEqualsC(Boolean equalsC) |
void |
setIntegerProperty(Integer integerProperty) |
void |
setNativeProperty(int nativeProperty) |
void |
setStringProperty(String stringProperty) |
public boolean isBooleanProperty
public void setStringProperty(String stringProperty)
public String getStringProperty()
public void setIntegerProperty(Integer integerProperty)
public Integer getIntegerProperty()
public void setBooleanProperty(boolean booleanProperty)
public boolean isBooleanProperty()
public void setNativeProperty(int nativeProperty)
public int getNativeProperty()
public void setEqualsA(String equalsA)
public String getEqualsA()
public void setEqualsB(Integer equalsB)
public Integer getEqualsB()
public void setEqualsC(Boolean equalsC)
public Boolean getEqualsC()
Copyright © 2017 SAP SE. All Rights Reserved.