Interface IIdentifiable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String P_ID
      A property that will be carried by the change event if 'id' field of this object is changed.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Returns a unique id of this object.
      void setId​(java.lang.String id)
      Sets the id of this IIdentifiable to the provided value.
    • Field Detail

      • P_ID

        static final java.lang.String P_ID
        A property that will be carried by the change event if 'id' field of this object is changed.
        See Also:
        Constant Field Values
    • Method Detail

      • getId

        java.lang.String getId()
        Returns a unique id of this object.
        Returns:
        the id of this object
      • setId

        void setId​(java.lang.String id)
            throws CoreException
        Sets the id of this IIdentifiable to the provided value.
        Parameters:
        id - a new id of this object
        Throws:
        CoreException - If object is not editable.