@ProviderType public interface LayoutLocalizationModel extends com.liferay.portal.kernel.model.BaseModel<LayoutLocalization>, com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel
This interface and its corresponding implementation com.liferay.layout.model.impl.LayoutLocalizationModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.layout.model.impl.LayoutLocalizationImpl.
LayoutLocalization| Modifier and Type | Method and Description |
|---|---|
LayoutLocalization |
cloneWithOriginalValues() |
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.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.
|
java.lang.String |
getUuid()
Returns the uuid of this layout localization.
|
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 |
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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>primaryKey - the primary key of this layout localizationlong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this layout localizationlong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>ctCollectionId - the ct collection ID of this layout localization@AutoEscape java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this layout localizationlong getLayoutLocalizationId()
void setLayoutLocalizationId(long layoutLocalizationId)
layoutLocalizationId - the layout localization ID of this layout localizationlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this layout localizationlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this layout localizationjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this layout localizationjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this layout localization@AutoEscape java.lang.String getContent()
void setContent(java.lang.String content)
content - the content of this layout localization@AutoEscape java.lang.String getLanguageId()
void setLanguageId(java.lang.String languageId)
languageId - the language ID of this layout localizationlong getPlid()
void setPlid(long plid)
plid - the plid of this layout localizationjava.util.Date getLastPublishDate()
void setLastPublishDate(java.util.Date lastPublishDate)
lastPublishDate - the last publish date of this layout localizationLayoutLocalization cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<LayoutLocalization>