Class Bean

  • All Implemented Interfaces:
    java.io.Serializable

    public class Bean
    extends java.lang.Object
    implements java.io.Serializable
    Author:
    Tassilo Weidner
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Bean()  
      Bean​(java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • value

        protected java.lang.String value
    • Constructor Detail

      • Bean

        public Bean()
      • Bean

        public Bean​(java.lang.String value)
    • Method Detail

      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)