Class GNADataViewerConfigProfile
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.GNADataViewerConfigProfile
-
- All Implemented Interfaces:
Serializable
public class GNADataViewerConfigProfile extends Object implements Serializable
The Class GNADataViewerConfigProfile.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Dec 21, 2021
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GNADataViewerConfigProfile()Instantiates a new geo na data viewer profile.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOpenPortletURL()Gets the open portlet URL.StringgetRestrictedPortletURL()Gets the restricted portlet URL.voidsetOpenPortletURL(String openPortletURL)Sets the open portlet URL.voidsetRestrictedPortletURL(String restrictedPortletURL)Sets the restricted portlet URL.StringtoString()
-
-
-
Method Detail
-
getRestrictedPortletURL
public String getRestrictedPortletURL()
Gets the restricted portlet URL.- Returns:
- the restricted portlet URL
-
setRestrictedPortletURL
public void setRestrictedPortletURL(String restrictedPortletURL)
Sets the restricted portlet URL.- Parameters:
restrictedPortletURL- the new restricted portlet URL
-
getOpenPortletURL
public String getOpenPortletURL()
Gets the open portlet URL.- Returns:
- the open portlet URL
-
setOpenPortletURL
public void setOpenPortletURL(String openPortletURL)
Sets the open portlet URL.- Parameters:
openPortletURL- the new open portlet URL
-
-