Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface LayoutSetBranchModel

All Superinterfaces:
AuditedModel, BaseModel<LayoutSetBranch>, ClassedModel, Cloneable, Comparable<LayoutSetBranch>, GroupedModel, Serializable
All Known Subinterfaces:
LayoutSetBranch
All Known Implementing Classes:
LayoutSetBranchBaseImpl, LayoutSetBranchImpl, LayoutSetBranchModelImpl, LayoutSetBranchWrapper

@ProviderType
public interface LayoutSetBranchModel
extends BaseModel<LayoutSetBranch>, GroupedModel

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

This interface and its corresponding implementation LayoutSetBranchModelImpl 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:
LayoutSetBranch, LayoutSetBranchImpl, LayoutSetBranchModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(LayoutSetBranch layoutSetBranch)
           
 String getColorSchemeId()
          Returns the color scheme ID of this layout set branch.
 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.
 Date getModifiedDate()
          Returns the modified date of this layout set branch.
 String getName()
          Returns the name of this layout set branch.
 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 isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Returns true if this model instance is escaped.
 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 isNew()
          Returns true if this model instance does not yet exist in the database.
 boolean isPrivateLayout()
          Returns true if this layout set branch is private layout.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 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(BaseModel<?> baseModel)
           
 void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
           
 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 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 setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 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.
 String toString()
           
 LayoutSetBranch toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Method Detail

getPrimaryKey

long getPrimaryKey()
Returns the primary key of this layout set branch.

Returns:
the primary key of this layout set branch

setPrimaryKey

void setPrimaryKey(long primaryKey)
Sets the primary key of this layout set branch.

Parameters:
primaryKey - the primary key of this layout set branch

getLayoutSetBranchId

long getLayoutSetBranchId()
Returns the layout set branch ID of this layout set branch.

Returns:
the layout set branch ID of this layout set branch

setLayoutSetBranchId

void setLayoutSetBranchId(long layoutSetBranchId)
Sets the layout set branch ID of this layout set branch.

Parameters:
layoutSetBranchId - the layout set branch ID of this layout set branch

getGroupId

long getGroupId()
Returns the group ID of this layout set branch.

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

setGroupId

void setGroupId(long groupId)
Sets the group ID of this layout set branch.

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

getCompanyId

long getCompanyId()
Returns the company ID of this layout set branch.

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

setCompanyId

void setCompanyId(long companyId)
Sets the company ID of this layout set branch.

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

getUserId

long getUserId()
Returns the user ID of this layout set branch.

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

setUserId

void setUserId(long userId)
Sets the user ID of this layout set branch.

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

getUserUuid

String getUserUuid()
                   throws SystemException
Returns the user uuid of this layout set branch.

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

setUserUuid

void setUserUuid(String userUuid)
Sets the user uuid of this layout set branch.

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

getUserName

@AutoEscape
String getUserName()
Returns the user name of this layout set branch.

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

setUserName

void setUserName(String userName)
Sets the user name of this layout set branch.

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

getCreateDate

Date getCreateDate()
Returns the create date of this layout set branch.

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

setCreateDate

void setCreateDate(Date createDate)
Sets the create date of this layout set branch.

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

getModifiedDate

Date getModifiedDate()
Returns the modified date of this layout set branch.

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

setModifiedDate

void setModifiedDate(Date modifiedDate)
Sets the modified date of this layout set branch.

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

getPrivateLayout

boolean getPrivateLayout()
Returns the private layout of this layout set branch.

Returns:
the private layout of this layout set branch

isPrivateLayout

boolean isPrivateLayout()
Returns true if this layout set branch is private layout.

Returns:
true if this layout set branch is private layout; false otherwise

setPrivateLayout

void setPrivateLayout(boolean privateLayout)
Sets whether this layout set branch is private layout.

Parameters:
privateLayout - the private layout of this layout set branch

getName

@AutoEscape
String getName()
Returns the name of this layout set branch.

Returns:
the name of this layout set branch

setName

void setName(String name)
Sets the name of this layout set branch.

Parameters:
name - the name of this layout set branch

getDescription

@AutoEscape
String getDescription()
Returns the description of this layout set branch.

Returns:
the description of this layout set branch

setDescription

void setDescription(String description)
Sets the description of this layout set branch.

Parameters:
description - the description of this layout set branch

getMaster

boolean getMaster()
Returns the master of this layout set branch.

Returns:
the master of this layout set branch

isMaster

boolean isMaster()
Returns true if this layout set branch is master.

Returns:
true if this layout set branch is master; false otherwise

setMaster

void setMaster(boolean master)
Sets whether this layout set branch is master.

