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

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
LayoutTypeImpl(com.liferay.portal.model.Layout layout)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutTypeImpl

public LayoutTypeImpl(com.liferay.portal.model.Layout layout)
Method Detail

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