com.liferay.portal.model
Class LayoutSetPrototypeWrapper

java.lang.Object
  extended by com.liferay.portal.model.LayoutSetPrototypeWrapper
All Implemented Interfaces:
BaseModel<LayoutSetPrototype>, LayoutSetPrototype, LayoutSetPrototypeModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<LayoutSetPrototype>

public class LayoutSetPrototypeWrapper
extends java.lang.Object
implements LayoutSetPrototype

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for LayoutSetPrototype.

Author:
Brian Wing Shun Chan
See Also:
LayoutSetPrototype, Serialized Form
Generated:

Constructor Summary
LayoutSetPrototypeWrapper(LayoutSetPrototype layoutSetPrototype)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(LayoutSetPrototype layoutSetPrototype)
           
 boolean getActive()
           
 long getCompanyId()
           
 java.lang.String getDescription()
           
 ExpandoBridge getExpandoBridge()
           
 Group getGroup()
           
 LayoutSet getLayoutSet()
           
 long getLayoutSetPrototypeId()
           
 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.util.Map<java.util.Locale,java.lang.String> getNameMap()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 java.lang.String getSettings()
           
 LayoutSetPrototype getWrappedLayoutSetPrototype()
           
 int hashCode()
           
 boolean isActive()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setActive(boolean active)
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setDescription(java.lang.String description)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setLayoutSetPrototypeId(long layoutSetPrototypeId)
           
 void setName(java.util.Locale locale, java.lang.String name)
           
 void setName(java.lang.String name)
           
 void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setSettings(java.lang.String settings)
           
 LayoutSetPrototype toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LayoutSetPrototypeWrapper

public LayoutSetPrototypeWrapper(LayoutSetPrototype layoutSetPrototype)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface LayoutSetPrototypeModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface LayoutSetPrototypeModel

getLayoutSetPrototypeId

public long getLayoutSetPrototypeId()
Specified by:
getLayoutSetPrototypeId in interface LayoutSetPrototypeModel

setLayoutSetPrototypeId

public void setLayoutSetPrototypeId(long layoutSetPrototypeId)
Specified by:
setLayoutSetPrototypeId in interface LayoutSetPrototypeModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface LayoutSetPrototypeModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface LayoutSetPrototypeModel

getName

public java.lang.String getName()
Specified by:
getName in interface LayoutSetPrototypeModel

getName

public java.lang.String getName(java.util.Locale locale)
Specified by:
getName in interface LayoutSetPrototypeModel

getName

public java.lang.String getName(java.util.Locale locale,
                                boolean useDefault)
Specified by:
getName in interface LayoutSetPrototypeModel

getName

public java.lang.String getName(java.lang.String languageId)
Specified by:
getName in interface LayoutSetPrototypeModel

getName

public java.lang.String getName(java.lang.String languageId,
                                boolean useDefault)
Specified by:
getName in interface LayoutSetPrototypeModel

getNameMap

public java.util.Map<java.util.Locale,java.lang.String> getNameMap()
Specified by:
getNameMap in interface LayoutSetPrototypeModel

setName

public void setName(java.lang.String name)
Specified by:
setName in interface LayoutSetPrototypeModel

setName

public void setName(java.util.Locale locale,
                    java.lang.String name)
Specified by:
setName in interface LayoutSetPrototypeModel

setNameMap

public void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
Specified by:
setNameMap in interface LayoutSetPrototypeModel

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface LayoutSetPrototypeModel

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface LayoutSetPrototypeModel

getSettings

public java.lang.String getSettings()
Specified by:
getSettings in interface LayoutSetPrototypeModel

setSettings

public void setSettings(java.lang.String settings)
Specified by:
setSettings in interface LayoutSetPrototypeModel

getActive

public boolean getActive()
Specified by:
getActive in interface LayoutSetPrototypeModel

isActive

public boolean isActive()
Specified by:
isActive in interface LayoutSetPrototypeModel

setActive

public void setActive(boolean active)
Specified by:
setActive in interface LayoutSetPrototypeModel

toEscapedModel

public LayoutSetPrototype toEscapedModel()
Specified by:
toEscapedModel in interface LayoutSetPrototypeModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<LayoutSetPrototype>
Specified by:
isNew in interface LayoutSetPrototypeModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<LayoutSetPrototype>
Specified by:
setNew in interface LayoutSetPrototypeModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<LayoutSetPrototype>
Specified by:
isCachedModel in interface LayoutSetPrototypeModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<LayoutSetPrototype>
Specified by:
setCachedModel in interface LayoutSetPrototypeModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<LayoutSetPrototype>
Specified by:
isEscapedModel in interface LayoutSetPrototypeModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<LayoutSetPrototype>
Specified by:
setEscapedModel in interface LayoutSetPrototypeModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<LayoutSetPrototype>
Specified by:
getPrimaryKeyObj in interface LayoutSetPrototypeModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<LayoutSetPrototype>
Specified by:
getExpandoBridge in interface LayoutSetPrototypeModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<LayoutSetPrototype>
Specified by:
setExpandoBridgeAttributes in interface LayoutSetPrototypeModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<LayoutSetPrototype>
Specified by:
clone in interface LayoutSetPrototypeModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(LayoutSetPrototype layoutSetPrototype)
Specified by:
compareTo in interface LayoutSetPrototypeModel
Specified by:
compareTo in interface java.lang.Comparable<LayoutSetPrototype>

hashCode

public int hashCode()
Specified by:
hashCode in interface LayoutSetPrototypeModel
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface LayoutSetPrototypeModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<LayoutSetPrototype>
Specified by:
toXmlString in interface LayoutSetPrototypeModel

getGroup

public Group getGroup()
Specified by:
getGroup in interface LayoutSetPrototype

getLayoutSet

public LayoutSet getLayoutSet()
Specified by:
getLayoutSet in interface LayoutSetPrototype

getWrappedLayoutSetPrototype

public LayoutSetPrototype getWrappedLayoutSetPrototype()