com.liferay.portal.model.impl
Class LayoutModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Layout>
      extended by com.liferay.portal.model.impl.LayoutModelImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portal.model.Layout>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.LayoutModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portal.model.Layout>
Direct Known Subclasses:
LayoutBaseImpl

@JSON(strict=true)
public class LayoutModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Layout>
implements com.liferay.portal.model.LayoutModel

The base model implementation for the Layout service. Represents a row in the "Layout" database table, with each column mapped to a property of this class.

This implementation and its corresponding interface LayoutModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LayoutImpl.

Author:
Brian Wing Shun Chan
See Also:
LayoutImpl, Layout, LayoutModel, Serialized Form
Generated:

Field Summary
static boolean COLUMN_BITMASK_ENABLED
           
static long COMPANYID_COLUMN_BITMASK
           
static java.lang.String DATA_SOURCE
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
static long FRIENDLYURL_COLUMN_BITMASK
           
static long GROUPID_COLUMN_BITMASK
           
static long ICONIMAGEID_COLUMN_BITMASK
           
static long LAYOUTID_COLUMN_BITMASK
           
static long LOCK_EXPIRATION_TIME
           
static java.lang.String ORDER_BY_JPQL
           
static java.lang.String ORDER_BY_SQL
           
static long PARENTLAYOUTID_COLUMN_BITMASK
           
static long PRIVATELAYOUT_COLUMN_BITMASK
           
static java.lang.String SESSION_FACTORY
           
static long SOURCEPROTOTYPELAYOUTUUID_COLUMN_BITMASK
           
static java.lang.Object[][] TABLE_COLUMNS
           
static java.lang.String TABLE_NAME
           
static java.lang.String TABLE_SQL_CREATE
           
static java.lang.String TABLE_SQL_DROP
           
static java.lang.String TX_MANAGER
           
static long TYPE_COLUMN_BITMASK
           
