Interface DtoReference

    • Method Detail

      • isValid

        boolean isValid()
        Returns the value of the 'Valid' attribute.

        If the meaning of the 'Valid' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Valid' attribute.
        See Also:
        setValid(boolean), TacticdslPackage.getDtoReference_Valid()
        Model:
        Generated:
      • setValid

        void setValid​(boolean value)
        Sets the value of the 'Valid' attribute.
        Parameters:
        value - the new value of the 'Valid' attribute.
        See Also:
        isValid()
        Generated:
      • getValidMessage

        java.lang.String getValidMessage()
        Returns the value of the 'Valid Message' attribute.

        If the meaning of the 'Valid Message' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Valid Message' attribute.
        See Also:
        setValidMessage(String), TacticdslPackage.getDtoReference_ValidMessage()
        Model:
        Generated:
      • setValidMessage

        void setValidMessage​(java.lang.String value)
        Sets the value of the 'Valid Message' attribute.
        Parameters:
        value - the new value of the 'Valid Message' attribute.
        See Also:
        getValidMessage()
        Generated: