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:

Method Summary
 java.lang.Object clone()
           
 int compareTo(LayoutSet layoutSet)
           
 java.lang.String getColorSchemeId()
           
 long getCompanyId()
           
 java.lang.String getCss()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 long getLayoutSetId()
           
 long getLayoutSetPrototypeId()
           
 boolean getLogo()
           
 long getLogoId()
           
 int getPageCount()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 boolean getPrivateLayout()
           
 java.lang.String getThemeId()
           
 java.lang.String getVirtualHost()
           
 java.lang.String getWapColorSchemeId()
           
 java.lang.String getWapThemeId()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isLogo()
           
 boolean isNew()
           
 boolean isPrivateLayout()
           
 void setCachedModel(boolean cachedModel)
           
 void setColorSchemeId(java.lang.String colorSchemeId)
           
 void setCompanyId(long companyId)
           
 void setCss(java.lang.String css)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 void setLayoutSetId(long layoutSetId)
           
 void setLayoutSetPrototypeId(long layoutSetPrototypeId)
           
 void setLogo(boolean logo)
           
 void setLogoId(long logoId)
           
 boolean setNew(boolean n)
           
 void setPageCount(int pageCount)
           
 void setPrimaryKey(long pk)
           
 void setPrivateLayout(boolean privateLayout)
           
 void setThemeId(java.lang.String themeId)
           
 void setVirtualHost(java.lang.String virtualHost)
           
 void setWapColorSchemeId(java.lang.String wapColorSchemeId)
           
 void setWapThemeId(java.lang.String wapThemeId)
           
 LayoutSet toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 

Method Detail

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

java.lang.String getThemeId()

setThemeId

void setThemeId(java.lang.String themeId)

getColorSchemeId

java.lang.String getColorSchemeId()

setColorSchemeId

void setColorSchemeId(java.lang.String colorSchemeId)

getWapThemeId

java.lang.String getWapThemeId()

setWapThemeId

void setWapThemeId(java.lang.String wapThemeId)

getWapColorSchemeId

java.lang.String getWapColorSchemeId()

setWapColorSchemeId

void setWapColorSchemeId(java.lang.String wapColorSchemeId)

getCss

java.lang.String getCss()

setCss

void setCss(java.lang.String css)

getPageCount

int getPageCount()

setPageCount

void setPageCount(int pageCount)

getVirtualHost

java.lang.String getVirtualHost()

setVirtualHost

void setVirtualHost(java.lang.String virtualHost)

getLayoutSetPrototypeId

long getLayoutSetPrototypeId()

setLayoutSetPrototypeId

void setLayoutSetPrototypeId(long layoutSetPrototypeId)

toEscapedModel

LayoutSet toEscapedModel()

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

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object

toXmlString

java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<LayoutSet>