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 SummaryModifier and TypeMethodDescriptionGets the description of the portlet.getLabel()Gets the label of the portlet.getName()Gets the name of the portlet.voidsetDescription(String description) Sets the description of the portlet.voidSets the label of the portlet.Methods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupportdeleteMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURI
- 
Method Details- 
getNameString getName()Gets the name of the portlet.- Returns:
- a Stringvalue.
 
- 
getLabelString getLabel()Gets the label of the portlet.- Returns:
- a Stringvalue.
 
- 
setLabelSets the label of the portlet.- Parameters:
- label- The new label to set the portlet with.
 
- 
getDescriptionString getDescription()Gets the description of the portlet.- Returns:
- a Stringvalue.
 
- 
setDescriptionSets the description of the portlet.- Parameters:
- description- The new description to set the portlet with
 
 
-