Liferay 6.1.2-ce-ga3

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()
           
 String getTypeSettingsProperty(String key)
           
 String getTypeSettingsProperty(String key, String defaultValue)
           
 void setLayout(Layout layout)
           
 void setTypeSettingsProperty(String key, 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(Layout layout)
Method Detail

getLayout

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

getTypeSettingsProperties

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

getTypeSettingsProperty

public String getTypeSettingsProperty(String key)
Specified by:
getTypeSettingsProperty in interface LayoutType

getTypeSettingsProperty

public String getTypeSettingsProperty(String key,
                                      String defaultValue)
Specified by:
getTypeSettingsProperty in interface LayoutType

setLayout

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

setTypeSettingsProperty

public void setTypeSettingsProperty(String key,
                                    String value)
Specified by:
setTypeSettingsProperty in interface LayoutType

Liferay 6.1.2-ce-ga3