static long UUID_COLUMN_BITMASK
           
 
Constructor Summary
LayoutModelImpl()
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(com.liferay.portal.model.Layout layout)
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getColorSchemeId()
           
 long getColumnBitmask()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 java.lang.String getCss()
           
 java.lang.String getDescription()
           
 java.lang.String getDescription(java.util.Locale locale)
           
 java.lang.String getDescription(java.util.Locale locale, boolean useDefault)
           
 java.lang.String getDescription(java.lang.String languageId)
           
 java.lang.String getDescription(java.lang.String languageId, boolean useDefault)
           
 java.lang.String getDescriptionCurrentLanguageId()
           
 java.lang.String getDescriptionCurrentValue()
           
 java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
           
 com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
           
 java.lang.String getFriendlyURL()
           
 long getGroupId()
           
 boolean getHidden()
           
 boolean getIconImage()
           
 long getIconImageId()
           
 java.lang.String getKeywords()
           
 java.lang.String getKeywords(java.util.Locale locale)
           
 java.lang.String getKeywords(java.util.Locale locale, boolean useDefault)
           
 java.lang.String getKeywords(java.lang.String languageId)
           
 java.lang.String getKeywords(java.lang.String languageId, boolean useDefault)
           
 java.lang.String getKeywordsCurrentLanguageId()
           
 java.lang.String getKeywordsCurrentValue()
           
 java.util.Map<java.util.Locale,java.lang.String> getKeywordsMap()
           
 long getLayoutId()
           
 boolean getLayoutPrototypeLinkEnabled()
           
 java.lang.String getLayoutPrototypeUuid()
           
 java.lang.Class<?> getModelClass()
           
 java.lang.String getModelClassName()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 java.lang.String getName(java.util.Locale locale)
           
 java.lang.String getName(java.util.Locale locale, boolean useDefault)
           
 java.lang.String getName(java.lang.String languageId)
           
 java.lang.String getName(java.lang.String languageId, boolean useDefault)
           
 java.lang.String getNameCurrentLanguageId()
           
 java.lang.String getNameCurrentValue()
           
 java.util.Map<java.util.Locale,java.lang.String> getNameMap()
           
 long getOriginalCompanyId()
           
 java.lang.String getOriginalFriendlyURL()
           
 long getOriginalGroupId()
           
 long getOriginalIconImageId()
           
 long getOriginalLayoutId()
           
 long getOriginalParentLayoutId()
           
 boolean getOriginalPrivateLayout()
           
 java.lang.String getOriginalSourcePrototypeLayoutUuid()
           
 java.lang.String getOriginalType()
           
 java.lang.String getOriginalUuid()
           
 long getParentLayoutId()
           
 long getPlid()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 int getPriority()
           
 boolean getPrivateLayout()
           
 java.lang.String getRobots()
           
 java.lang.String getRobots(java.util.Locale locale)
           
 java.lang.String getRobots(java.util.Locale locale, boolean useDefault)
           
 java.lang.String getRobots(java.lang.String languageId)
           
 java.lang.String getRobots(java.lang.String languageId, boolean useDefault)
           
 java.lang.String getRobotsCurrentLanguageId()
           
 java.lang.String getRobotsCurrentValue()
           
 java.util.Map<java.util.Locale,java.lang.String> getRobotsMap()
           
 java.lang.String getSourcePrototypeLayoutUuid()
           
 java.lang.String getThemeId()
           
 java.lang.String getTitle()
           
 java.lang.String getTitle(java.util.Locale locale)
           
 java.lang.String getTitle(java.util.Locale locale, boolean useDefault)
           
 java.lang.String getTitle(java.lang.String languageId)
           
 java.lang.String getTitle(java.lang.String languageId, boolean useDefault)
           
 java.lang.String getTitleCurrentLanguageId()
           
 java.lang.String getTitleCurrentValue()
           
 java.util.Map<java.util.Locale,java.lang.String> getTitleMap()
           
 java.lang.String getType()
           
 java.lang.String getTypeSettings()
           
 java.lang.String getUuid()
           
 java.lang.String getWapColorSchemeId()
           
 java.lang.String getWapThemeId()
           
 int hashCode()
           
 boolean isHidden()
           
 boolean isIconImage()
           
 boolean isLayoutPrototypeLinkEnabled()
           
 boolean isPrivateLayout()
           
 void resetOriginalValues()
           
 void setColorSchemeId(java.lang.String colorSchemeId)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setCss(java.lang.String css)
           
 void setDescription(java.lang.String description)
           
 void setDescription(java.lang.String description, java.util.Locale locale)
           
 void setDescription(java.lang.String description, java.util.Locale locale, java.util.Locale defaultLocale)
           
 void setDescriptionCurrentLanguageId(java.lang.String languageId)
           
 void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
           
 void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.util.Locale defaultLocale)
           
 void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
           
 void setFriendlyURL(java.lang.String friendlyURL)
           
 void setGroupId(long groupId)
           
 void setHidden(boolean hidden)
           
 void setIconImage(boolean iconImage)
           
 void setIconImageId(long iconImageId)
           
 void setKeywords(java.lang.String keywords)
           
 void setKeywords(java.lang.String keywords, java.util.Locale locale)
           
 void setKeywords(java.lang.String keywords, java.util.Locale locale, java.util.Locale defaultLocale)
           
 void setKeywordsCurrentLanguageId(java.lang.String languageId)
           
 void setKeywordsMap(java.util.Map<java.util.Locale,java.lang.String> keywordsMap)
           
 void setKeywordsMap(java.util.Map<java.util.Locale,java.lang.String> keywordsMap, java.util.Locale defaultLocale)
           
 void setLayoutId(long layoutId)
           
 void setLayoutPrototypeLinkEnabled(boolean layoutPrototypeLinkEnabled)
           
 void setLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setName(java.lang.String name)
           
 void setName(java.lang.String name, java.util.Locale locale)
           
 void setName(java.lang.String name, java.util.Locale locale, java.util.Locale defaultLocale)
           
 void setNameCurrentLanguageId(java.lang.String languageId)
           
 void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
           
 void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Locale defaultLocale)
           
 void setParentLayoutId(long parentLayoutId)
           
 void setPlid(long plid)
           
 void setPrimaryKey(long primaryKey)
           
 void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
           
 void setPriority(int priority)
           
 void setPrivateLayout(boolean privateLayout)
           
 void setRobots(java.lang.String robots)
           
 void setRobots(java.lang.String robots, java.util.Locale locale)
           
 void setRobots(java.lang.String robots, java.util.Locale locale, java.util.Locale defaultLocale)
           
 void setRobotsCurrentLanguageId(java.lang.String languageId)
           
 void setRobotsMap(java.util.Map<java.util.Locale,java.lang.String> robotsMap)
           
 void setRobotsMap(java.util.Map<java.util.Locale,java.lang.String> robotsMap, java.util.Locale defaultLocale)
           
 void setSourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
           
 void setThemeId(java.lang.String themeId)
           
 void setTitle(java.lang.String title)
           
 void setTitle(java.lang.String title, java.util.Locale locale)
           
 void setTitle(java.lang.String title, java.util.Locale locale, java.util.Locale defaultLocale)
           
 void setTitleCurrentLanguageId(java.lang.String languageId)
           
 void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
           
 void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Locale defaultLocale)
           
 void setType(java.lang.String type)
           
 void setTypeSettings(java.lang.String typeSettings)
           
 void setUuid(java.lang.String uuid)
           
 void setWapColorSchemeId(java.lang.String wapColorSchemeId)
           
 void setWapThemeId(java.lang.String wapThemeId)
           
 com.liferay.portal.model.CacheModel<com.liferay.portal.model.Layout> toCacheModel()
           
 com.liferay.portal.model.Layout toEscapedModel()
           
