Liferay 6.0.5

com.liferay.portal.model.impl
Class LayoutSetPrototypeModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<LayoutSetPrototype>
      extended by com.liferay.portal.model.impl.LayoutSetPrototypeModelImpl
All Implemented Interfaces:
BaseModel<LayoutSetPrototype>, LayoutSetPrototypeModel, Serializable, Cloneable, Comparable<LayoutSetPrototype>
Direct Known Subclasses:
LayoutSetPrototypeImpl

public class LayoutSetPrototypeModelImpl
extends BaseModelImpl<LayoutSetPrototype>
implements LayoutSetPrototypeModel

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

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

Never modify or reference this class directly. All methods that expect a layout set prototype model instance should use the LayoutSetPrototype interface instead.

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

Field Summary
static String DATA_SOURCE
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
static long LOCK_EXPIRATION_TIME
           
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
LayoutSetPrototypeModelImpl()
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(LayoutSetPrototype layoutSetPrototype)
           
 boolean equals(Object obj)
           
 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.
 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.
 int hashCode()
           
 boolean isActive()
          Determines whether this layout set prototype is active.
 void setActive(boolean active)
          Sets whether this {$entity.humanName} is active.
 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 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 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.
static LayoutSetPrototype toModel(LayoutSetPrototypeSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<LayoutSetPrototype> toModels(LayoutSetPrototypeSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 String toString()
           
 String toXmlString()
          Gets the XML representation of this model instance.
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.LayoutSetPrototypeModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, 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

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

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

LayoutSetPrototypeModelImpl

public LayoutSetPrototypeModelImpl()
Method Detail

toModel

public static LayoutSetPrototype toModel(LayoutSetPrototypeSoap 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<LayoutSetPrototype> toModels(LayoutSetPrototypeSoap[] 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: 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

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

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

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
Overrides:
getExpandoBridge in class BaseModelImpl<LayoutSetPrototype>
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
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<LayoutSetPrototype>
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
Specified by:
clone in class BaseModelImpl<LayoutSetPrototype>
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>

equals

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

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

Liferay 6.0.5