Package org.opencms.ade.configuration
Class CmsADEConfigData.DetailInfo
java.lang.Object
org.opencms.ade.configuration.CmsADEConfigData.DetailInfo
- Enclosing class:
- CmsADEConfigData
Bean which contains the detail information for a single sub-sitemap and resource type.
This includes both information about the detail page itself, as well as the path of the folder which is used to store that content type in this subsitemap.
-
Constructor Summary
ConstructorDescriptionDetailInfo
(String folderPath, CmsDetailPageInfo detailPageInfo, String type, String basePath) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the base path of the sitemap configuration from which this information is coming.Gets the detail page information.Gets the content folder path.getType()
Gets the detail type.void
setBasePath
(String basePath) Sets the base path.toString()
-
Constructor Details
-
DetailInfo
public DetailInfo(String folderPath, CmsDetailPageInfo detailPageInfo, String type, String basePath) Creates a new instance.- Parameters:
folderPath
- the content folder pathdetailPageInfo
- the detail page informationtype
- the detail typebasePath
- the base path of the sitemap configuration
-
-
Method Details
-
getBasePath
Gets the base path of the sitemap configuration from which this information is coming.- Returns:
- the base path
-
getDetailPageInfo
Gets the detail page information.- Returns:
- the detail page information
-
getFolderPath
Gets the content folder path.- Returns:
- the content folder path
-
getType
Gets the detail type.- Returns:
- the detail type
-
setBasePath
Sets the base path.- Parameters:
basePath
- the new base path value
-
toString
-