com.liferay.portal.model
Class PortletInfo
java.lang.Object
com.liferay.portal.model.PortletInfo
- All Implemented Interfaces:
- Serializable
public class PortletInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletInfo
public PortletInfo()
PortletInfo
public PortletInfo(String title,
String shortTitle,
String keywords,
String description)
getDescription
public String getDescription()
getKeywords
public String getKeywords()
getShortTitle
public String getShortTitle()
getTitle
public String getTitle()