Schnittstelle Authorable

Alle Superschnittstellen:
CDOObject, CDOWithID, EObject, ModelElement, Notifier, SystemElement
Alle bekannten Unterschnittstellen:
Comment, Topic
Alle bekannten Implementierungsklassen:
CommentImpl, TopicImpl

public interface Authorable extends SystemElement
A representation of the model object 'Authorable'.
Seit:
1.2

The following features are supported:

Siehe auch:
Generated
Model
interface="true" abstract="true"
  • Methodendetails

    • getId

      int getId()
      Returns the value of the 'Id' attribute.
      Gibt zurück:
      the value of the 'Id' attribute.
      Siehe auch:
      Generated
      Model
      required="true"
    • setId

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

      String getText()
      Returns the value of the 'Text' attribute.
      Gibt zurück:
      the value of the 'Text' attribute.
      Siehe auch:
      Generated
      Model
      required="true"
    • setText

      void setText(String value)
      Sets the value of the 'Text' attribute.
      Parameter:
      value - the new value of the 'Text' attribute.
      Siehe auch:
      Generated
    • getAuthor

      String getAuthor()
      Returns the value of the 'Author' attribute.
      Gibt zurück:
      the value of the 'Author' attribute.
      Siehe auch:
      Generated
      Model
      required="true"
    • setAuthor

      void setAuthor(String value)
      Sets the value of the 'Author' attribute.
      Parameter:
      value - the new value of the 'Author' attribute.
      Siehe auch:
      Generated
    • getCreationTime

      long getCreationTime()
      Returns the value of the 'Creation Time' attribute.
      Gibt zurück:
      the value of the 'Creation Time' attribute.
      Siehe auch:
      Generated
      Model
    • setCreationTime

      void setCreationTime(long value)
      Sets the value of the 'Creation Time' attribute.
      Parameter:
      value - the new value of the 'Creation Time' attribute.
      Siehe auch:
      Generated
    • getEditTime

      long getEditTime()
      Returns the value of the 'Edit Time' attribute.
      Gibt zurück:
      the value of the 'Edit Time' attribute.
      Siehe auch:
      Generated
      Model
    • setEditTime

      void setEditTime(long value)
      Sets the value of the 'Edit Time' attribute.
      Parameter:
      value - the new value of the 'Edit Time' attribute.
      Siehe auch:
      Generated