public class GNADataViewerConfigProfile extends Object implements Serializable
| Constructor and Description |
|---|
GNADataViewerConfigProfile()
Instantiates a new geo na data viewer profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<ItemField> |
getListItemFields()
Gets the list item fields.
|
Map<String,LayerItem> |
getMapLayers()
Gets the map layers.
|
String |
getOpenPortletURL()
Gets the open portlet URL.
|
String |
getRestrictedPortletURL()
Gets the restricted portlet URL.
|
void |
setListItemFields(List<ItemField> listItemFields)
Sets the list item fields.
|
void |
setMapLayers(Map<String,LayerItem> mapLayers)
Sets the map layers.
|
void |
setOpenPortletURL(String openPortletURL)
Sets the open portlet URL.
|
void |
setRestrictedPortletURL(String restrictedPortletURL)
Sets the restricted portlet URL.
|
String |
toString() |
public GNADataViewerConfigProfile()
public String getRestrictedPortletURL()
public void setRestrictedPortletURL(String restrictedPortletURL)
restrictedPortletURL - the new restricted portlet URLpublic String getOpenPortletURL()
public void setOpenPortletURL(String openPortletURL)
openPortletURL - the new open portlet URLpublic Map<String,LayerItem> getMapLayers()
public void setMapLayers(Map<String,LayerItem> mapLayers)
mapLayers - the map layerspublic List<ItemField> getListItemFields()
public void setListItemFields(List<ItemField> listItemFields)
listItemFields - the new list item fieldsCopyright © 2022. All Rights Reserved.