Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class LayoutSetBranchModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<LayoutSetBranch>
      extended by com.liferay.portal.model.impl.LayoutSetBranchModelImpl
All Implemented Interfaces:
AuditedModel, BaseModel<LayoutSetBranch>, ClassedModel, GroupedModel, LayoutSetBranchModel, Serializable, Cloneable, Comparable<LayoutSetBranch>
Direct Known Subclasses:
LayoutSetBranchBaseImpl

@JSON(strict=true)
public class LayoutSetBranchModelImpl
extends BaseModelImpl<LayoutSetBranch>
implements LayoutSetBranchModel

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

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

See Also:
LayoutSetBranchImpl, LayoutSetBranch, LayoutSetBranchModel, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static boolean COLUMN_BITMASK_ENABLED
           
static String DATA_SOURCE
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
static long GROUPID_COLUMN_BITMASK
           
static long LOCK_EXPIRATION_TIME
           
static long MASTER_COLUMN_BITMASK
           
static long NAME_COLUMN_BITMASK
           
static String ORDER_BY_JPQL
           
static String ORDER_BY_SQL
           
static long PRIVATELAYOUT_COLUMN_BITMASK
           
static String SESSION_FACTORY
           
static Object[][] TABLE_COLUMNS
           
static String TABLE_NAME
           
static String TABLE_SQL_CREATE
           
static String TABLE_SQL_DROP
           
static String TX_MANAGER
           
 
Constructor Summary
LayoutSetBranchModelImpl()
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(LayoutSetBranch layoutSetBranch)
           
 boolean equals(Object obj)
           
 String getColorSchemeId()
          Returns the color scheme ID of this layout set branch.
 long getColumnBitmask()
           
 long getCompanyId()
          Returns the company ID of this layout set branch.
 Date getCreateDate()
          Returns the create date of this layout set branch.
 String getCss()
          Returns the css of this layout set branch.
 String getDescription()
          Returns the description of this layout set branch.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getGroupId()
          Returns the group ID of this layout set branch.
 long getLayoutSetBranchId()
          Returns the layout set branch ID of this layout set branch.
 boolean getLayoutSetPrototypeLinkEnabled()
          Returns the layout set prototype link enabled of this layout set branch.
 String getLayoutSetPrototypeUuid()
          Returns the layout set prototype uuid of this layout set branch.
 boolean getLogo()
          Returns the logo of this layout set branch.
 long getLogoId()
          Returns the logo ID of this layout set branch.
 boolean getMaster()
          Returns the master of this layout set branch.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
          Returns the modified date of this layout set branch.
 String getName()
          Returns the name of this layout set branch.
 long getOriginalGroupId()
           
 boolean getOriginalMaster()
           
 String getOriginalName()
           
 boolean getOriginalPrivateLayout()
           
 long getPrimaryKey()
          Returns the primary key of this layout set branch.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 boolean getPrivateLayout()
          Returns the private layout of this layout set branch.
 String getSettings()
          Returns the settings of this layout set branch.
 String getThemeId()
          Returns the theme ID of this layout set branch.
 long getUserId()
          Returns the user ID of this layout set branch.
 String getUserName()
          Returns the user name of this layout set branch.
 String getUserUuid()
          Returns the user uuid of this layout set branch.
 String getWapColorSchemeId()
          Returns the wap color scheme ID of this layout set branch.
 String getWapThemeId()
          Returns the wap theme ID of this layout set branch.
 int hashCode()
           
 boolean isLayoutSetPrototypeLinkEnabled()
          Returns true if this layout set branch is layout set prototype link enabled.
 boolean isLogo()
          Returns true if this layout set branch is logo.
 boolean isMaster()
          Returns true if this layout set branch is master.
 boolean isPrivateLayout()
          Returns true if this layout set branch is private layout.
 void resetOriginalValues()
          Reset all original fields to current values.
 void setColorSchemeId(String colorSchemeId)
          Sets the color scheme ID of this layout set branch.
 void setCompanyId(long companyId)
          Sets the company ID of this layout set branch.
 void setCreateDate(Date createDate)
          Sets the create date of this layout set branch.
 void setCss(String css)
          Sets the css of this layout set branch.
 void setDescription(String description)
          Sets the description of this layout set branch.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setGroupId(long groupId)
          Sets the group ID of this layout set branch.
 void setLayoutSetBranchId(long layoutSetBranchId)
          Sets the layout set branch ID of this layout set branch.
 void setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled)
          Sets whether this layout set branch is layout set prototype link enabled.
 void setLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
          Sets the layout set prototype uuid of this layout set branch.
 void setLogo(boolean logo)
          Sets whether this layout set branch is logo.
 void setLogoId(long logoId)
          Sets the logo ID of this layout set branch.
 void setMaster(boolean master)
          Sets whether this layout set branch is master.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this layout set branch.
 void setName(String name)
          Sets the name of this layout set branch.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this layout set branch.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setPrivateLayout(boolean privateLayout)
          Sets whether this layout set branch is private layout.
 void setSettings(String settings)
          Sets the settings of this layout set branch.
 void setThemeId(String themeId)
          Sets the theme ID of this layout set branch.
 void setUserId(long userId)
          Sets the user ID of this layout set branch.
 void setUserName(String userName)
          Sets the user name of this layout set branch.
 void setUserUuid(String userUuid)
          Sets the user uuid of this layout set branch.
 void setWapColorSchemeId(String wapColorSchemeId)
          Sets the wap color scheme ID of this layout set branch.
 void setWapThemeId(String wapThemeId)
          Sets the wap theme ID of this layout set branch.
 CacheModel<LayoutSetBranch> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 LayoutSetBranch toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
static LayoutSetBranch toModel(LayoutSetBranchSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<LayoutSetBranch> toModels(LayoutSetBranchSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 String toString()
           
 LayoutSetBranch toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
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.LayoutSetBranchModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 

Field Detail

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

ORDER_BY_JPQL

public static final String ORDER_BY_JPQL
See Also:
Constant Field Values

ORDER_BY_SQL

public static final String ORDER_BY_SQL
See Also:
Constant Field Values

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final 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

GROUPID_COLUMN_BITMASK

public static long GROUPID_COLUMN_BITMASK

MASTER_COLUMN_BITMASK

public static long MASTER_COLUMN_BITMASK

NAME_COLUMN_BITMASK

public static long NAME_COLUMN_BITMASK

PRIVATELAYOUT_COLUMN_BITMASK

public static long PRIVATELAYOUT_COLUMN_BITMASK

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

LayoutSetBranchModelImpl

public LayoutSetBranchModelImpl()
Method Detail

toModel

public static LayoutSetBranch toModel(LayoutSetBranchSoap 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 List<LayoutSetBranch> toModels(LayoutSetBranchSoap[] 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()
Description copied from interface: LayoutSetBranchModel
Returns the primary key of this layout set branch.

Specified by:
getPrimaryKey in interface LayoutSetBranchModel
Returns:
the primary key of this layout set branch

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Description copied from interface: LayoutSetBranchModel
Sets the primary key of this layout set branch.

Specified by:
setPrimaryKey in interface LayoutSetBranchModel
Parameters:
primaryKey - the primary key of this layout set branch

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<LayoutSetBranch>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface LayoutSetBranchModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<LayoutSetBranch>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface LayoutSetBranchModel
Parameters:
primaryKeyObj - the primary key of this model instance

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<LayoutSetBranch>
Overrides:
getModelAttributes in class BaseModelImpl<LayoutSetBranch>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<LayoutSetBranch>
Overrides:
setModelAttributes in class BaseModelImpl<LayoutSetBranch>

getLayoutSetBranchId

@JSON
public long getLayoutSetBranchId()
Description copied from interface: LayoutSetBranchModel
Returns the layout set branch ID of this layout set branch.

Specified by:
getLayoutSetBranchId in interface LayoutSetBranchModel
Returns:
the layout set branch ID of this layout set branch

setLayoutSetBranchId

public void setLayoutSetBranchId(long layoutSetBranchId)
Description copied from interface: LayoutSetBranchModel
Sets the layout set branch ID of this layout set branch.

Specified by:
setLayoutSetBranchId in interface LayoutSetBranchModel
Parameters:
layoutSetBranchId - the layout set branch ID of this layout set branch

getGroupId

@JSON
public long getGroupId()
Description copied from interface: LayoutSetBranchModel
Returns the group ID of this layout set branch.

Specified by:
getGroupId in interface GroupedModel
Specified by:
getGroupId in interface LayoutSetBranchModel
Returns:
the group ID of this layout set branch

setGroupId

public void setGroupId(long groupId)
Description copied from interface: LayoutSetBranchModel
Sets the group ID of this layout set branch.

Specified by:
setGroupId in interface GroupedModel
Specified by:
setGroupId in interface LayoutSetBranchModel
Parameters:
groupId - the group ID of this layout set branch

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

@JSON
public long getCompanyId()
Description copied from interface: LayoutSetBranchModel
Returns the company ID of this layout set branch.

Specified by:
getCompanyId in interface AuditedModel
Specified by:
getCompanyId in interface LayoutSetBranchModel
Returns:
the company ID of this layout set branch

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: LayoutSetBranchModel
Sets the company ID of this layout set branch.

Specified by:
setCompanyId in interface AuditedModel
Specified by:
setCompanyId in interface LayoutSetBranchModel
Parameters:
companyId - the company ID of this layout set branch

getUserId

@JSON
public long getUserId()
Description copied from interface: LayoutSetBranchModel
Returns the user ID of this layout set branch.

Specified by:
getUserId in interface AuditedModel
Specified by:
getUserId in interface LayoutSetBranchModel
Returns:
the user ID of this layout set branch

setUserId

public void setUserId(long userId)
Description copied from interface: LayoutSetBranchModel
Sets the user ID of this layout set branch.

Specified by:
setUserId in interface AuditedModel
Specified by:
setUserId in interface LayoutSetBranchModel
Parameters:
userId - the user ID of this layout set branch

getUserUuid

public String getUserUuid()
                   throws SystemException
Description copied from interface: LayoutSetBranchModel
Returns the user uuid of this layout set branch.

Specified by:
getUserUuid in interface AuditedModel
Specified by:
getUserUuid in interface LayoutSetBranchModel
Returns:
the user uuid of this layout set branch
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Description copied from interface: LayoutSetBranchModel
Sets the user uuid of this layout set branch.

Specified by:
setUserUuid in interface AuditedModel
Specified by:
setUserUuid in interface LayoutSetBranchModel
Parameters:
userUuid - the user uuid of this layout set branch

getUserName

@JSON
public String getUserName()
Description copied from interface: LayoutSetBranchModel
Returns the user name of this layout set branch.

Specified by:
getUserName in interface AuditedModel
Specified by:
getUserName in interface LayoutSetBranchModel
Returns:
the user name of this layout set branch

setUserName

public void setUserName(String userName)
Description copied from interface: LayoutSetBranchModel
Sets the user name of this layout set branch.

Specified by:
setUserName in interface AuditedModel
Specified by:
setUserName in interface LayoutSetBranchModel
Parameters:
userName - the user name of this layout set branch

getCreateDate

@JSON
public Date getCreateDate()
Description copied from interface: LayoutSetBranchModel
Returns the create date of this layout set branch.

Specified by:
getCreateDate in interface AuditedModel
Specified by:
getCreateDate in interface LayoutSetBranchModel
Returns:
the create date of this layout set branch

setCreateDate

public void setCreateDate(Date createDate)
Description copied from interface: LayoutSetBranchModel
Sets the create date of this layout set branch.

Specified by:
setCreateDate in interface AuditedModel
Specified by:
setCreateDate in interface LayoutSetBranchModel
Parameters:
createDate - the create date of this layout set branch

getModifiedDate

@JSON
public Date getModifiedDate()
Description copied from interface: LayoutSetBranchModel
Returns the modified date of this layout set branch.

Specified by:
getModifiedDate in interface AuditedModel
Specified by:
getModifiedDate in interface LayoutSetBranchModel
Returns:
the modified date of this layout set branch

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Description copied from interface: LayoutSetBranchModel
Sets the modified date of this layout set branch.

Specified by:
setModifiedDate in interface AuditedModel
Specified by:
setModifiedDate in interface LayoutSetBranchModel
Parameters:
modifiedDate - the modified date of this layout set branch

getPrivateLayout

@JSON
public boolean getPrivateLayout()
Description copied from interface: LayoutSetBranchModel
Returns the private layout of this layout set branch.

Specified by:
getPrivateLayout in interface LayoutSetBranchModel
Returns:
the private layout of this layout set branch

isPrivateLayout

public boolean isPrivateLayout()
Description copied from interface: LayoutSetBranchModel
Returns true if this layout set branch is private layout.

Specified by:
isPrivateLayout in interface LayoutSetBranchModel
Returns:
true if this layout set branch is private layout; false otherwise

setPrivateLayout

public void setPrivateLayout(boolean privateLayout)
Description copied from interface: LayoutSetBranchModel
Sets whether this layout set branch is private layout.

Specified by:
setPrivateLayout in interface LayoutSetBranchModel
Parameters:
privateLayout - the private layout of this layout set branch

getOriginalPrivateLayout

public boolean getOriginalPrivateLayout()

getName

@JSON
public String getName()
Description copied from interface: LayoutSetBranchModel
Returns the name of this layout set branch.

Specified by:
getName in interface LayoutSetBranchModel
Returns:
the name of this layout set branch

setName

public void setName(String name)
Description copied from interface: LayoutSetBranchModel
Sets the name of this layout set branch.

Specified by:
setName in interface LayoutSetBranchModel
Parameters:
name - the name of this layout set branch

getOriginalName

public String getOriginalName()

getDescription

@JSON
public String getDescription()
Description copied from interface: LayoutSetBranchModel
Returns the description of this layout set branch.

Specified by:
getDescription in interface LayoutSetBranchModel
Returns:
the description of this layout set branch

setDescription

public void setDescription(String description)
Description copied from interface: LayoutSetBranchModel
Sets the description of this layout set branch.

Specified by:
setDescription in interface LayoutSetBranchModel
Parameters:
description - the description of this layout set branch

getMaster

@JSON
public boolean getMaster()
Description copied from interface: LayoutSetBranchModel
Returns the master of this layout set branch.

Specified by:
getMaster in interface LayoutSetBranchModel
Returns:
the master of this layout set branch

isMaster

public boolean isMaster()
Description copied from interface: LayoutSetBranchModel
Returns true if this layout set branch is master.

Specified by:
isMaster in interface LayoutSetBranchModel
Returns:
true if this layout set branch is master; false otherwise

setMaster

public void setMaster(boolean master)
Description copied from interface: LayoutSetBranchModel
Sets whether this layout set branch is master.

Specified by:
setMaster in interface LayoutSetBranchModel
Parameters:
master - the master of this layout set branch

getOriginalMaster

public boolean getOriginalMaster()

getLogo

@JSON
public boolean getLogo()
Description copied from interface: LayoutSetBranchModel
Returns the logo of this layout set branch.

Specified by:
getLogo in interface LayoutSetBranchModel
Returns:
the logo of this layout set branch

isLogo

public boolean isLogo()
Description copied from interface: LayoutSetBranchModel
Returns true if this layout set branch is logo.

Specified by:
isLogo in interface LayoutSetBranchModel
Returns:
true if this layout set branch is logo; false otherwise

setLogo

public void setLogo(boolean logo)
Description copied from interface: LayoutSetBranchModel
Sets whether this layout set branch is logo.

Specified by:
setLogo in interface LayoutSetBranchModel
Parameters:
logo - the logo of this layout set branch

getLogoId

@JSON
public long getLogoId()
Description copied from interface: LayoutSetBranchModel
Returns the logo ID of this layout set branch.

Specified by:
getLogoId in interface LayoutSetBranchModel
Returns:
the logo ID of this layout set branch

setLogoId

public void setLogoId(long logoId)
Description copied from interface: LayoutSetBranchModel
Sets the logo ID of this layout set branch.

Specified by:
setLogoId in interface LayoutSetBranchModel
Parameters:
logoId - the logo ID of this layout set branch

getThemeId

@JSON
public String getThemeId()
Description copied from interface: LayoutSetBranchModel
Returns the theme ID of this layout set branch.

Specified by:
getThemeId in interface LayoutSetBranchModel
Returns:
the theme ID of this layout set branch

setThemeId

public void setThemeId(String themeId)
Description copied from interface: LayoutSetBranchModel
Sets the theme ID of this layout set branch.

Specified by:
setThemeId in interface LayoutSetBranchModel
Parameters:
themeId - the theme ID of this layout set branch

getColorSchemeId

@JSON
public String getColorSchemeId()
Description copied from interface: LayoutSetBranchModel
Returns the color scheme ID of this layout set branch.

Specified by:
getColorSchemeId in interface LayoutSetBranchModel
Returns:
the color scheme ID of this layout set branch

setColorSchemeId

public void setColorSchemeId(String colorSchemeId)
Description copied from interface: LayoutSetBranchModel
Sets the color scheme ID of this layout set branch.

Specified by:
setColorSchemeId in interface LayoutSetBranchModel
Parameters:
colorSchemeId - the color scheme ID of this layout set branch

getWapThemeId

@JSON
public String getWapThemeId()
Description copied from interface: LayoutSetBranchModel
Returns the wap theme ID of this layout set branch.

Specified by:
getWapThemeId in interface LayoutSetBranchModel
Returns:
the wap theme ID of this layout set branch

setWapThemeId

public void setWapThemeId(String wapThemeId)
Description copied from interface: LayoutSetBranchModel
Sets the wap theme ID of this layout set branch.

Specified by:
setWapThemeId in interface LayoutSetBranchModel
Parameters:
wapThemeId - the wap theme ID of this layout set branch

getWapColorSchemeId

@JSON
public String getWapColorSchemeId()
Description copied from interface: LayoutSetBranchModel
Returns the wap color scheme ID of this layout set branch.

Specified by:
getWapColorSchemeId in interface LayoutSetBranchModel
Returns:
the wap color scheme ID of this layout set branch

setWapColorSchemeId

public void setWapColorSchemeId(String wapColorSchemeId)
Description copied from interface: LayoutSetBranchModel
Sets the wap color scheme ID of this layout set branch.

Specified by:
setWapColorSchemeId in interface LayoutSetBranchModel
Parameters:
wapColorSchemeId - the wap color scheme ID of this layout set branch

getCss

@JSON
public String getCss()
Description copied from interface: LayoutSetBranchModel
Returns the css of this layout set branch.

Specified by:
getCss in interface LayoutSetBranchModel
Returns:
the css of this layout set branch

setCss

public void setCss(String css)
Description copied from interface: LayoutSetBranchModel
Sets the css of this layout set branch.

Specified by:
setCss in interface LayoutSetBranchModel
Parameters:
css - the css of this layout set branch

getSettings

@JSON
public String getSettings()
Description copied from interface: LayoutSetBranchModel
Returns the settings of this layout set branch.

Specified by:
getSettings in interface LayoutSetBranchModel
Returns:
the settings of this layout set branch

setSettings

public void setSettings(String settings)
Description copied from interface: LayoutSetBranchModel
Sets the settings of this layout set branch.

Specified by:
setSettings in interface LayoutSetBranchModel
Parameters:
settings - the settings of this layout set branch

getLayoutSetPrototypeUuid

@JSON
public String getLayoutSetPrototypeUuid()
Description copied from interface: LayoutSetBranchModel
Returns the layout set prototype uuid of this layout set branch.

Specified by:
getLayoutSetPrototypeUuid in interface LayoutSetBranchModel
Returns:
the layout set prototype uuid of this layout set branch

setLayoutSetPrototypeUuid

public void setLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
Description copied from interface: LayoutSetBranchModel
Sets the layout set prototype uuid of this layout set branch.

Specified by:
setLayoutSetPrototypeUuid in interface LayoutSetBranchModel
Parameters:
layoutSetPrototypeUuid - the layout set prototype uuid of this layout set branch

getLayoutSetPrototypeLinkEnabled

@JSON
public boolean getLayoutSetPrototypeLinkEnabled()
Description copied from interface: LayoutSetBranchModel
Returns the layout set prototype link enabled of this layout set branch.

Specified by:
getLayoutSetPrototypeLinkEnabled in interface LayoutSetBranchModel
Returns:
the layout set prototype link enabled of this layout set branch

isLayoutSetPrototypeLinkEnabled

public boolean isLayoutSetPrototypeLinkEnabled()
Description copied from interface: LayoutSetBranchModel
Returns true if this layout set branch is layout set prototype link enabled.

Specified by:
isLayoutSetPrototypeLinkEnabled in interface LayoutSetBranchModel
Returns:
true if this layout set branch is layout set prototype link enabled; false otherwise

setLayoutSetPrototypeLinkEnabled

public void setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled)
Description copied from interface: LayoutSetBranchModel
Sets whether this layout set branch is layout set prototype link enabled.

Specified by:
setLayoutSetPrototypeLinkEnabled in interface LayoutSetBranchModel
Parameters:
layoutSetPrototypeLinkEnabled - the layout set prototype link enabled of this layout set branch

getColumnBitmask

public long getColumnBitmask()

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<LayoutSetBranch>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface LayoutSetBranchModel
Overrides:
getExpandoBridge in class BaseModelImpl<LayoutSetBranch>
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<LayoutSetBranch>
Specified by:
setExpandoBridgeAttributes in interface LayoutSetBranchModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<LayoutSetBranch>
Parameters:
serviceContext - the service context
See Also:
ServiceContext.getExpandoBridgeAttributes( )

toEscapedModel

public LayoutSetBranch toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<LayoutSetBranch>
Specified by:
toEscapedModel in interface LayoutSetBranchModel
Overrides:
toEscapedModel in class BaseModelImpl<LayoutSetBranch>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public LayoutSetBranch toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<LayoutSetBranch>
Specified by:
toUnescapedModel in interface LayoutSetBranchModel
Overrides:
toUnescapedModel in class BaseModelImpl<LayoutSetBranch>

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<LayoutSetBranch>
Specified by:
clone in interface LayoutSetBranchModel
Specified by:
clone in class BaseModelImpl<LayoutSetBranch>
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(LayoutSetBranch layoutSetBranch)
Specified by:
compareTo in interface LayoutSetBranchModel
Specified by:
compareTo in interface Comparable<LayoutSetBranch>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface LayoutSetBranchModel
Overrides:
hashCode in class Object

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<LayoutSetBranch>
Overrides:
resetOriginalValues in class BaseModelImpl<LayoutSetBranch>

toCacheModel

public CacheModel<LayoutSetBranch> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<LayoutSetBranch>
Specified by:
toCacheModel in interface LayoutSetBranchModel
Overrides:
toCacheModel in class BaseModelImpl<LayoutSetBranch>
Returns:
the cache model object

toString

public String toString()
Specified by:
toString in interface LayoutSetBranchModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<LayoutSetBranch>
Specified by:
toXmlString in interface LayoutSetBranchModel
Returns:
the XML representation of this model instance

Liferay 6.1.2-ce-ga3