Class CmsADEConfigData.DetailInfo

  • Enclosing class:
    CmsADEConfigData

    public class CmsADEConfigData.DetailInfo
    extends java.lang.Object
    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

      Constructors 
      Constructor Description
      DetailInfo​(java.lang.String folderPath, CmsDetailPageInfo detailPageInfo, java.lang.String type, java.lang.String basePath)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBasePath()
      Gets the base path of the sitemap configuration from which this information is coming.
      CmsDetailPageInfo getDetailPageInfo()
      Gets the detail page information.
      java.lang.String getFolderPath()
      Gets the content folder path.
      java.lang.String getType()
      Gets the detail type.
      void setBasePath​(java.lang.String basePath)
      Sets the base path.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DetailInfo

        public DetailInfo​(java.lang.String folderPath,
                          CmsDetailPageInfo detailPageInfo,
                          java.lang.String type,
                          java.lang.String basePath)
        Creates a new instance.

        Parameters:
        folderPath - the content folder path
        detailPageInfo - the detail page information
        type - the detail type
        basePath - the base path of the sitemap configuration
    • Method Detail

      • getBasePath

        public java.lang.String getBasePath()
        Gets the base path of the sitemap configuration from which this information is coming.

        Returns:
        the base path
      • getFolderPath

        public java.lang.String getFolderPath()
        Gets the content folder path.

        Returns:
        the content folder path
      • getType

        public java.lang.String getType()
        Gets the detail type.

        Returns:
        the detail type
      • setBasePath

        public void setBasePath​(java.lang.String basePath)
        Sets the base path.

        Parameters:
        basePath - the new base path value
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()