Interface PageTypeMapping
- All Known Implementing Classes:
DefaultPageTypeMapping
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.6
Represents meta-information about a
For example, a ContentPageModel will be converted to a ContentPageData, therefore the typecode will be 'ContentPage' and the typedata will be 'ContentPageData.class'.
ComposedTypeModel and the type code of the target data model to be
converted to. The type data is the type code representation of an object that extends a
AbstractPageData. For example, a ContentPageModel will be converted to a ContentPageData, therefore the typecode will be 'ContentPage' and the typedata will be 'ContentPageData.class'.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Get the typecode identifying theComposedTypeModel.Class<? extends AbstractPageData>Deprecated, for removal: This API element is subject to removal in a future version.Get the class of the data model which theComposedTypeModelwill be converted to.voidsetTypecode(String typecode) Deprecated, for removal: This API element is subject to removal in a future version.Set the typecode identifying theComposedTypeModel.voidsetTypedata(Class<? extends AbstractPageData> typedata) Deprecated, for removal: This API element is subject to removal in a future version.Set the class of the data model which theComposedTypeModelwill be converted to.
-
Method Details
-
getTypecode
String getTypecode()Deprecated, for removal: This API element is subject to removal in a future version.Get the typecode identifying theComposedTypeModel.- Returns:
- the typecode
-
setTypecode
Deprecated, for removal: This API element is subject to removal in a future version.Set the typecode identifying theComposedTypeModel.- Parameters:
typecode- - the typecode
-
getTypedata
Class<? extends AbstractPageData> getTypedata()Deprecated, for removal: This API element is subject to removal in a future version.Get the class of the data model which theComposedTypeModelwill be converted to.- Returns:
- the typecode of the data model
-
setTypedata
Deprecated, for removal: This API element is subject to removal in a future version.Set the class of the data model which theComposedTypeModelwill be converted to.- Parameters:
typedata- - the typecode of the data model
-