Class IdentifiableElement

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Id id
      The unique identifier
    • Method Summary

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

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

      • id

        protected Id id
        The unique identifier
    • Constructor Detail

      • IdentifiableElement

        public IdentifiableElement()
        Default no-arg constructor abc
      • IdentifiableElement

        public IdentifiableElement​(Id id)
        Fully-initialising value constructor
    • Method Detail

      • getId

        public Id getId()
        Gets the value of the id property. <p> The unique identifier
        Returns:
        possible object is Id
      • setId

        public void setId​(Id value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is Id
        See Also:
        getId()