Class ExtImpl

  • All Implemented Interfaces:
    Ext, java.io.Serializable

    public class ExtImpl
    extends java.lang.Object
    implements java.io.Serializable, Ext
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Gets the (external) Id of this element.
      void setId​(java.lang.String id)
      Sets the (external) Id of this element.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExtImpl

        public ExtImpl()
    • Method Detail

      • getId

        public java.lang.String getId()
        Description copied from interface: Ext

        Gets the (external) Id of this element.

        Gets the (external) Id of this element or the Id of the external resource, this element refers to.
        There are no requirements for the content of this element, neither formal nor semantics.

        Specified by:
        getId in interface Ext
        Returns:
        the Id of a external resource of this element
      • setId

        public void setId​(java.lang.String id)
        Description copied from interface: Ext

        Sets the (external) Id of this element.

        Sets the external Id of this element. For further information see Ext.getId()

        Specified by:
        setId in interface Ext
        Parameters:
        id - the Id of a external resource of this element