Interface Entity

    • Method Detail

      • getExtends

        Entity getExtends()
        Returns the value of the 'Extends' reference.

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

        Returns:
        the value of the 'Extends' reference.
        See Also:
        setExtends(Entity), TacticdslPackage.getEntity_Extends()
        Model:
        Generated:
      • setExtends

        void setExtends​(Entity value)
        Sets the value of the 'Extends' reference.
        Parameters:
        value - the new value of the 'Extends' reference.
        See Also:
        getExtends()
        Generated:
      • isNotOptimisticLocking

        boolean isNotOptimisticLocking()
        Returns the value of the 'Not Optimistic Locking' attribute.

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

        Returns:
        the value of the 'Not Optimistic Locking' attribute.
        See Also:
        setNotOptimisticLocking(boolean), TacticdslPackage.getEntity_NotOptimisticLocking()
        Model:
        Generated:
      • setNotOptimisticLocking

        void setNotOptimisticLocking​(boolean value)
        Sets the value of the 'Not Optimistic Locking' attribute.
        Parameters:
        value - the new value of the 'Not Optimistic Locking' attribute.
        See Also:
        isNotOptimisticLocking()
        Generated:
      • isNotAuditable

        boolean isNotAuditable()
        Returns the value of the 'Not Auditable' attribute.

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

        Returns:
        the value of the 'Not Auditable' attribute.
        See Also:
        setNotAuditable(boolean), TacticdslPackage.getEntity_NotAuditable()
        Model:
        Generated:
      • setNotAuditable

        void setNotAuditable​(boolean value)
        Sets the value of the 'Not Auditable' attribute.
        Parameters:
        value - the new value of the 'Not Auditable' attribute.
        See Also:
        isNotAuditable()
        Generated: