Liferay 7.0-ce-b7 portal-service

com.liferay.portal.kernel.portlet
Class BasePortletLayoutFinder.ResultImpl

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.BasePortletLayoutFinder.ResultImpl
All Implemented Interfaces:
PortletLayoutFinder.Result
Enclosing class:
BasePortletLayoutFinder

protected class BasePortletLayoutFinder.ResultImpl
extends Object
implements PortletLayoutFinder.Result


Constructor Summary
BasePortletLayoutFinder.ResultImpl(long plid, String portletId)
           
 
Method Summary
 long getPlid()
           
 String getPortletId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasePortletLayoutFinder.ResultImpl

public BasePortletLayoutFinder.ResultImpl(long plid,
                                          String portletId)
Method Detail

getPlid

public long getPlid()
Specified by:
getPlid in interface PortletLayoutFinder.Result

getPortletId

public String getPortletId()
Specified by:
getPortletId in interface PortletLayoutFinder.Result

Liferay 7.0-ce-b7 portal-service