com.liferay.portal.model.impl
Class LayoutTypeImpl

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

public class LayoutTypeImpl
extends java.lang.Object
implements com.liferay.portal.model.LayoutType

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
LayoutTypeImpl(LayoutImpl layout)
           
 
Method Summary
 com.liferay.portal.model.Layout getLayout()
           
 com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties()
           
 void setLayout(com.liferay.portal.model.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(LayoutImpl layout)
Method Detail

getLayout

public com.liferay.portal.model.Layout getLayout()
Specified by:
getLayout in interface com.liferay.portal.model.LayoutType

setLayout

public void setLayout(com.liferay.portal.model.Layout layout)
Specified by:
setLayout in interface com.liferay.portal.model.LayoutType

getTypeSettingsProperties

public com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties()
Specified by:
getTypeSettingsProperties in interface com.liferay.portal.model.LayoutType