public class LayoutTypeImpl
extends java.lang.Object
implements com.liferay.portal.model.LayoutType
| Constructor and Description |
|---|
LayoutTypeImpl(com.liferay.portal.model.Layout layout) |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.model.Layout |
getLayout() |
com.liferay.portal.kernel.util.UnicodeProperties |
getTypeSettingsProperties() |
java.lang.String |
getTypeSettingsProperty(java.lang.String key) |
java.lang.String |
getTypeSettingsProperty(java.lang.String key,
java.lang.String defaultValue) |
void |
setLayout(com.liferay.portal.model.Layout layout) |
void |
setTypeSettingsProperty(java.lang.String key,
java.lang.String value) |
public com.liferay.portal.model.Layout getLayout()
getLayout in interface com.liferay.portal.model.LayoutTypepublic com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties()
getTypeSettingsProperties in interface com.liferay.portal.model.LayoutTypepublic java.lang.String getTypeSettingsProperty(java.lang.String key)
getTypeSettingsProperty in interface com.liferay.portal.model.LayoutTypepublic java.lang.String getTypeSettingsProperty(java.lang.String key,
java.lang.String defaultValue)
getTypeSettingsProperty in interface com.liferay.portal.model.LayoutTypepublic void setLayout(com.liferay.portal.model.Layout layout)
setLayout in interface com.liferay.portal.model.LayoutTypepublic void setTypeSettingsProperty(java.lang.String key,
java.lang.String value)
setTypeSettingsProperty in interface com.liferay.portal.model.LayoutType