Package com.axemble.vdoc.sdk.interfaces
Interface IPortlet
- All Superinterfaces:
IDeletionSupport
,IElement
,IProtocolSupport
,ISecuritySupport
,Serializable
- All Known Implementing Classes:
PortalPortlet
The portlet object.
- Since:
- 2.0
- Version:
- 1.0, 14/02/2009
- Author:
- vlygeros
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the description of the portlet.getLabel()
Gets the label of the portlet.getName()
Gets the name of the portlet.void
setDescription
(String description) Sets the description of the portlet.void
Sets the label of the portlet.Methods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupport
delete
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, save
Methods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
-
Method Details
-
getName
String getName()Gets the name of the portlet.- Returns:
- a
String
value.
-
getLabel
String getLabel()Gets the label of the portlet.- Returns:
- a
String
value.
-
setLabel
Sets the label of the portlet.- Parameters:
label
- The new label to set the portlet with.
-
getDescription
String getDescription()Gets the description of the portlet.- Returns:
- a
String
value.
-
setDescription
Sets the description of the portlet.- Parameters:
description
- The new description to set the portlet with
-