java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
de.espirit.firstspirit.access.store.templatestore.gom.GomNamedEntry
All Implemented Interfaces:
GomCheckable, GomElement, GomUidProviding, Serializable

@NonExtendable public class GomNamedEntry extends AbstractGomElement implements GomCheckable, GomUidProviding
An entry for GOM lists with simple, named entries.
Since:
4.0
See Also:
  • Constructor Details

    • GomNamedEntry

      public GomNamedEntry(String tag, String name)
      Convenient constructor.
      Parameters:
      tag - The entries tag name.
      name - The name entry.
      Since:
      4.0
  • Method Details