static com.liferay.portal.model.Layout toModel(com.liferay.portal.model.LayoutSoap soapModel)
          Converts the soap model instance into a normal model instance.
static java.util.List<com.liferay.portal.model.Layout> toModels(com.liferay.portal.model.LayoutSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.LayoutModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 

Field Detail

TABLE_NAME

public static final java.lang.String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final java.lang.Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final java.lang.String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final java.lang.String TABLE_SQL_DROP
See Also:
Constant Field Values

ORDER_BY_JPQL

public static final java.lang.String ORDER_BY_JPQL
See Also:
Constant Field Values

ORDER_BY_SQL

public static final java.lang.String ORDER_BY_SQL
See Also:
Constant Field Values

DATA_SOURCE

public static final java.lang.String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final java.lang.String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final java.lang.String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

COLUMN_BITMASK_ENABLED

public static final boolean COLUMN_BITMASK_ENABLED

COMPANYID_COLUMN_BITMASK

public static long COMPANYID_COLUMN_BITMASK

FRIENDLYURL_COLUMN_BITMASK

public static long FRIENDLYURL_COLUMN_BITMASK

GROUPID_COLUMN_BITMASK

public static long GROUPID_COLUMN_BITMASK

ICONIMAGEID_COLUMN_BITMASK

public static long ICONIMAGEID_COLUMN_BITMASK

LAYOUTID_COLUMN_BITMASK

public static long LAYOUTID_COLUMN_BITMASK

PARENTLAYOUTID_COLUMN_BITMASK

public static long PARENTLAYOUTID_COLUMN_BITMASK

PRIVATELAYOUT_COLUMN_BITMASK

public static long PRIVATELAYOUT_COLUMN_BITMASK

SOURCEPROTOTYPELAYOUTUUID_COLUMN_BITMASK

public static long SOURCEPROTOTYPELAYOUTUUID_COLUMN_BITMASK

TYPE_COLUMN_BITMASK

public static long TYPE_COLUMN_BITMASK

UUID_COLUMN_BITMASK

public static long UUID_COLUMN_BITMASK

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

LayoutModelImpl

public LayoutModelImpl()
Method Detail

toModel

public static com.liferay.portal.model.Layout toModel(com.liferay.portal.model.LayoutSoap soapModel)
Converts the soap model instance into a normal model instance.

Parameters:
soapModel - the soap model instance to convert
Returns:
the normal model instance

toModels

public static java.util.List<com.liferay.portal.model.Layout> toModels(com.liferay.portal.model.LayoutSoap[] soapModels)
Converts the soap model instances into normal model instances.

Parameters:
soapModels - the soap model instances to convert
Returns:
the normal model instances

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface com.liferay.portal.model.LayoutModel

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Specified by:
setPrimaryKey in interface com.liferay.portal.model.LayoutModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Layout>
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.LayoutModel

setPrimaryKeyObj

public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Layout>
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.LayoutModel

getModelClass

public java.lang.Class<?> getModelClass()
Specified by:
getModelClass in interface com.liferay.portal.model.ClassedModel

getModelClassName

public java.lang.String getModelClassName()
Specified by:
getModelClassName in interface com.liferay.portal.model.ClassedModel

getUuid

@JSON
public java.lang.String getUuid()
Specified by:
getUuid in interface com.liferay.portal.model.LayoutModel

setUuid

public void setUuid(java.lang.String uuid)
Specified by:
setUuid in interface com.liferay.portal.model.LayoutModel

getOriginalUuid

public java.lang.String getOriginalUuid()

getPlid

@JSON
public long getPlid()
Specified by:
getPlid in interface com.liferay.portal.model.LayoutModel

setPlid

public void setPlid(long plid)
Specified by:
setPlid in interface com.liferay.portal.model.LayoutModel

getGroupId

@JSON
public long getGroupId()
Specified by:
getGroupId in interface com.liferay.portal.model.LayoutModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface com.liferay.portal.model.LayoutModel

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

@JSON
public long getCompanyId()
Specified by:
getCompanyId in interface com.liferay.portal.model.LayoutModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface com.liferay.portal.model.LayoutModel

getOriginalCompanyId

public long getOriginalCompanyId()

getCreateDate

@JSON
public java.util.Date getCreateDate()
Specified by:
getCreateDate in interface com.liferay.portal.model.LayoutModel

setCreateDate

public void setCreateDate(java.util.Date createDate)
Specified by:
setCreateDate in interface com.liferay.portal.model.LayoutModel

getModifiedDate

@JSON
public java.util.Date getModifiedDate()
Specified by:
getModifiedDate in interface com.liferay.portal.model.LayoutModel

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)
Specified by:
setModifiedDate in interface com.liferay.portal.model.LayoutModel

getPrivateLayout

@JSON
public boolean getPrivateLayout()
Specified by:
getPrivateLayout in interface com.liferay.portal.model.LayoutModel

isPrivateLayout

public boolean isPrivateLayout()
Specified by:
isPrivateLayout in interface com.liferay.portal.model.LayoutModel

setPrivateLayout

public void setPrivateLayout(boolean privateLayout)
Specified by:
setPrivateLayout in interface com.liferay.portal.model.LayoutModel

getOriginalPrivateLayout

public boolean getOriginalPrivateLayout()

getLayoutId

@JSON
public long getLayoutId()
Specified by:
getLayoutId in interface com.liferay.portal.model.LayoutModel

setLayoutId

public void setLayoutId(long layoutId)
Specified by:
setLayoutId in interface com.liferay.portal.model.LayoutModel

getOriginalLayoutId

public long getOriginalLayoutId()

getParentLayoutId

@JSON
public long getParentLayoutId()
Specified by:
getParentLayoutId in interface com.liferay.portal.model.LayoutModel

setParentLayoutId

public void setParentLayoutId(long parentLayoutId)
Specified by:
setParentLayoutId in interface com.liferay.portal.model.LayoutModel

getOriginalParentLayoutId

public long getOriginalParentLayoutId()

getName

@JSON
public java.lang.String getName()
Specified by:
getName in interface com.liferay.portal.model.LayoutModel

getName

public java.lang.String getName(java.util.Locale locale)
Specified by:
getName in interface com.liferay.portal.model.LayoutModel

getName

public java.lang.String getName(java.util.Locale locale,
                                boolean useDefault)
Specified by:
getName in interface com.liferay.portal.model.LayoutModel

getName

public java.lang.String getName(java.lang.String languageId)
Specified by:
getName in interface com.liferay.portal.model.LayoutModel

getName

public java.lang.String getName(java.lang.String languageId,
                                boolean useDefault)
Specified by:
getName in interface com.liferay.portal.model.LayoutModel

getNameCurrentLanguageId

public java.lang.String getNameCurrentLanguageId()
Specified by:
getNameCurrentLanguageId in interface com.liferay.portal.model.LayoutModel

getNameCurrentValue

@JSON
public java.lang.String getNameCurrentValue()
Specified by:
getNameCurrentValue in interface com.liferay.portal.model.LayoutModel

getNameMap

public java.util.Map<java.util.Locale,java.lang.String> getNameMap()
Specified by:
getNameMap in interface com.liferay.portal.model.LayoutModel

setName

public void setName(java.lang.String name)
Specified by:
setName in interface com.liferay.portal.model.LayoutModel

setName

public void setName(java.lang.String name,
                    java.util.Locale locale)
Specified by:
setName in interface com.liferay.portal.model.LayoutModel

setName

public void setName(java.lang.String name,
                    java.util.Locale locale,
                    java.util.Locale defaultLocale)
Specified by:
setName in interface com.liferay.portal.model.LayoutModel

setNameCurrentLanguageId

public void setNameCurrentLanguageId(java.lang.String languageId)
Specified by:
setNameCurrentLanguageId in interface com.liferay.portal.model.LayoutModel

setNameMap

public void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
Specified by:
setNameMap in interface com.liferay.portal.model.LayoutModel

setNameMap

public void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap,
                       java.util.Locale defaultLocale)
Specified by:
setNameMap in interface com.liferay.portal.model.LayoutModel

getTitle

@JSON
public java.lang.String getTitle()
Specified by:
getTitle in interface com.liferay.portal.model.LayoutModel

getTitle

public java.lang.String getTitle(java.util.Locale locale)
Specified by:
getTitle in interface com.liferay.portal.model.LayoutModel

getTitle

public java.lang.String getTitle(java.util.Locale locale,
                                 boolean useDefault)
Specified by:
getTitle in interface com.liferay.portal.model.LayoutModel

getTitle

public java.lang.String getTitle(java.lang.String languageId)
Specified by:
getTitle in interface com.liferay.portal.model.LayoutModel

getTitle

public java.lang.String getTitle(java.lang.String languageId,
                                 boolean useDefault)
Specified by:
getTitle in interface com.liferay.portal.model.LayoutModel

getTitleCurrentLanguageId

public java.lang.String getTitleCurrentLanguageId()
Specified by:
getTitleCurrentLanguageId in interface com.liferay.portal.model.LayoutModel

getTitleCurrentValue

@JSON
public java.lang.String getTitleCurrentValue()
Specified by:
getTitleCurrentValue in interface com.liferay.portal.model.LayoutModel

getTitleMap

public java.util.Map<java.util.Locale,java.lang.String> getTitleMap()
Specified by:
getTitleMap in interface com.liferay.portal.model.LayoutModel

setTitle

public void setTitle(java.lang.String title)
Specified by:
setTitle in interface com.liferay.portal.model.LayoutModel

setTitle

public void setTitle(java.lang.String title,
                     java.util.Locale locale)
Specified by:
setTitle in interface com.liferay.portal.model.LayoutModel

setTitle

public void setTitle(java.lang.String title,
                     java.util.Locale locale,
                     java.util.Locale defaultLocale)
Specified by:
setTitle in interface com.liferay.portal.model.LayoutModel

setTitleCurrentLanguageId

public void setTitleCurrentLanguageId(java.lang.String languageId)
Specified by:
setTitleCurrentLanguageId in interface com.liferay.portal.model.LayoutModel

setTitleMap

public void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
Specified by:
setTitleMap in interface com.liferay.portal.model.LayoutModel

setTitleMap

public void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap,
                        java.util.Locale defaultLocale)
Specified by:
setTitleMap in interface com.liferay.portal.model.LayoutModel

getDescription

@JSON
public java.lang.String getDescription()
Specified by:
getDescription in interface com.liferay.portal.model.LayoutModel

getDescription

public java.lang.String getDescription(java.util.Locale locale)
Specified by:
getDescription in interface com.liferay.portal.model.LayoutModel

getDescription

public java.lang.String getDescription(java.util.Locale locale,
                                       boolean useDefault)
Specified by:
getDescription in interface com.liferay.portal.model.LayoutModel

getDescription

public java.lang.String getDescription(java.lang.String languageId)
Specified by:
getDescription in interface com.liferay.portal.model.LayoutModel

getDescription

public java.lang.String getDescription(java.lang.String languageId,
                                       boolean useDefault)
Specified by:
getDescription in interface com.liferay.portal.model.LayoutModel

getDescriptionCurrentLanguageId

public java.lang.String getDescriptionCurrentLanguageId()
Specified by:
getDescriptionCurrentLanguageId in interface com.liferay.portal.model.LayoutModel

getDescriptionCurrentValue

@JSON
public java.lang.String getDescriptionCurrentValue()
Specified by:
getDescriptionCurrentValue in interface com.liferay.portal.model.LayoutModel

getDescriptionMap

public java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
Specified by:
getDescriptionMap in interface com.liferay.portal.model.LayoutModel

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface com.liferay.portal.model.LayoutModel

setDescription

public void setDescription(java.lang.String description,
                           java.util.Locale locale)
Specified by:
setDescription in interface com.liferay.portal.model.LayoutModel

setDescription

public void setDescription(java.lang.String description,
                           java.util.Locale locale,
                           java.util.Locale defaultLocale)
Specified by:
setDescription in interface com.liferay.portal.model.LayoutModel

setDescriptionCurrentLanguageId

public void setDescriptionCurrentLanguageId(java.lang.String languageId)
Specified by:
setDescriptionCurrentLanguageId in interface com.liferay.portal.model.LayoutModel

setDescriptionMap

public void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
Specified by:
setDescriptionMap in interface com.liferay.portal.model.LayoutModel

setDescriptionMap

public void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
                              java.util.Locale defaultLocale)
Specified by:
setDescriptionMap in interface com.liferay.portal.model.LayoutModel

getKeywords

@JSON
public java.lang.String getKeywords()
Specified by:
getKeywords in interface com.liferay.portal.model.LayoutModel

getKeywords

public java.lang.String getKeywords(java.util.Locale locale)
Specified by:
getKeywords in interface com.liferay.portal.model.LayoutModel

getKeywords

public java.lang.String getKeywords(java.util.Locale locale,
                                    boolean useDefault)
Specified by:
getKeywords in interface com.liferay.portal.model.LayoutModel

getKeywords

public java.lang.String getKeywords(java.lang.String languageId)
Specified by:
getKeywords in interface com.liferay.portal.model.LayoutModel

getKeywords

public java.lang.String getKeywords(java.lang.String languageId,
                                    boolean useDefault)
Specified by:
getKeywords in interface com.liferay.portal.model.LayoutModel

getKeywordsCurrentLanguageId

public java.lang.String getKeywordsCurrentLanguageId()
Specified by:
getKeywordsCurrentLanguageId in interface com.liferay.portal.model.LayoutModel

getKeywordsCurrentValue

@JSON
public java.lang.String getKeywordsCurrentValue()
Specified by:
getKeywordsCurrentValue in interface com.liferay.portal.model.LayoutModel

getKeywordsMap

public java.util.Map<java.util.Locale,java.lang.String> getKeywordsMap()
Specified by:
getKeywordsMap in interface com.liferay.portal.model.LayoutModel

setKeywords

public void setKeywords(java.lang.String keywords)
Specified by:
setKeywords in interface com.liferay.portal.model.LayoutModel

setKeywords

public void setKeywords(java.lang.String keywords,
                        java.util.Locale locale)
Specified by:
setKeywords in interface com.liferay.portal.model.LayoutModel

setKeywords

public void setKeywords(java.lang.String keywords,
                        java.util.Locale locale,
                        java.util.Locale defaultLocale)
Specified by:
setKeywords in interface com.liferay.portal.model.LayoutModel

setKeywordsCurrentLanguageId

public void setKeywordsCurrentLanguageId(java.lang.String languageId)
Specified by:
setKeywordsCurrentLanguageId in interface com.liferay.portal.model.LayoutModel

setKeywordsMap

public void setKeywordsMap(java.util.Map<java.util.Locale,java.lang.String> keywordsMap)
Specified by:
setKeywordsMap in interface com.liferay.portal.model.LayoutModel

setKeywordsMap

public void setKeywordsMap(java.util.Map<java.util.Locale,java.lang.String> keywordsMap,
                           java.util.Locale defaultLocale)
Specified by:
setKeywordsMap in interface com.liferay.portal.model.LayoutModel

getRobots

@JSON
public java.lang.String getRobots()
Specified by:
getRobots in interface com.liferay.portal.model.LayoutModel

getRobots

public java.lang.String getRobots(java.util.Locale locale)
Specified by:
getRobots in interface com.liferay.portal.model.LayoutModel

getRobots

public java.lang.String getRobots(java.util.Locale locale,
                                  boolean useDefault)
Specified by:
getRobots in interface com.liferay.portal.model.LayoutModel

getRobots

public java.lang.String getRobots(java.lang.String languageId)
Specified by:
getRobots in interface com.liferay.portal.model.LayoutModel

getRobots

public java.lang.String getRobots(java.lang.String languageId,
                                  boolean useDefault)
Specified by:
getRobots in interface com.liferay.portal.model.LayoutModel

getRobotsCurrentLanguageId

public java.lang.String getRobotsCurrentLanguageId()
Specified by:
getRobotsCurrentLanguageId in interface com.liferay.portal.model.LayoutModel

getRobotsCurrentValue

@JSON
public java.lang.String getRobotsCurrentValue()
Specified by:
getRobotsCurrentValue in interface com.liferay.portal.model.LayoutModel

getRobotsMap

public java.util.Map<java.util.Locale,java.lang.String> getRobotsMap()
Specified by:
getRobotsMap in interface com.liferay.portal.model.LayoutModel

setRobots

public void setRobots(java.lang.String robots)
Specified by:
setRobots in interface com.liferay.portal.model.LayoutModel

setRobots

public void setRobots(java.lang.String robots,
                      java.util.Locale locale)
Specified by:
setRobots in interface com.liferay.portal.model.LayoutModel

setRobots

public void setRobots(java.lang.String robots,
                      java.util.Locale locale,
                      java.util.Locale defaultLocale)
Specified by:
setRobots in interface com.liferay.portal.model.LayoutModel

setRobotsCurrentLanguageId

public void setRobotsCurrentLanguageId(java.lang.String languageId)
Specified by:
setRobotsCurrentLanguageId in interface com.liferay.portal.model.LayoutModel

setRobotsMap

public void setRobotsMap(java.util.Map<java.util.Locale,java.lang.String> robotsMap)
Specified by:
setRobotsMap in interface com.liferay.portal.model.LayoutModel

setRobotsMap

public void setRobotsMap(java.util.Map<java.util.Locale,java.lang.String> robotsMap,
                         java.util.Locale defaultLocale)
Specified by:
setRobotsMap in interface com.liferay.portal.model.LayoutModel

getType

@JSON
public java.lang.String getType()
Specified by:
getType in interface com.liferay.portal.model.LayoutModel

setType

public void setType(java.lang.String type)
Specified by:
setType in interface com.liferay.portal.model.LayoutModel

getOriginalType

public java.lang.String getOriginalType()

getTypeSettings

@JSON
public java.lang.String getTypeSettings()
Specified by:
getTypeSettings in interface com.liferay.portal.model.LayoutModel

setTypeSettings

public void setTypeSettings(java.lang.String typeSettings)
Specified by:
setTypeSettings in interface com.liferay.portal.model.LayoutModel

getHidden

@JSON
public boolean getHidden()
Specified by:
getHidden in interface com.liferay.portal.model.LayoutModel

isHidden

public boolean isHidden()
Specified by:
isHidden in interface com.liferay.portal.model.LayoutModel

setHidden

public void setHidden(boolean hidden)
Specified by:
setHidden in interface com.liferay.portal.model.LayoutModel

getFriendlyURL

@JSON
public java.lang.String getFriendlyURL()
Specified by:
getFriendlyURL in interface com.liferay.portal.model.LayoutModel

setFriendlyURL

public void setFriendlyURL(java.lang.String friendlyURL)
Specified by:
setFriendlyURL in interface com.liferay.portal.model.LayoutModel

getOriginalFriendlyURL

public java.lang.String getOriginalFriendlyURL()

getIconImage

@JSON
public boolean getIconImage()
Specified by:
getIconImage in interface com.liferay.portal.model.LayoutModel

isIconImage

public boolean isIconImage()
Specified by:
isIconImage in interface com.liferay.portal.model.LayoutModel

setIconImage

public void setIconImage(boolean iconImage)
Specified by:
setIconImage in interface com.liferay.portal.model.LayoutModel

getIconImageId

@JSON
public long getIconImageId()
Specified by:
getIconImageId in interface com.liferay.portal.model.LayoutModel

setIconImageId

public void setIconImageId(long iconImageId)
Specified by:
setIconImageId in interface com.liferay.portal.model.LayoutModel

getOriginalIconImageId

public long getOriginalIconImageId()

getThemeId

@JSON
public java.lang.String getThemeId()
Specified by:
getThemeId in interface com.liferay.portal.model.LayoutModel

setThemeId

public void setThemeId(java.lang.String themeId)
Specified by:
setThemeId in interface com.liferay.portal.model.LayoutModel

getColorSchemeId

@JSON
public java.lang.String getColorSchemeId()
Specified by:
getColorSchemeId in interface com.liferay.portal.model.LayoutModel

setColorSchemeId

public void setColorSchemeId(java.lang.String colorSchemeId)
Specified by:
setColorSchemeId in interface com.liferay.portal.model.LayoutModel

getWapThemeId

@JSON
public java.lang.String getWapThemeId()
Specified by:
getWapThemeId in interface com.liferay.portal.model.LayoutModel

setWapThemeId

public void setWapThemeId(java.lang.String wapThemeId)
Specified by:
setWapThemeId in interface com.liferay.portal.model.LayoutModel

