Class FiveBean


  • public class FiveBean
    extends OneBean
    Deprecated.
    As of 1.4.9 use JMH instead
    JavaBean class containing 5 basic types.
    Since:
    1.4
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.StringBuffer five
      Deprecated.
       
      private char four
      Deprecated.
       
      private boolean three
      Deprecated.
       
      private int two
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      FiveBean()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Deprecated.
       
      java.lang.StringBuffer getFive()
      Deprecated.
       
      char getFour()
      Deprecated.
       
      int getTwo()
      Deprecated.
       
      int hashCode()
      Deprecated.
       
      boolean isThree()
      Deprecated.
       
      void setFive​(java.lang.StringBuffer five)
      Deprecated.
       
      void setFour​(char four)
      Deprecated.
       
      void setThree​(boolean three)
      Deprecated.
       
      void setTwo​(int two)
      Deprecated.
       
      • Methods inherited from class com.thoughtworks.xstream.tools.benchmark.model.OneBean

        getOne, setOne
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • two

        private int two
        Deprecated.
      • three

        private boolean three
        Deprecated.
      • four

        private char four
        Deprecated.
      • five

        private java.lang.StringBuffer five
        Deprecated.
    • Constructor Detail

      • FiveBean

        public FiveBean()
        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.
      • equals

        public boolean equals​(java.lang.Object obj)
        Deprecated.
        Overrides:
        equals in class OneBean
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class OneBean