Package org.opencms.ade.configuration
Class CmsADEConfigDataInternal.ConfigReference
java.lang.Object
org.opencms.ade.configuration.CmsADEConfigDataInternal.ConfigReference
- Enclosing class:
- CmsADEConfigDataInternal
Represents a reference to a sitemap configuration with some associated metadata about that reference.
-
Constructor Summary
ConstructorDescriptionConfigReference
(CmsUUID config) Creates a new instance.Creates a new instance. -
Method Summary
-
Constructor Details
-
ConfigReference
Creates a new instance.- Parameters:
config
- the id of the target sitemap configuration
-
ConfigReference
Creates a new instance.- Parameters:
config
- the id of the target sitemap configurationmeta
- the metadata associated with the reference
-
-
Method Details
-
getId
Gets the id of the referenced sitemap configuration.- Returns:
- the id of the referenced sitemap configuration
-
getMeta
Gets the metadata for the configuration reference- Returns:
- the metadata for the configuration reference
-