Liferay 6.0.5

com.liferay.portal.model
Class LayoutSetPrototypeWrapper

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

public class LayoutSetPrototypeWrapper
extends Object
implements LayoutSetPrototype

This class is a wrapper for LayoutSetPrototype.

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

Constructor Summary
LayoutSetPrototypeWrapper(LayoutSetPrototype layoutSetPrototype)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(LayoutSetPrototype layoutSetPrototype)
           
 boolean getActive()
          Gets the active of this layout set prototype.
 long getCompanyId()
          Gets the company id of this layout set prototype.
 String getDescription()
          Gets the description of this layout set prototype.
 ExpandoBridge getExpandoBridge()
          Gets the expando bridge for this model instance.
 Group getGroup()
           
 LayoutSet getLayoutSet()
           
 long getLayoutSetPrototypeId()
          Gets the layout set prototype id of this layout set prototype.
 String getName()
          Gets the name of this layout set prototype.
 String getName(Locale locale)
          Gets the localized name of this layout set prototype.
 String getName(Locale locale, boolean useDefault)
          Gets the localized name of this layout set prototype, optionally using the default language if no localization exists for the requested language.
 String getName(String languageId)
          Gets the localized name of this layout set prototype.
 String getName(String languageId, boolean useDefault)
          Gets the localized name of this layout set prototype, optionally using the default language if no localization exists for the requested language.
 Map<Locale,String> getNameMap()
          Gets a map of the locales and localized name of this layout set prototype.
 long getPrimaryKey()
          Gets the primary key of this layout set prototype.
 Serializable getPrimaryKeyObj()
          Gets the primary key of this model instance.
 String getSettings()
          Gets the settings of this layout set prototype.
 LayoutSetPrototype getWrappedLayoutSetPrototype()
           
 int hashCode()
           
 boolean isActive()
          Determines whether this layout set prototype is active.
 boolean isCachedModel()
          Determines if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Determines if this model instance is escaped.
 boolean isNew()
          Determines if this model instance does not yet exist in the database.
 void setActive(boolean active)
          Sets whether this {$entity.humanName} is active.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setCompanyId(long companyId)
          Sets the company id of this layout set prototype.
 void setDescription(String description)
          Sets the description of this layout set prototype.
 void setEscapedModel(boolean escapedModel)
          Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setLayoutSetPrototypeId(long layoutSetPrototypeId)
          Sets the layout set prototype id of this layout set prototype.
 void setName(Locale locale, String name)
          Sets the localized name of this layout set prototype.
 void setName(String name)
          Sets the name of this layout set prototype.
 void setNameMap(Map<Locale,String> nameMap)
          Sets the localized names of this layout set prototype from the map of locales and localized names.
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setPrimaryKey(long pk)
          Sets the primary key of this layout set prototype
 void setSettings(String settings)
          Sets the settings of this layout set prototype.
 LayoutSetPrototype toEscapedModel()
          Gets a copy of this layout set prototype as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 String toXmlString()
          Gets the XML representation of this model instance.
 
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()
Description copied from interface: LayoutSetPrototypeModel
Gets the primary key of this layout set prototype.

Specified by:
getPrimaryKey in interface LayoutSetPrototypeModel
Returns:
the primary key of this layout set prototype

setPrimaryKey

public void setPrimaryKey(long pk)
Description copied from interface: LayoutSetPrototypeModel
Sets the primary key of this layout set prototype

Specified by:
setPrimaryKey in interface LayoutSetPrototypeModel
Parameters:
pk - the primary key of this layout set prototype

getLayoutSetPrototypeId

public long getLayoutSetPrototypeId()
Description copied from interface: LayoutSetPrototypeModel
Gets the layout set prototype id of this layout set prototype.

Specified by:
getLayoutSetPrototypeId in interface LayoutSetPrototypeModel
Returns:
the layout set prototype id of this layout set prototype

setLayoutSetPrototypeId

public void setLayoutSetPrototypeId(long layoutSetPrototypeId)
Description copied from interface: LayoutSetPrototypeModel
Sets the layout set prototype id of this layout set prototype.

Specified by:
setLayoutSetPrototypeId in interface LayoutSetPrototypeModel
Parameters:
layoutSetPrototypeId - the layout set prototype id of this layout set prototype

getCompanyId

public long getCompanyId()
Description copied from interface: LayoutSetPrototypeModel
Gets the company id of this layout set prototype.

Specified by:
getCompanyId in interface LayoutSetPrototypeModel
Returns:
the company id of this layout set prototype

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: LayoutSetPrototypeModel
Sets the company id of this layout set prototype.

Specified by:
setCompanyId in interface LayoutSetPrototypeModel
Parameters:
companyId - the company id of this layout set prototype

getName

public String getName()
Description copied from interface: LayoutSetPrototypeModel
Gets the name of this layout set prototype.

Specified by:
getName in interface LayoutSetPrototypeModel
Returns:
the name of this layout set prototype

getName

public String getName(Locale locale)
Description copied from interface: LayoutSetPrototypeModel
Gets the localized name of this layout set prototype. Uses the default language if no localization exists for the requested language.

Specified by:
getName in interface LayoutSetPrototypeModel
Parameters:
locale - the locale to get the localized name for
Returns:
the localized name of this layout set prototype

getName

public String getName(Locale locale,
                      boolean useDefault)
Description copied from interface: LayoutSetPrototypeModel
Gets the localized name of this layout set prototype, optionally using the default language if no localization exists for the requested language.

Specified by:
getName in interface LayoutSetPrototypeModel
Parameters:
locale - the local to get the localized name for
useDefault - whether to use the default language if no localization exists for the requested language
Returns:
the localized name of this layout set prototype. If useDefault is false and no localization exists for the requested language, an empty string will be returned.

getName

public String getName(String languageId)
Description copied from interface: LayoutSetPrototypeModel
Gets the localized name of this layout set prototype. Uses the default language if no localization exists for the requested language.

Specified by:
getName in interface LayoutSetPrototypeModel
Parameters:
languageId - the id of the language to get the localized name for
Returns:
the localized name of this layout set prototype

getName

public String getName(String languageId,
                      boolean useDefault)
Description copied from interface: LayoutSetPrototypeModel
Gets the localized name of this layout set prototype, optionally using the default language if no localization exists for the requested language.

Specified by:
getName in interface LayoutSetPrototypeModel
Parameters:
languageId - the id of the language to get the localized name for
useDefault - whether to use the default language if no localization exists for the requested language
Returns:
the localized name of this layout set prototype

getNameMap

public Map<Locale,String> getNameMap()
Description copied from interface: LayoutSetPrototypeModel
Gets a map of the locales and localized name of this layout set prototype.

Specified by:
getNameMap in interface LayoutSetPrototypeModel
Returns:
the locales and localized name

setName

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

Specified by:
setName in interface LayoutSetPrototypeModel
Parameters:
name - the name of this layout set prototype

setName

public void setName(Locale locale,
                    String name)
Description copied from interface: LayoutSetPrototypeModel
Sets the localized name of this layout set prototype.

Specified by:
setName in interface LayoutSetPrototypeModel
Parameters:
locale - the locale to set the localized name for
name - the localized name of this layout set prototype

setNameMap

public void setNameMap(Map<Locale,String> nameMap)
Description copied from interface: LayoutSetPrototypeModel
Sets the localized names of this layout set prototype from the map of locales and localized names.

Specified by:
setNameMap in interface LayoutSetPrototypeModel
Parameters:
nameMap - the locales and localized names of this layout set prototype

getDescription

public String getDescription()
Description copied from interface: LayoutSetPrototypeModel
Gets the description of this layout set prototype.

Specified by:
getDescription in interface LayoutSetPrototypeModel
Returns:
the description of this layout set prototype

