Class A


  • public class A
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String a  
      protected java.util.List b  
    • Constructor Summary

      Constructors 
      Constructor Description
      A()  
      A​(java.lang.String a)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getA()
      Get the a.
      java.util.List getB()
      Get the b.
      void setA​(java.lang.String a)
      Set the a.
      void setB​(java.util.List b)
      Set the b.
      • Methods inherited from class java.lang.Object

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

      • a

        protected java.lang.String a
      • b

        protected java.util.List b
    • Constructor Detail

      • A

        public A()
      • A

        public A​(java.lang.String a)
    • Method Detail

      • getA

        public java.lang.String getA()
        Get the a.
        Returns:
        the a.
      • setA

        public void setA​(java.lang.String a)
        Set the a.
        Parameters:
        a - The a to set.
      • getB

        public java.util.List getB()
        Get the b.
        Returns:
        the b.
      • setB

        public void setB​(java.util.List b)
        Set the b.
        Parameters:
        b - The b to set.