Class ContentPageWsDTO
- java.lang.Object
-
- de.hybris.platform.cmssmarteditwebservices.dto.AbstractPageWsDTO
-
- de.hybris.platform.cmssmarteditwebservices.dto.ContentPageWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(since="1811", forRemoval=true) public class ContentPageWsDTO extends AbstractPageWsDTODeprecated, for removal: This API element is subject to removal in a future version.no longer needed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentPageWsDTO()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetLabel()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetPath()Deprecated, for removal: This API element is subject to removal in a future version.voidsetLabel(java.lang.String label)Deprecated, for removal: This API element is subject to removal in a future version.voidsetPath(java.lang.String path)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class de.hybris.platform.cmssmarteditwebservices.dto.AbstractPageWsDTO
getCatalogVersionUuid, getCreationtime, getModifiedtime, getName, getPk, getRestrictions, getTemplate, getTitle, getTypeCode, getUid, isCloneComponents, isDefaultPage, isOnlyOneRestrictionMustApply, setCatalogVersionUuid, setCloneComponents, setCreationtime, setDefaultPage, setModifiedtime, setName, setOnlyOneRestrictionMustApply, setPk, setRestrictions, setTemplate, setTitle, setTypeCode, setUid
-
-
-
-
Method Detail
-
setLabel
public void setLabel(java.lang.String label)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getLabel
public java.lang.String getLabel()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setPath
public void setPath(java.lang.String path)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getPath
public java.lang.String getPath()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-