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
.
LayoutLocalization
,
Serialized FormLAYOUT_LOCALIZATION_ID_ACCESSOR
Constructor and Description |
---|
LayoutLocalizationWrapper(LayoutLocalization layoutLocalization) |
Modifier and Type | Method and Description |
---|---|
LayoutLocalization |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<LayoutLocalization,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<LayoutLocalization,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this layout localization.
|
java.lang.String |
getContent()
Returns the content of this layout localization.
|
java.util.Date |
getCreateDate()
Returns the create date of this layout localization.
|
long |
getCtCollectionId()
Returns the ct collection ID of this layout localization.
|
long |
getGroupId()
Returns the group ID of this layout localization.
|
java.lang.String |
getLanguageId()
Returns the language ID of this layout localization.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this layout localization.
|
long |
getLayoutLocalizationId()
Returns the layout localization ID of this layout localization.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this layout localization.
|
long |
getMvccVersion()
Returns the mvcc version of this layout localization.
|
long |
getPlid()
Returns the plid of this layout localization.
|
long |
getPrimaryKey()
Returns the primary key of this layout localization.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
java.lang.String |
getUuid()
Returns the uuid of this layout localization.
|
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this layout localization.
|
void |
setContent(java.lang.String content)
Sets the content of this layout localization.
|
void |
setCreateDate(java.util.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(java.lang.String languageId)
Sets the language ID of this layout localization.
|
void |
setLastPublishDate(java.util.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(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.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 |
setUuid(java.lang.String uuid)
Sets the uuid of this layout localization.
|
java.lang.String |
toXmlString() |
protected LayoutLocalizationWrapper |
wrap(LayoutLocalization layoutLocalization) |
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
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public LayoutLocalizationWrapper(LayoutLocalization layoutLocalization)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<LayoutLocalization>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<LayoutLocalization>
public LayoutLocalization cloneWithOriginalValues()
cloneWithOriginalValues
in interface LayoutLocalizationModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<LayoutLocalization>
public long getCompanyId()
getCompanyId
in interface LayoutLocalizationModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public java.lang.String getContent()
getContent
in interface LayoutLocalizationModel
public java.util.Date getCreateDate()
getCreateDate
in interface LayoutLocalizationModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public long getCtCollectionId()
getCtCollectionId
in interface LayoutLocalizationModel
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>
public long getGroupId()
getGroupId
in interface LayoutLocalizationModel
public java.lang.String getLanguageId()
getLanguageId
in interface LayoutLocalizationModel
public java.util.Date getLastPublishDate()
getLastPublishDate
in interface LayoutLocalizationModel
public long getLayoutLocalizationId()
getLayoutLocalizationId
in interface LayoutLocalizationModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface LayoutLocalizationModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public long getMvccVersion()
getMvccVersion
in interface LayoutLocalizationModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getPlid()
getPlid
in interface LayoutLocalizationModel
public long getPrimaryKey()
getPrimaryKey
in interface LayoutLocalizationModel
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>
public java.lang.String getUuid()
getUuid
in interface LayoutLocalizationModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface LayoutLocalizationModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this layout localizationpublic void setContent(java.lang.String content)
setContent
in interface LayoutLocalizationModel
content
- the content of this layout localizationpublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface LayoutLocalizationModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this layout localizationpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface LayoutLocalizationModel
setCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>
ctCollectionId
- the ct collection ID of this layout localizationpublic void setGroupId(long groupId)
setGroupId
in interface LayoutLocalizationModel
groupId
- the group ID of this layout localizationpublic void setLanguageId(java.lang.String languageId)
setLanguageId
in interface LayoutLocalizationModel
languageId
- the language ID of this layout localizationpublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate
in interface LayoutLocalizationModel
lastPublishDate
- the last publish date of this layout localizationpublic void setLayoutLocalizationId(long layoutLocalizationId)
setLayoutLocalizationId
in interface LayoutLocalizationModel
layoutLocalizationId
- the layout localization ID of this layout localizationpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface LayoutLocalizationModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this layout localizationpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface LayoutLocalizationModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this layout localizationpublic void setPlid(long plid)
setPlid
in interface LayoutLocalizationModel
plid
- the plid of this layout localizationpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface LayoutLocalizationModel
setPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>
primaryKey
- the primary key of this layout localizationpublic void setUuid(java.lang.String uuid)
setUuid
in interface LayoutLocalizationModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this layout localizationpublic java.lang.String toXmlString()
toXmlString
in interface LayoutLocalizationModel
public java.util.Map<java.lang.String,java.util.function.Function<LayoutLocalization,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions
in interface com.liferay.portal.kernel.model.BaseModel<LayoutLocalization>
public java.util.Map<java.lang.String,java.util.function.BiConsumer<LayoutLocalization,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers
in interface com.liferay.portal.kernel.model.BaseModel<LayoutLocalization>
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
protected LayoutLocalizationWrapper wrap(LayoutLocalization layoutLocalization)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutLocalization>