Liferay 6.0.5

com.liferay.portal.model
Interface LayoutType

All Superinterfaces:
Serializable
All Known Subinterfaces:
LayoutTypePortlet
All Known Implementing Classes:
LayoutTypeImpl, LayoutTypePortletImpl

public interface LayoutType
extends Serializable


Method Summary
 Layout getLayout()
           
 UnicodeProperties getTypeSettingsProperties()
           
 void setLayout(Layout layout)
           
 

Method Detail

getLayout

Layout getLayout()

getTypeSettingsProperties

UnicodeProperties getTypeSettingsProperties()

setLayout

void setLayout(Layout layout)

Liferay 6.0.5