java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomUid
All Implemented Interfaces:
GomElement, GomUidProviding, Serializable
Direct Known Subclasses:
GomTableTemplateUid, GomUidEntry

@NonExtendable public abstract class AbstractGomUid extends AbstractGomElement implements GomUidProviding
Abstract type for GomElements proving a UID attribute.
Since:
5.2.6
See Also:
  • Constructor Details

    • AbstractGomUid

      public AbstractGomUid()
  • Method Details

    • getUid

      @NotNull public @NotNull String getUid()
      Provides the universal identifier of this entry.
      Specified by:
      getUid in interface GomUidProviding
      Returns:
      The uid.
      Since:
      5.2.6
    • setUid

      public void setUid(String uid)
      Set the UID of some element for this entry.
      Parameters:
      uid - The UID.
      Since:
      5.2.6
    • toString

      public String toString()
      Overrides:
      toString in class Object