public class CmsADEConfigData.DetailInfo extends java.lang.Object
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 and Description |
---|
DetailInfo(java.lang.String folderPath,
CmsDetailPageInfo detailPageInfo,
java.lang.String type,
java.lang.String basePath)
Creates a new instance.
|
Modifier and Type | Method and 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() |
public DetailInfo(java.lang.String folderPath, CmsDetailPageInfo detailPageInfo, java.lang.String type, java.lang.String basePath)
folderPath
- the content folder pathdetailPageInfo
- the detail page informationtype
- the detail typebasePath
- the base path of the sitemap configurationpublic java.lang.String getBasePath()
public CmsDetailPageInfo getDetailPageInfo()
public java.lang.String getFolderPath()
public java.lang.String getType()
public void setBasePath(java.lang.String basePath)
basePath
- the new base path valuepublic java.lang.String toString()
toString
in class java.lang.Object
Object.toString()