setDescription

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

Specified by:
setDescription in interface LayoutSetPrototypeModel
Parameters:
description - the description of this layout set prototype

getSettings

public String getSettings()
Description copied from interface: LayoutSetPrototypeModel
Gets the settings of this layout set prototype.

Specified by:
getSettings in interface LayoutSetPrototypeModel
Returns:
the settings of this layout set prototype

setSettings

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

Specified by:
setSettings in interface LayoutSetPrototypeModel
Parameters:
settings - the settings of this layout set prototype

getActive

public boolean getActive()
Description copied from interface: LayoutSetPrototypeModel
Gets the active of this layout set prototype.

Specified by:
getActive in interface LayoutSetPrototypeModel
Returns:
the active of this layout set prototype

isActive

public boolean isActive()
Description copied from interface: LayoutSetPrototypeModel
Determines whether this layout set prototype is active.

Specified by:
isActive in interface LayoutSetPrototypeModel
Returns:
whether this layout set prototype is active

setActive

public void setActive(boolean active)
Description copied from interface: LayoutSetPrototypeModel
Sets whether this {$entity.humanName} is active.

Specified by:
setActive in interface LayoutSetPrototypeModel
Parameters:
active - the active of this layout set prototype

toEscapedModel

public LayoutSetPrototype toEscapedModel()
Description copied from interface: LayoutSetPrototypeModel
Gets a copy of this layout set prototype as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface LayoutSetPrototypeModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

isNew

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

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

setNew

public 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<LayoutSetPrototype>
Specified by:
setNew in interface LayoutSetPrototypeModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

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

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

setCachedModel

public 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<LayoutSetPrototype>
Specified by:
setCachedModel in interface LayoutSetPrototypeModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

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

Specified by:
isEscapedModel in interface BaseModel<LayoutSetPrototype>
Specified by:
isEscapedModel in interface LayoutSetPrototypeModel
Returns:
true if this model instance is escaped; false otherwise
See Also:
BaseModel.setEscapedModel(boolean)

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Description copied from interface: BaseModel
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe.

A model instance can be made escaped by wrapping it with an HTML auto escape handler using its toEscapedModel method. For example, UserModel.toEscapedModel().

Specified by:
setEscapedModel in interface BaseModel<LayoutSetPrototype>
Specified by:
setEscapedModel in interface LayoutSetPrototypeModel
Parameters:
escapedModel - whether this model instance is escaped
See Also:
AutoEscapeBeanHandler

getPrimaryKeyObj

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

Specified by:
getPrimaryKeyObj in interface BaseModel<LayoutSetPrototype>
Specified by:
getPrimaryKeyObj in interface LayoutSetPrototypeModel
Returns:
the primary key of this model instance

getExpandoBridge

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

Specified by:
getExpandoBridge in interface BaseModel<LayoutSetPrototype>
Specified by:
getExpandoBridge in interface LayoutSetPrototypeModel
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<LayoutSetPrototype>
Specified by:
setExpandoBridgeAttributes in interface LayoutSetPrototypeModel
Parameters:
serviceContext - the service context to retrieve the expando bridge attributes from
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

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

Specified by:
clone in interface BaseModel<LayoutSetPrototype>
Specified by:
clone in interface LayoutSetPrototypeModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

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

hashCode

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

toString

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

toXmlString

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

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

getGroup

public Group getGroup()
               throws PortalException,
                      SystemException
Specified by:
getGroup in interface LayoutSetPrototype
Throws:
PortalException
SystemException

getLayoutSet

public LayoutSet getLayoutSet()
                       throws PortalException,
                              SystemException
Specified by:
getLayoutSet in interface LayoutSetPrototype
Throws:
PortalException
SystemException

getWrappedLayoutSetPrototype

public LayoutSetPrototype getWrappedLayoutSetPrototype()

Liferay 6.0.5