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 StringReturn the default tag for a gom element.TheIDProvider.UidTypeof the references contained.Methods inherited from class de.espirit.firstspirit.access.store.templatestore.gom.AbstractGomUid
getUid, setUid, toStringMethods 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:AbstractGomElementReturn the default tag for a gom element.- Specified by:
getDefaultTagin classAbstractGomElement- Returns:
- The elements default tag.
-
getUidType
Description copied from interface:GomUidTypeProvidingTheIDProvider.UidTypeof the references contained.- Specified by:
getUidTypein interfaceGomUidTypeProviding- Returns:
- The associated uid type.
-