Package org.opencms.ade.sitemap.shared
Class CmsAdditionalEntryInfo
java.lang.Object
org.opencms.ade.sitemap.shared.CmsAdditionalEntryInfo
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsAdditionalEntryInfo
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
Bean for additional site-map entry information.
- Since:
- 8.0.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the additional info map.Returns the resource state.void
setAdditional
(Map<String, String> additional) Sets the additional info map.void
setResourceState
(CmsResourceState resourceState) Sets the resource state.
-
Constructor Details
-
CmsAdditionalEntryInfo
public CmsAdditionalEntryInfo()
-
-
Method Details
-
getAdditional
Returns the additional info map.- Returns:
- the additional info map
-
getResourceState
Returns the resource state.- Returns:
- the resource state
-
setAdditional
Sets the additional info map.- Parameters:
additional
- the additional info map to set
-
setResourceState
Sets the resource state.- Parameters:
resourceState
- the resource state to set
-