Class GomTableTemplateUid
java.lang.Object
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomUid
de.espirit.firstspirit.content.access.GomTableTemplateUid
- All Implemented Interfaces:
GomElement
,GomUidProviding
,GomUidTypeProviding
,Serializable
GOM element for providing a template uid.
- Since:
- 5.2.250501
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull String
Return the default tag for a gom element.TheIDProvider.UidType
of the references contained.Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomUid
getUid, setUid, toString
Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomElement
getGomElementTag, getIncludeConfiguration, hasRepresentation, setGomElementTag, setIncludeConfiguration
-
Constructor Details
-
GomTableTemplateUid
public GomTableTemplateUid()
-
-
Method Details
-
getDefaultTag
Description copied from class:AbstractGomElement
Return the default tag for a gom element.- Specified by:
getDefaultTag
in classAbstractGomElement
- Returns:
- The elements default tag.
-
getUidType
Description copied from interface:GomUidTypeProviding
TheIDProvider.UidType
of the references contained.- Specified by:
getUidType
in interfaceGomUidTypeProviding
- Returns:
- The associated uid type.
-