Interface Assignee

All Superinterfaces:
CDOObject, CDOWithID, EObject, ModelElement, Notifier, SecurityElement, SecurityItem
All Known Subinterfaces:
Group, User
All Known Implementing Classes:
AssigneeImpl, GroupImpl, UserImpl

public interface Assignee extends SecurityItem
A representation of the model object 'Assignee'.
See Also:
Generated
Model
abstract="true"
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

The following features are supported:

  • Method Details

    • 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:
      Generated
      Model
      opposite="assignees"
    • getId

      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:
      Generated
      Model
    • setId

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