com.liferay.portal.model.impl
Class LayoutTypeImpl
java.lang.Object
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
- Author:
- Brian Wing Shun Chan
- See Also:
- Serialized Form
|
Constructor Summary |
LayoutTypeImpl(com.liferay.portal.model.Layout layout)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutTypeImpl
public LayoutTypeImpl(com.liferay.portal.model.Layout layout)
getLayout
public com.liferay.portal.model.Layout getLayout()
- Specified by:
getLayout 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
getTypeSettingsProperty
public java.lang.String getTypeSettingsProperty(java.lang.String key)
- Specified by:
getTypeSettingsProperty in interface com.liferay.portal.model.LayoutType
getTypeSettingsProperty
public java.lang.String getTypeSettingsProperty(java.lang.String key,
java.lang.String defaultValue)
setLayout
public void setLayout(com.liferay.portal.model.Layout layout)
- Specified by:
setLayout in interface com.liferay.portal.model.LayoutType
setTypeSettingsProperty
public void setTypeSettingsProperty(java.lang.String key,
java.lang.String value)
- Specified by:
setTypeSettingsProperty in interface com.liferay.portal.model.LayoutType