Interface HasInputProperty


  • public interface HasInputProperty
    Common interface for beans that have a input property
    • Method Detail

      • getInput

        java.lang.String getInput()
        Gets the input field name.
        Returns:
        the input field name
      • setInput

        void setInput​(java.lang.String input)
        Sets the input field name.
        Parameters:
        input - the input field name