Class FiveBean
java.lang.Object
com.thoughtworks.xstream.tools.benchmark.model.OneBean
com.thoughtworks.xstream.tools.benchmark.model.FiveBean
Deprecated.
As of 1.4.9 use JMH instead
JavaBean class containing 5 basic types.
- Since:
- 1.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringBufferDeprecated.private charDeprecated.private booleanDeprecated.private intDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.getFive()Deprecated.chargetFour()Deprecated.intgetTwo()Deprecated.inthashCode()Deprecated.booleanisThree()Deprecated.voidsetFive(StringBuffer five) Deprecated.voidsetFour(char four) Deprecated.voidsetThree(boolean three) Deprecated.voidsetTwo(int two) Deprecated.
-
Field Details
-
two
private int twoDeprecated. -
three
private boolean threeDeprecated. -
four
private char fourDeprecated. -
five
Deprecated.
-
-
Constructor Details
-
FiveBean
public FiveBean()Deprecated.
-
-
Method Details
-
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
Deprecated. -
setFive
Deprecated. -
equals
-
hashCode
-