Class AbstractGomUid
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
GomElement
s proving a UID attribute.- Since:
- 5.2.6
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getDefaultTag, getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
-
Constructor Details
-
AbstractGomUid
public AbstractGomUid()
-
-
Method Details
-
getUid
Provides the universal identifier of this entry.- Specified by:
getUid
in interfaceGomUidProviding
- Returns:
- The uid.
- Since:
- 5.2.6
-
setUid
Set the UID of some element for this entry.- Parameters:
uid
- The UID.- Since:
- 5.2.6
-
toString
-