Class GenericConverterTest.Test2

  • Enclosing class:
    GenericConverterTest

    public class GenericConverterTest.Test2
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Test2()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCount()  
      java.lang.String getImage()  
      java.lang.String getName()  
      void setCount​(int count)  
      void setImage​(java.lang.String image)  
      void setName​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Test2

        public Test2()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getCount

        public int getCount()
      • setCount

        public void setCount​(int count)
      • getImage

        public java.lang.String getImage()
      • setImage

        public void setImage​(java.lang.String image)