Schnittstelle Assignee

Alle Superschnittstellen:
CDOObject, CDOWithID, EObject, ModelElement, Notifier, SecurityElement, SecurityItem
Alle bekannten Unterschnittstellen:
Group, User
Alle bekannten Implementierungsklassen:
AssigneeImpl, GroupImpl, UserImpl

public interface Assignee extends SecurityItem
A representation of the model object 'Assignee'.
Siehe auch:
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:

  • Methodendetails

    • 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...

      Gibt zurück:
      the value of the 'Roles' reference list.
      Siehe auch:
      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...

      Gibt zurück:
      the value of the 'Id' attribute.
      Siehe auch:
      Generated
      Model
    • setId

      void setId(String value)
      Sets the value of the 'Id' attribute.
      Parameter:
      value - the new value of the 'Id' attribute.
      Siehe auch:
      Generated