com.liferay.portal.model
Interface LayoutSetModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- LayoutSet
- public interface LayoutSetModel
- extends BaseModel
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.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.model.LayoutSet
,
com.liferay.portal.service.model.impl.LayoutSetImpl
,
com.liferay.portal.service.model.impl.LayoutSetModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getLayoutSetId
public long getLayoutSetId()
setLayoutSetId
public void setLayoutSetId(long layoutSetId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getPrivateLayout
public boolean getPrivateLayout()
isPrivateLayout
public boolean isPrivateLayout()
setPrivateLayout
public void setPrivateLayout(boolean privateLayout)
getLogo
public boolean getLogo()
isLogo
public boolean isLogo()
setLogo
public void setLogo(boolean logo)
getLogoId
public long getLogoId()
setLogoId
public void setLogoId(long logoId)
getThemeId
public java.lang.String getThemeId()
setThemeId
public void setThemeId(java.lang.String themeId)
getColorSchemeId
public java.lang.String getColorSchemeId()
setColorSchemeId
public void setColorSchemeId(java.lang.String colorSchemeId)
getWapThemeId
public java.lang.String getWapThemeId()
setWapThemeId
public void setWapThemeId(java.lang.String wapThemeId)
getWapColorSchemeId
public java.lang.String getWapColorSchemeId()
setWapColorSchemeId
public void setWapColorSchemeId(java.lang.String wapColorSchemeId)
getCss
public java.lang.String getCss()
setCss
public void setCss(java.lang.String css)
getPageCount
public int getPageCount()
setPageCount
public void setPageCount(int pageCount)
getVirtualHost
public java.lang.String getVirtualHost()
setVirtualHost
public void setVirtualHost(java.lang.String virtualHost)