Interface IPortlet

All Superinterfaces:
IDeletionSupport, IElement, IProtocolSupport, ISecuritySupport, Serializable
All Known Implementing Classes:
PortalPortlet

public interface IPortlet extends IElement, IDeletionSupport, ISecuritySupport
The portlet object.
Since:
2.0
Version:
1.0, 14/02/2009
Author:
vlygeros
See Also:
  • 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

      void setLabel(String label)
      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

      void setDescription(String description)
      Sets the description of the portlet.
      Parameters:
      description - The new description to set the portlet with