Class GetSetText.DummyGetSet

  • All Implemented Interfaces:
    GetSetText
    Enclosing interface:
    GetSetText

    public static class GetSetText.DummyGetSet
    extends java.lang.Object
    implements GetSetText
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      DummyGetSet​(java.lang.String text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getText()  
      void setText​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • text

        private java.lang.String text
    • Constructor Detail

      • DummyGetSet

        public DummyGetSet​(java.lang.String text)
    • Method Detail

      • getText

        public java.lang.String getText()
        Specified by:
        getText in interface GetSetText
      • setText

        public void setText​(java.lang.String s)
        Specified by:
        setText in interface GetSetText