Liferay 6.0.5

com.liferay.portal.model.impl
Class LayoutTypeImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.LayoutTypeImpl
All Implemented Interfaces:
LayoutType, Serializable
Direct Known Subclasses:
LayoutTypePortletImpl

public class LayoutTypeImpl
extends Object
implements LayoutType

See Also:
Serialized Form

Constructor Summary
LayoutTypeImpl(Layout layout)
           
 
Method Summary
 Layout getLayout()
           
 UnicodeProperties getTypeSettingsProperties()
           
 void setLayout(Layout layout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutTypeImpl

public LayoutTypeImpl(Layout layout)
Method Detail

getLayout

public Layout getLayout()
Specified by:
getLayout in interface LayoutType

getTypeSettingsProperties

public UnicodeProperties getTypeSettingsProperties()
Specified by:
getTypeSettingsProperties in interface LayoutType

setLayout

public void setLayout(Layout layout)
Specified by:
setLayout in interface LayoutType

Liferay 6.0.5