Liferay 6.0.5

com.liferay.portal.model
Class PortletInfo

java.lang.Object
  extended by com.liferay.portal.model.PortletInfo
All Implemented Interfaces:
Serializable

public class PortletInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PortletInfo()
           
PortletInfo(String title, String shortTitle, String keywords, String description)
           
 
Method Summary
 String getDescription()
           
 String getKeywords()
           
 String getShortTitle()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletInfo

public PortletInfo()

PortletInfo

public PortletInfo(String title,
                   String shortTitle,
                   String keywords,
                   String description)
Method Detail

getTitle

public String getTitle()

getShortTitle

public String getShortTitle()

getKeywords

public String getKeywords()

getDescription

public String getDescription()

Liferay 6.0.5