org.apache.jetspeed.portlets.selector
Class PortletSelector.PortletInfo
java.lang.Object
org.apache.jetspeed.portlets.selector.PortletSelector.PortletInfo
- Enclosing class:
- PortletSelector
- public class PortletSelector.PortletInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private String name
displayName
private String displayName
description
private String description
PortletSelector.PortletInfo
public PortletSelector.PortletInfo(String name,
String displayName,
String description)
getDescription
public String getDescription()
- Returns:
- Returns the description.
getDisplayName
public String getDisplayName()
- Returns:
- Returns the displayName.
getName
public String getName()
- Returns:
- Returns the name.
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.