com.liferay.portal.model
Interface LayoutSet

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, LayoutSetModel, java.io.Serializable

public interface LayoutSet
extends LayoutSetModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the LayoutSet table in the database.

Customize com.liferay.portal.service.model.impl.LayoutSetImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.model.LayoutSetModel, com.liferay.portal.service.model.impl.LayoutSetImpl, com.liferay.portal.service.model.impl.LayoutSetModelImpl

Method Summary
 ColorScheme getColorScheme()
           
 Theme getTheme()
           
 ColorScheme getWapColorScheme()
           
 Theme getWapTheme()
           
 
Methods inherited from interface com.liferay.portal.model.LayoutSetModel
getColorSchemeId, getCompanyId, getCss, getGroupId, getLayoutSetId, getLogo, getLogoId, getPageCount, getPrimaryKey, getPrivateLayout, getThemeId, getVirtualHost, getWapColorSchemeId, getWapThemeId, isLogo, isPrivateLayout, setColorSchemeId, setCompanyId, setCss, setGroupId, setLayoutSetId, setLogo, setLogoId, setPageCount, setPrimaryKey, setPrivateLayout, setThemeId, setVirtualHost, setWapColorSchemeId, setWapThemeId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getTheme

Theme getTheme()

getColorScheme

ColorScheme getColorScheme()

getWapTheme

Theme getWapTheme()

getWapColorScheme

ColorScheme getWapColorScheme()