getWapColorSchemeId

@JSON
public java.lang.String getWapColorSchemeId()
Specified by:
getWapColorSchemeId in interface com.liferay.portal.model.LayoutModel

setWapColorSchemeId

public void setWapColorSchemeId(java.lang.String wapColorSchemeId)
Specified by:
setWapColorSchemeId in interface com.liferay.portal.model.LayoutModel

getCss

@JSON
public java.lang.String getCss()
Specified by:
getCss in interface com.liferay.portal.model.LayoutModel

setCss

public void setCss(java.lang.String css)
Specified by:
setCss in interface com.liferay.portal.model.LayoutModel

getPriority

@JSON
public int getPriority()
Specified by:
getPriority in interface com.liferay.portal.model.LayoutModel

setPriority

public void setPriority(int priority)
Specified by:
setPriority in interface com.liferay.portal.model.LayoutModel

getLayoutPrototypeUuid

@JSON
public java.lang.String getLayoutPrototypeUuid()
Specified by:
getLayoutPrototypeUuid in interface com.liferay.portal.model.LayoutModel

setLayoutPrototypeUuid

public void setLayoutPrototypeUuid(java.lang.String layoutPrototypeUuid)
Specified by:
setLayoutPrototypeUuid in interface com.liferay.portal.model.LayoutModel

getLayoutPrototypeLinkEnabled

@JSON
public boolean getLayoutPrototypeLinkEnabled()
Specified by:
getLayoutPrototypeLinkEnabled in interface com.liferay.portal.model.LayoutModel

isLayoutPrototypeLinkEnabled

public boolean isLayoutPrototypeLinkEnabled()
Specified by:
isLayoutPrototypeLinkEnabled in interface com.liferay.portal.model.LayoutModel

setLayoutPrototypeLinkEnabled

public void setLayoutPrototypeLinkEnabled(boolean layoutPrototypeLinkEnabled)
Specified by:
setLayoutPrototypeLinkEnabled in interface com.liferay.portal.model.LayoutModel

getSourcePrototypeLayoutUuid

@JSON
public java.lang.String getSourcePrototypeLayoutUuid()
Specified by:
getSourcePrototypeLayoutUuid in interface com.liferay.portal.model.LayoutModel

setSourcePrototypeLayoutUuid

public void setSourcePrototypeLayoutUuid(java.lang.String sourcePrototypeLayoutUuid)
Specified by:
setSourcePrototypeLayoutUuid in interface com.liferay.portal.model.LayoutModel

getOriginalSourcePrototypeLayoutUuid

public java.lang.String getOriginalSourcePrototypeLayoutUuid()

getColumnBitmask

public long getColumnBitmask()

toEscapedModel

public com.liferay.portal.model.Layout toEscapedModel()
Specified by:
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Layout>
Specified by:
toEscapedModel in interface com.liferay.portal.model.LayoutModel
Overrides:
toEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Layout>

getExpandoBridge

public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Layout>
Specified by:
getExpandoBridge in interface com.liferay.portal.model.ClassedModel
Specified by:
getExpandoBridge in interface com.liferay.portal.model.LayoutModel
Overrides:
getExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Layout>

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Layout>
Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.model.LayoutModel
Overrides:
setExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Layout>

clone

public java.lang.Object clone()
Specified by:
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Layout>
Specified by:
clone in interface com.liferay.portal.model.LayoutModel
Specified by:
clone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Layout>

compareTo

public int compareTo(com.liferay.portal.model.Layout layout)
Specified by:
compareTo in interface com.liferay.portal.model.LayoutModel
Specified by:
compareTo in interface java.lang.Comparable<com.liferay.portal.model.Layout>

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface com.liferay.portal.model.LayoutModel
Overrides:
hashCode in class java.lang.Object

resetOriginalValues

public void resetOriginalValues()
Specified by:
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Layout>
Overrides:
resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Layout>

toCacheModel

public com.liferay.portal.model.CacheModel<com.liferay.portal.model.Layout> toCacheModel()
Specified by:
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Layout>
Specified by:
toCacheModel in interface com.liferay.portal.model.LayoutModel
Overrides:
toCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Layout>

toString

public java.lang.String toString()
Specified by:
toString in interface com.liferay.portal.model.LayoutModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Layout>
Specified by:
toXmlString in interface com.liferay.portal.model.LayoutModel