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 StringBuffer
Deprecated.private char
Deprecated.private boolean
Deprecated.private int
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.getFive()
Deprecated.char
getFour()
Deprecated.int
getTwo()
Deprecated.int
hashCode()
Deprecated.boolean
isThree()
Deprecated.void
setFive
(StringBuffer five) Deprecated.void
setFour
(char four) Deprecated.void
setThree
(boolean three) Deprecated.void
setTwo
(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
Deprecated. -
hashCode
public int hashCode()Deprecated.
-