Class NavigationEntryTypeListData
- java.lang.Object
-
- de.hybris.platform.cmswebservices.data.NavigationEntryTypeListData
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(forRemoval=true) public class NavigationEntryTypeListData extends java.lang.Object implements java.io.SerializableDeprecated, for removal: This API element is subject to removal in a future version.Deprecated since 1811The navigation entry types- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NavigationEntryTypeListData()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.util.List<NavigationEntryTypeData>getNavigationEntryTypes()Deprecated, for removal: This API element is subject to removal in a future version.voidsetNavigationEntryTypes(java.util.List<NavigationEntryTypeData> navigationEntryTypes)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
setNavigationEntryTypes
public void setNavigationEntryTypes(java.util.List<NavigationEntryTypeData> navigationEntryTypes)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getNavigationEntryTypes
public java.util.List<NavigationEntryTypeData> getNavigationEntryTypes()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-