Interface Assignee

    • Method Detail

      • getRoles

        EList<Role> getRoles()
        Returns the value of the 'Roles' reference list. The list contents are of type Role. It is bidirectional and its opposite is 'Assignees'.

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

        Returns:
        the value of the 'Roles' reference list.
        See Also:
        SecurityPackage.getAssignee_Roles(), Role.getAssignees()
        Generated
        Model
        opposite="assignees"
      • getId

        java.lang.String getId()
        Returns the value of the 'Id' attribute.

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

        Returns:
        the value of the 'Id' attribute.
        See Also:
        setId(String), SecurityPackage.getAssignee_Id()
        Generated
        Model
      • setId

        void setId​(java.lang.String value)
        Sets the value of the 'Id' attribute.
        Parameters:
        value - the new value of the 'Id' attribute.
        See Also:
        getId()
        Generated