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
modelFields inherited from interface com.liferay.layout.model.LayoutLocalization
LAYOUT_LOCALIZATION_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this layout localization.Returns the content of this layout localization.Returns the create date of this layout localization.longReturns the ct collection ID of this layout localization.longReturns the group ID of this layout localization.Returns the language ID of this layout localization.Returns the last publish date of this layout localization.longReturns the layout localization ID of this layout localization.Returns the modified date of this layout localization.longReturns the mvcc version of this layout localization.longgetPlid()Returns the plid of this layout localization.longReturns the primary key of this layout localization.com.liferay.exportimport.kernel.lar.StagedModelTypegetUuid()Returns the uuid of this layout localization.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this layout localization.voidsetContent(String content) Sets the content of this layout localization.voidsetCreateDate(Date createDate) Sets the create date of this layout localization.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this layout localization.voidsetGroupId(long groupId) Sets the group ID of this layout localization.voidsetLanguageId(String languageId) Sets the language ID of this layout localization.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this layout localization.voidsetLayoutLocalizationId(long layoutLocalizationId) Sets the layout localization ID of this layout localization.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this layout localization.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this layout localization.voidsetPlid(long plid) Sets the plid of this layout localization.voidsetPrimaryKey(long primaryKey) Sets the primary key of this layout localization.voidSets the uuid of this layout localization.protected LayoutLocalizationWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
LayoutLocalizationWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutLocalization>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutLocalization>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutLocalization>- Specified by:
cloneWithOriginalValuesin interfaceLayoutLocalizationModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this layout localization.- Specified by:
getCompanyIdin interfaceLayoutLocalizationModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this layout localization
-
getContent
Returns the content of this layout localization.- Specified by:
getContentin interfaceLayoutLocalizationModel- Returns:
- the content of this layout localization
-
getCreateDate
Returns the create date of this layout localization.- Specified by:
getCreateDatein interfaceLayoutLocalizationModel- Specified by:
getCreateDatein 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:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>- Specified by:
getCtCollectionIdin interfaceLayoutLocalizationModel- Returns:
- the ct collection ID of this layout localization
-
getGroupId
public long getGroupId()Returns the group ID of this layout localization.- Specified by:
getGroupIdin interfaceLayoutLocalizationModel- Returns:
- the group ID of this layout localization
-
getLanguageId
Returns the language ID of this layout localization.- Specified by:
getLanguageIdin interfaceLayoutLocalizationModel- Returns:
- the language ID of this layout localization
-
getLastPublishDate
Returns the last publish date of this layout localization.- Specified by:
getLastPublishDatein 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:
getLayoutLocalizationIdin interfaceLayoutLocalizationModel- Returns:
- the layout localization ID of this layout localization
-
getModifiedDate
Returns the modified date of this layout localization.- Specified by:
getModifiedDatein interfaceLayoutLocalizationModel- Specified by:
getModifiedDatein 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:
getMvccVersionin interfaceLayoutLocalizationModel- Specified by:
getMvccVersionin 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:
getPlidin interfaceLayoutLocalizationModel- Returns:
- the plid of this layout localization
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this layout localization.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>- Specified by:
getPrimaryKeyin interfaceLayoutLocalizationModel- Returns:
- the primary key of this layout localization
-
getUuid
Returns the uuid of this layout localization.- Specified by:
getUuidin interfaceLayoutLocalizationModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this layout localization
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this layout localization.- Specified by:
setCompanyIdin interfaceLayoutLocalizationModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin 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:
setContentin interfaceLayoutLocalizationModel- Parameters:
content- the content of this layout localization
-
setCreateDate
Sets the create date of this layout localization.- Specified by:
setCreateDatein interfaceLayoutLocalizationModel- Specified by:
setCreateDatein 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:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>- Specified by:
setCtCollectionIdin 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:
setGroupIdin interfaceLayoutLocalizationModel- Parameters:
groupId- the group ID of this layout localization
-
setLanguageId
Sets the language ID of this layout localization.- Specified by:
setLanguageIdin interfaceLayoutLocalizationModel- Parameters:
languageId- the language ID of this layout localization
-
setLastPublishDate
Sets the last publish date of this layout localization.- Specified by:
setLastPublishDatein 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:
setLayoutLocalizationIdin interfaceLayoutLocalizationModel- Parameters:
layoutLocalizationId- the layout localization ID of this layout localization
-
setModifiedDate
Sets the modified date of this layout localization.- Specified by:
setModifiedDatein interfaceLayoutLocalizationModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceLayoutLocalizationModel- Specified by:
setMvccVersionin 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:
setPlidin 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:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>- Specified by:
setPrimaryKeyin interfaceLayoutLocalizationModel- Parameters:
primaryKey- the primary key of this layout localization
-
setUuid
Sets the uuid of this layout localization.- Specified by:
setUuidin interfaceLayoutLocalizationModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this layout localization
-
toXmlString
- Specified by:
toXmlStringin interfaceLayoutLocalizationModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutLocalization>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutLocalization>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutLocalization>
-