org.apache.jetspeed.portlets.selector
Class PortletSelector.PortletInfo

java.lang.Object
  extended byorg.apache.jetspeed.portlets.selector.PortletSelector.PortletInfo
Enclosing class:
PortletSelector

public class PortletSelector.PortletInfo
extends Object


Field Summary
private  String description
           
private  String displayName
           
private  String name
           
 
Constructor Summary
PortletSelector.PortletInfo(String name, String displayName, String description)
           
 
Method Summary
 String getDescription()
           
 String getDisplayName()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

displayName

private String displayName

description

private String description
Constructor Detail

PortletSelector.PortletInfo

public PortletSelector.PortletInfo(String name,
                                   String displayName,
                                   String description)
Method Detail

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.