Liferay 7.0-ce-b4

com.liferay.portal.kernel.portlet
Class PortletDisplayModel

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.PortletDisplayModel

public class PortletDisplayModel
extends Object


Constructor Summary
PortletDisplayModel(PortletDisplay portletDisplay)
           
 
Method Summary
 String getId()
           
 String getInstanceId()
           
 String getPortletName()
           
 String getResourcePK()
           
 String getRootPortletId()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletDisplayModel

public PortletDisplayModel(PortletDisplay portletDisplay)
Method Detail

getId

public String getId()

getInstanceId

public String getInstanceId()

getPortletName

public String getPortletName()

getResourcePK

public String getResourcePK()

getRootPortletId

public String getRootPortletId()

getTitle

public String getTitle()

Liferay 7.0-ce-b4