Liferay 6.1.2-ce-ga3

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

getDescription

public String getDescription()

getKeywords

public String getKeywords()

getShortTitle

public String getShortTitle()

getTitle

public String getTitle()

Liferay 6.1.2-ce-ga3