org.opencms.ade.sitemap.shared
Class CmsAdditionalEntryInfo

java.lang.Object
  extended by org.opencms.ade.sitemap.shared.CmsAdditionalEntryInfo
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsAdditionalEntryInfo
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable

Bean for additional site-map entry information.

Since:
8.0.0

Constructor Summary
CmsAdditionalEntryInfo()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getAdditional()
          Returns the additional info map.
 CmsResourceState getResourceState()
          Returns the resource state.
 void setAdditional(java.util.Map<java.lang.String,java.lang.String> additional)
          Sets the additional info map.
 void setResourceState(CmsResourceState resourceState)
          Sets the resource state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsAdditionalEntryInfo

public CmsAdditionalEntryInfo()
Method Detail

getAdditional

public java.util.Map<java.lang.String,java.lang.String> getAdditional()
Returns the additional info map.

Returns:
the additional info map

getResourceState

public CmsResourceState getResourceState()
Returns the resource state.

Returns:
the resource state

setAdditional

public void setAdditional(java.util.Map<java.lang.String,java.lang.String> additional)
Sets the additional info map.

Parameters:
additional - the additional info map to set

setResourceState

public void setResourceState(CmsResourceState resourceState)
Sets the resource state.

Parameters:
resourceState - the resource state to set