Class PageTypeData
- java.lang.Object
-
- de.hybris.platform.cmsfacades.data.ComposedTypeData
-
- de.hybris.platform.cmsfacades.data.PageTypeData
-
- All Implemented Interfaces:
java.io.Serializable
public class PageTypeData extends ComposedTypeData
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageTypeData()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getType()
Deprecated, for removal: This API element is subject to removal in a future version.since 1811void
setType(java.lang.String type)
Deprecated, for removal: This API element is subject to removal in a future version.since 1811-
Methods inherited from class de.hybris.platform.cmsfacades.data.ComposedTypeData
getCode, getDescription, getName, setCode, setDescription, setName
-
-
-
-
Method Detail
-
setType
@Deprecated(forRemoval=true) public void setType(java.lang.String type)
Deprecated, for removal: This API element is subject to removal in a future version.since 1811
-
getType
@Deprecated(forRemoval=true) public java.lang.String getType()
Deprecated, for removal: This API element is subject to removal in a future version.since 1811
-
-