Class FiveBean
- java.lang.Object
-
- com.thoughtworks.xstream.tools.benchmark.model.OneBean
-
- com.thoughtworks.xstream.tools.benchmark.model.FiveBean
-
public class FiveBean extends OneBean
Deprecated.As of 1.4.9 use JMH insteadJavaBean class containing 5 basic types.- Since:
- 1.4
-
-
Constructor Summary
Constructors Constructor Description FiveBean()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Deprecated.java.lang.StringBuffergetFive()Deprecated.chargetFour()Deprecated.intgetTwo()Deprecated.inthashCode()Deprecated.booleanisThree()Deprecated.voidsetFive(java.lang.StringBuffer five)Deprecated.voidsetFour(char four)Deprecated.voidsetThree(boolean three)Deprecated.voidsetTwo(int two)Deprecated.
-
-
-
Method Detail
-
getTwo
public int getTwo()
Deprecated.
-
setTwo
public void setTwo(int two)
Deprecated.
-
isThree
public boolean isThree()
Deprecated.
-
setThree
public void setThree(boolean three)
Deprecated.
-
getFour
public char getFour()
Deprecated.
-
setFour
public void setFour(char four)
Deprecated.
-
getFive
public java.lang.StringBuffer getFive()
Deprecated.
-
setFive
public void setFive(java.lang.StringBuffer five)
Deprecated.
-
-