Liferay 6.2-ce-ga5

com.liferay.portal.model
Class LayoutReference

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

public class LayoutReference
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LayoutReference()
           
LayoutReference(LayoutSoap layoutSoap, String portletId)
           
 
Method Summary
 LayoutSoap getLayoutSoap()
           
 String getPortletId()
           
 void setLayoutSoap(LayoutSoap layoutSoap)
           
 void setPortletId(String portletId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutReference

public LayoutReference()

LayoutReference

public LayoutReference(LayoutSoap layoutSoap,
                       String portletId)
Method Detail

getLayoutSoap

public LayoutSoap getLayoutSoap()

getPortletId

public String getPortletId()

setLayoutSoap

public void setLayoutSoap(LayoutSoap layoutSoap)

setPortletId

public void setPortletId(String portletId)

Liferay 6.2-ce-ga5