Package com.liferay.layout.model
Class LayoutLocalizationWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutLocalization>
com.liferay.layout.model.LayoutLocalizationWrapper
- All Implemented Interfaces:
LayoutLocalization
,LayoutLocalizationModel
,com.liferay.portal.kernel.model.BaseModel<LayoutLocalization>
,com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<LayoutLocalization>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedModel
,Serializable
,Cloneable
,Comparable<LayoutLocalization>
public class LayoutLocalizationWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutLocalization>
implements LayoutLocalization, com.liferay.portal.kernel.model.ModelWrapper<LayoutLocalization>
This class is a wrapper for LayoutLocalization
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.layout.model.LayoutLocalization
LAYOUT_LOCALIZATION_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this layout localization.Returns the content of this layout localization.Returns the create date of this layout localization.long
Returns the ct collection ID of this layout localization.long
Returns the group ID of this layout localization.Returns the language ID of this layout localization.Returns the last publish date of this layout localization.long
Returns the layout localization ID of this layout localization.Returns the modified date of this layout localization.long
Returns the mvcc version of this layout localization.long
getPlid()
Returns the plid of this layout localization.long
Returns the primary key of this layout localization.com.liferay.exportimport.kernel.lar.StagedModelType
getUuid()
Returns the uuid of this layout localization.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this layout localization.void
setContent
(String content) Sets the content of this layout localization.void
setCreateDate
(Date createDate) Sets the create date of this layout localization.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this layout localization.void
setGroupId
(long groupId) Sets the group ID of this layout localization.void
setLanguageId
(String languageId) Sets the language ID of this layout localization.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this layout localization.void
setLayoutLocalizationId
(long layoutLocalizationId) Sets the layout localization ID of this layout localization.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this layout localization.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this layout localization.void
setPlid
(long plid) Sets the plid of this layout localization.void
setPrimaryKey
(long primaryKey) Sets the primary key of this layout localization.void
Sets the uuid of this layout localization.protected LayoutLocalizationWrapper
wrap
(LayoutLocalization layoutLocalization) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
LayoutLocalizationWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutLocalization>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutLocalization>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutLocalization>
- Specified by:
cloneWithOriginalValues
in interfaceLayoutLocalizationModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this layout localization.- Specified by:
getCompanyId
in interfaceLayoutLocalizationModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this layout localization
-
getContent
Returns the content of this layout localization.- Specified by:
getContent
in interfaceLayoutLocalizationModel
- Returns:
- the content of this layout localization
-
getCreateDate
Returns the create date of this layout localization.- Specified by:
getCreateDate
in interfaceLayoutLocalizationModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this layout localization
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this layout localization.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>
- Specified by:
getCtCollectionId
in interfaceLayoutLocalizationModel
- Returns:
- the ct collection ID of this layout localization
-
getGroupId
public long getGroupId()Returns the group ID of this layout localization.- Specified by:
getGroupId
in interfaceLayoutLocalizationModel
- Returns:
- the group ID of this layout localization
-
getLanguageId
Returns the language ID of this layout localization.- Specified by:
getLanguageId
in interfaceLayoutLocalizationModel
- Returns:
- the language ID of this layout localization
-
getLastPublishDate
Returns the last publish date of this layout localization.- Specified by:
getLastPublishDate
in interfaceLayoutLocalizationModel
- Returns:
- the last publish date of this layout localization
-
getLayoutLocalizationId
public long getLayoutLocalizationId()Returns the layout localization ID of this layout localization.- Specified by:
getLayoutLocalizationId
in interfaceLayoutLocalizationModel
- Returns:
- the layout localization ID of this layout localization
-
getModifiedDate
Returns the modified date of this layout localization.- Specified by:
getModifiedDate
in interfaceLayoutLocalizationModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this layout localization
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this layout localization.- Specified by:
getMvccVersion
in interfaceLayoutLocalizationModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this layout localization
-
getPlid
public long getPlid()Returns the plid of this layout localization.- Specified by:
getPlid
in interfaceLayoutLocalizationModel
- Returns:
- the plid of this layout localization
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this layout localization.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>
- Specified by:
getPrimaryKey
in interfaceLayoutLocalizationModel
- Returns:
- the primary key of this layout localization
-
getUuid
Returns the uuid of this layout localization.- Specified by:
getUuid
in interfaceLayoutLocalizationModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this layout localization
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this layout localization.- Specified by:
setCompanyId
in interfaceLayoutLocalizationModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
companyId
- the company ID of this layout localization
-
setContent
Sets the content of this layout localization.- Specified by:
setContent
in interfaceLayoutLocalizationModel
- Parameters:
content
- the content of this layout localization
-
setCreateDate
Sets the create date of this layout localization.- Specified by:
setCreateDate
in interfaceLayoutLocalizationModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this layout localization
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this layout localization.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>
- Specified by:
setCtCollectionId
in interfaceLayoutLocalizationModel
- Parameters:
ctCollectionId
- the ct collection ID of this layout localization
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this layout localization.- Specified by:
setGroupId
in interfaceLayoutLocalizationModel
- Parameters:
groupId
- the group ID of this layout localization
-
setLanguageId
Sets the language ID of this layout localization.- Specified by:
setLanguageId
in interfaceLayoutLocalizationModel
- Parameters:
languageId
- the language ID of this layout localization
-
setLastPublishDate
Sets the last publish date of this layout localization.- Specified by:
setLastPublishDate
in interfaceLayoutLocalizationModel
- Parameters:
lastPublishDate
- the last publish date of this layout localization
-
setLayoutLocalizationId
public void setLayoutLocalizationId(long layoutLocalizationId) Sets the layout localization ID of this layout localization.- Specified by:
setLayoutLocalizationId
in interfaceLayoutLocalizationModel
- Parameters:
layoutLocalizationId
- the layout localization ID of this layout localization
-
setModifiedDate
Sets the modified date of this layout localization.- Specified by:
setModifiedDate
in interfaceLayoutLocalizationModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this layout localization
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this layout localization.- Specified by:
setMvccVersion
in interfaceLayoutLocalizationModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this layout localization
-
setPlid
public void setPlid(long plid) Sets the plid of this layout localization.- Specified by:
setPlid
in interfaceLayoutLocalizationModel
- Parameters:
plid
- the plid of this layout localization
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this layout localization.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>
- Specified by:
setPrimaryKey
in interfaceLayoutLocalizationModel
- Parameters:
primaryKey
- the primary key of this layout localization
-
setUuid
Sets the uuid of this layout localization.- Specified by:
setUuid
in interfaceLayoutLocalizationModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this layout localization
-
toXmlString
- Specified by:
toXmlString
in interfaceLayoutLocalizationModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutLocalization>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutLocalization>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutLocalization>
-