com.liferay.portal.model
Class LayoutSetWrapper
java.lang.Object
com.liferay.portal.model.LayoutSetWrapper
- All Implemented Interfaces:
- BaseModel<LayoutSet>, LayoutSet, LayoutSetModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<LayoutSet>
public class LayoutSetWrapper
- extends java.lang.Object
- implements LayoutSet
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for LayoutSet.
- Author:
- Brian Wing Shun Chan
- See Also:
LayoutSet,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
LayoutSetWrapper
public LayoutSetWrapper(LayoutSet layoutSet)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface LayoutSetModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey in interface LayoutSetModel
getLayoutSetId
public long getLayoutSetId()
- Specified by:
getLayoutSetId in interface LayoutSetModel
setLayoutSetId
public void setLayoutSetId(long layoutSetId)
- Specified by:
setLayoutSetId in interface LayoutSetModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface LayoutSetModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface LayoutSetModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId in interface LayoutSetModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface LayoutSetModel
getPrivateLayout
public boolean getPrivateLayout()
- Specified by:
getPrivateLayout in interface LayoutSetModel
isPrivateLayout
public boolean isPrivateLayout()
- Specified by:
isPrivateLayout in interface LayoutSetModel
setPrivateLayout
public void setPrivateLayout(boolean privateLayout)
- Specified by:
setPrivateLayout in interface LayoutSetModel
getLogo
public boolean getLogo()
- Specified by:
getLogo in interface LayoutSetModel
isLogo
public boolean isLogo()
- Specified by:
isLogo in interface LayoutSetModel
setLogo
public void setLogo(boolean logo)
- Specified by:
setLogo in interface LayoutSetModel
getLogoId
public long getLogoId()
- Specified by:
getLogoId in interface LayoutSetModel
setLogoId
public void setLogoId(long logoId)
- Specified by:
setLogoId in interface LayoutSetModel
getThemeId
public java.lang.String getThemeId()
- Specified by:
getThemeId in interface LayoutSetModel
setThemeId
public void setThemeId(java.lang.String themeId)
- Specified by:
setThemeId in interface LayoutSetModel
getColorSchemeId
public java.lang.String getColorSchemeId()
- Specified by:
getColorSchemeId in interface LayoutSetModel
setColorSchemeId
public void setColorSchemeId(java.lang.String colorSchemeId)
- Specified by:
setColorSchemeId in interface LayoutSetModel
getWapThemeId
public java.lang.String getWapThemeId()
- Specified by:
getWapThemeId in interface LayoutSetModel
setWapThemeId
public void setWapThemeId(java.lang.String wapThemeId)
- Specified by:
setWapThemeId in interface LayoutSetModel
getWapColorSchemeId
public java.lang.String getWapColorSchemeId()
- Specified by:
getWapColorSchemeId in interface LayoutSetModel
setWapColorSchemeId
public void setWapColorSchemeId(java.lang.String wapColorSchemeId)
- Specified by:
setWapColorSchemeId in interface LayoutSetModel
getCss
public java.lang.String getCss()
- Specified by:
getCss in interface LayoutSetModel
setCss
public void setCss(java.lang.String css)
- Specified by:
setCss in interface LayoutSetModel
getPageCount
public int getPageCount()
- Specified by:
getPageCount in interface LayoutSetModel
setPageCount
public void setPageCount(int pageCount)
- Specified by:
setPageCount in interface LayoutSetModel
getVirtualHost
public java.lang.String getVirtualHost()
- Specified by:
getVirtualHost in interface LayoutSetModel
setVirtualHost
public void setVirtualHost(java.lang.String virtualHost)
- Specified by:
setVirtualHost in interface LayoutSetModel
getLayoutSetPrototypeId
public long getLayoutSetPrototypeId()
- Specified by:
getLayoutSetPrototypeId in interface LayoutSetModel
setLayoutSetPrototypeId
public void setLayoutSetPrototypeId(long layoutSetPrototypeId)
- Specified by:
setLayoutSetPrototypeId in interface LayoutSetModel
toEscapedModel
public LayoutSet toEscapedModel()
- Specified by:
toEscapedModel in interface LayoutSetModel
isNew
public boolean isNew()
- Specified by:
isNew in interface BaseModel<LayoutSet>- Specified by:
isNew in interface LayoutSetModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<LayoutSet>- Specified by:
setNew in interface LayoutSetModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<LayoutSet>- Specified by:
isCachedModel in interface LayoutSetModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<LayoutSet>- Specified by:
setCachedModel in interface LayoutSetModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<LayoutSet>- Specified by:
isEscapedModel in interface LayoutSetModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<LayoutSet>- Specified by:
setEscapedModel in interface LayoutSetModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<LayoutSet>- Specified by:
getPrimaryKeyObj in interface LayoutSetModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<LayoutSet>- Specified by:
getExpandoBridge in interface LayoutSetModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<LayoutSet>- Specified by:
setExpandoBridgeAttributes in interface LayoutSetModel
clone
public java.lang.Object clone()
- Specified by:
clone in interface BaseModel<LayoutSet>- Specified by:
clone in interface LayoutSetModel- Overrides:
clone in class java.lang.Object
compareTo
public int compareTo(LayoutSet layoutSet)
- Specified by:
compareTo in interface LayoutSetModel- Specified by:
compareTo in interface java.lang.Comparable<LayoutSet>
hashCode
public int hashCode()
- Specified by:
hashCode in interface LayoutSetModel- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString in interface LayoutSetModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<LayoutSet>- Specified by:
toXmlString in interface LayoutSetModel
getTheme
public Theme getTheme()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getTheme in interface LayoutSet
- Throws:
com.liferay.portal.kernel.exception.SystemException
getColorScheme
public ColorScheme getColorScheme()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getColorScheme in interface LayoutSet
- Throws:
com.liferay.portal.kernel.exception.SystemException
getGroup
public Group getGroup()
- Specified by:
getGroup in interface LayoutSet
getWapTheme
public Theme getWapTheme()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWapTheme in interface LayoutSet
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWapColorScheme
public ColorScheme getWapColorScheme()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWapColorScheme in interface LayoutSet
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWrappedLayoutSet
public LayoutSet getWrappedLayoutSet()