org.apache.jetspeed.portlets
Class PortletInfo
java.lang.Object
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
name
String name
displayName
String displayName
description
String description
image
String image
count
int count
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)
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.