org.exoplatform.services.portletcontainer.pci.model
Class PortletInfo

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.pci.model.PortletInfo

public class PortletInfo
extends Object

Jul 11, 2004 .


Constructor Summary
PortletInfo()
           
 
Method Summary
 String getId()
           
 String getKeywords()
           
 String getShortTitle()
           
 String getTitle()
           
 void setId(String value)
           
 void setKeywords(String keywords)
           
 void setShortTitle(String shortTitle)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletInfo

public PortletInfo()
Method Detail

getKeywords

public final String getKeywords()
Returns:
keywords

setKeywords

public final void setKeywords(String keywords)
Parameters:
keywords - keywords

getShortTitle

public final String getShortTitle()
Returns:
short title

setShortTitle

public final void setShortTitle(String shortTitle)
Parameters:
shortTitle - short title

getTitle

public final String getTitle()
Returns:
title

setTitle

public final void setTitle(String title)
Parameters:
title - title

getId

public final String getId()
Returns:
id

setId

public final void setId(String value)
Parameters:
value - id


Copyright © 2009 eXo Platform SAS. All Rights Reserved.