com.liferay.portal.model
Interface LayoutSetModel
- All Superinterfaces:
- BaseModel<LayoutSet>, java.lang.Cloneable, java.lang.Comparable<LayoutSet>, java.io.Serializable
- All Known Subinterfaces:
- LayoutSet
- All Known Implementing Classes:
- LayoutSetWrapper
public interface LayoutSetModel
- extends BaseModel<LayoutSet>
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:
LayoutSet
,
LayoutSetImpl
,
LayoutSetModelImpl
- Generated:
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getLayoutSetId
long getLayoutSetId()
setLayoutSetId
void setLayoutSetId(long layoutSetId)
getGroupId
long getGroupId()
setGroupId
void setGroupId(long groupId)
getCompanyId
long getCompanyId()
setCompanyId
void setCompanyId(long companyId)
getPrivateLayout
boolean getPrivateLayout()
isPrivateLayout
boolean isPrivateLayout()
setPrivateLayout
void setPrivateLayout(boolean privateLayout)
getLogo
boolean getLogo()
isLogo
boolean isLogo()
setLogo
void setLogo(boolean logo)
getLogoId
long getLogoId()
setLogoId
void setLogoId(long logoId)
getThemeId
@AutoEscape
java.lang.String getThemeId()
setThemeId
void setThemeId(java.lang.String themeId)
getColorSchemeId
@AutoEscape
java.lang.String getColorSchemeId()
setColorSchemeId
void setColorSchemeId(java.lang.String colorSchemeId)
getWapThemeId
@AutoEscape
java.lang.String getWapThemeId()
setWapThemeId
void setWapThemeId(java.lang.String wapThemeId)
getWapColorSchemeId
@AutoEscape
java.lang.String getWapColorSchemeId()
setWapColorSchemeId
void setWapColorSchemeId(java.lang.String wapColorSchemeId)
getCss
@AutoEscape
java.lang.String getCss()
setCss
void setCss(java.lang.String css)
getPageCount
int getPageCount()
setPageCount
void setPageCount(int pageCount)
getVirtualHost
@AutoEscape
java.lang.String getVirtualHost()
setVirtualHost
void setVirtualHost(java.lang.String virtualHost)
isNew
boolean isNew()
- Specified by:
isNew
in interface BaseModel<LayoutSet>
setNew
boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<LayoutSet>
isCachedModel
boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<LayoutSet>
setCachedModel
void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<LayoutSet>
isEscapedModel
boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<LayoutSet>
setEscapedModel
void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<LayoutSet>
getPrimaryKeyObj
java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<LayoutSet>
getExpandoBridge
ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<LayoutSet>
setExpandoBridgeAttributes
void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<LayoutSet>
clone
java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<LayoutSet>
compareTo
int compareTo(LayoutSet layoutSet)
- Specified by:
compareTo
in interface java.lang.Comparable<LayoutSet>
hashCode
int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toEscapedModel
LayoutSet toEscapedModel()
- Specified by:
toEscapedModel
in interface BaseModel<LayoutSet>
toString
java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toXmlString
java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<LayoutSet>