Parameters:
master - the master of this layout set branch

getLogo

boolean getLogo()
Returns the logo of this layout set branch.

Returns:
the logo of this layout set branch

isLogo

boolean isLogo()
Returns true if this layout set branch is logo.

Returns:
true if this layout set branch is logo; false otherwise

setLogo

void setLogo(boolean logo)
Sets whether this layout set branch is logo.

Parameters:
logo - the logo of this layout set branch

getLogoId

long getLogoId()
Returns the logo ID of this layout set branch.

Returns:
the logo ID of this layout set branch

setLogoId

void setLogoId(long logoId)
Sets the logo ID of this layout set branch.

Parameters:
logoId - the logo ID of this layout set branch

getThemeId

@AutoEscape
String getThemeId()
Returns the theme ID of this layout set branch.

Returns:
the theme ID of this layout set branch

setThemeId

void setThemeId(String themeId)
Sets the theme ID of this layout set branch.

Parameters:
themeId - the theme ID of this layout set branch

getColorSchemeId

@AutoEscape
String getColorSchemeId()
Returns the color scheme ID of this layout set branch.

Returns:
the color scheme ID of this layout set branch

setColorSchemeId

void setColorSchemeId(String colorSchemeId)
Sets the color scheme ID of this layout set branch.

Parameters:
colorSchemeId - the color scheme ID of this layout set branch

getWapThemeId

@AutoEscape
String getWapThemeId()
Returns the wap theme ID of this layout set branch.

Returns:
the wap theme ID of this layout set branch

setWapThemeId

void setWapThemeId(String wapThemeId)
Sets the wap theme ID of this layout set branch.

Parameters:
wapThemeId - the wap theme ID of this layout set branch

getWapColorSchemeId

@AutoEscape
String getWapColorSchemeId()
Returns the wap color scheme ID of this layout set branch.

Returns:
the wap color scheme ID of this layout set branch

setWapColorSchemeId

void setWapColorSchemeId(String wapColorSchemeId)
Sets the wap color scheme ID of this layout set branch.

Parameters:
wapColorSchemeId - the wap color scheme ID of this layout set branch

getCss

@AutoEscape
String getCss()
Returns the css of this layout set branch.

Returns:
the css of this layout set branch

setCss

void setCss(String css)
Sets the css of this layout set branch.

Parameters:
css - the css of this layout set branch

getSettings

@AutoEscape
String getSettings()
Returns the settings of this layout set branch.

Returns:
the settings of this layout set branch

setSettings

void setSettings(String settings)
Sets the settings of this layout set branch.

Parameters:
settings - the settings of this layout set branch

getLayoutSetPrototypeUuid

@AutoEscape
String getLayoutSetPrototypeUuid()
Returns the layout set prototype uuid of this layout set branch.

Returns:
the layout set prototype uuid of this layout set branch

setLayoutSetPrototypeUuid

void setLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
Sets the layout set prototype uuid of this layout set branch.

Parameters:
layoutSetPrototypeUuid - the layout set prototype uuid of this layout set branch

getLayoutSetPrototypeLinkEnabled

boolean getLayoutSetPrototypeLinkEnabled()
Returns the layout set prototype link enabled of this layout set branch.

Returns:
the layout set prototype link enabled of this layout set branch

isLayoutSetPrototypeLinkEnabled

boolean isLayoutSetPrototypeLinkEnabled()
Returns true if this layout set branch is layout set prototype link enabled.

Returns:
true if this layout set branch is layout set prototype link enabled; false otherwise

setLayoutSetPrototypeLinkEnabled

void setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled)
Sets whether this layout set branch is layout set prototype link enabled.

Parameters:
layoutSetPrototypeLinkEnabled - the layout set prototype link enabled of this layout set branch

isNew

boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<LayoutSetBranch>
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<LayoutSetBranch>
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<LayoutSetBranch>
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<LayoutSetBranch>
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<LayoutSetBranch>
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

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
Returns:
the primary key of this model instance

setPrimaryKeyObj

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
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

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
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(BaseModel<?> baseModel)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<LayoutSetBranch>

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<LayoutSetBranch>

setExpandoBridgeAttributes

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>
Parameters:
serviceContext - the service context to be applied
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

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

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

compareTo

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

hashCode

int hashCode()
Overrides:
hashCode in class Object

toCacheModel

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>
Returns:
the cache model object

toEscapedModel

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>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

LayoutSetBranch toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<LayoutSetBranch>

toString

String toString()
Overrides:
toString in class Object

toXmlString

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

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

Liferay 6.2-ce-ga5