org.apache.jetspeed.portlets
Class PortletInfo

java.lang.Object
  extended by org.apache.jetspeed.portlets.PortletInfo
All Implemented Interfaces:
Serializable

public class PortletInfo
extends Object
implements Serializable

Portlet Info

Version:
$Id: $
Author:
David Sean Taylor
See Also:
Serialized Form

Field Summary
(package private)  int count
           
(package private)  String description
           
(package private)  String displayName
           
(package private)  String image
           
(package private)  String name
           
 
Constructor Summary
PortletInfo(String name, String displayName, String description)
           
PortletInfo(String name, String displayName, String description, String image)
           
PortletInfo(String name, String displayName, String description, String image, int count)
           
 
Method Summary
 Object clone()
           
 int getCount()
           
 String getDescription()
           
 String getDisplayName()
           
 String getImage()
           
 String getName()
           
 void setCount(int count)
           
 void setImage(String image)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

String name

displayName

String displayName

description

String description

image

String image

count

int count
Constructor Detail

PortletInfo

public PortletInfo(String name,
                   String displayName,
                   String description)

PortletInfo

public PortletInfo(String name,
                   String displayName,
                   String description,
                   String image)

PortletInfo

public PortletInfo(String name,
                   String displayName,
                   String description,
                   String image,
                   int count)
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.

getImage

public String getImage()
Returns:
Returns the image.

setImage

public void setImage(String image)
Parameters:
image - The image to set.

getCount

public int getCount()
Returns:
the count

setCount

public void setCount(int count)
Parameters:
count - the count to set

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.