Package example

Class SimpleBean


  • public class SimpleBean
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleBean()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getStringProperty()  
      void setStringProperty​(java.lang.String stringProperty)  
      • Methods inherited from class java.lang.Object

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

      • SimpleBean

        public SimpleBean()
    • Method Detail

      • setStringProperty

        public void setStringProperty​(java.lang.String stringProperty)
      • getStringProperty

        public java.lang.String getStringProperty()