Class ObjectUtilsTest.Base
java.lang.Object
test.de.oktoflow.platform.support.commons.apache.ObjectUtilsTest.Base
- Direct Known Subclasses:
ObjectUtilsTest.Extended
- Enclosing class:
ObjectUtilsTest
Data class as used in oktoflow.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
iValue
private int iValue -
sValue
-
-
Constructor Details
-
Base
public Base()
-
-
Method Details
-
getIValue
public int getIValue()Returns the iValue.- Returns:
- the iValue
-
setIValue
public void setIValue(int iValue) Changes the iValue.- Parameters:
iValue- the iValue to set
-
getSValue
Returns the sValue.- Returns:
- the sValue
-
setSValue
Changes the sValue.- Parameters:
sValue- the sValue to set
-