Package com.liferay.layout.model
Interface LayoutLocalizationModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<LayoutLocalization>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<LayoutLocalization>,com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedModel
- All Known Subinterfaces:
LayoutLocalization
- All Known Implementing Classes:
LayoutLocalizationWrapper
@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
The base model interface for the LayoutLocalization service. Represents a row in the "LayoutLocalization" database table, with each column mapped to a property of this class.
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.
- See Also:
- Generated:
-
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.getUuid()Returns the uuid of this layout localization.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.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.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this layout localization.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>- Returns:
- the primary key of this layout localization
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this layout localization.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>- Parameters:
primaryKey- the primary key of this layout localization
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this layout localization.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this layout localization
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this layout localization.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this layout localization
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this layout localization.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutLocalization>- Returns:
- the ct collection ID of this layout localization
-
setCtCollectionId
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>- Parameters:
ctCollectionId- the ct collection ID of this layout localization
-
getUuid
Returns the uuid of this layout localization.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this layout localization
-
setUuid
Sets the uuid of this layout localization.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this layout localization
-
getLayoutLocalizationId
long getLayoutLocalizationId()Returns the layout localization ID of this layout localization.- Returns:
- the layout localization ID of this layout localization
-
setLayoutLocalizationId
void setLayoutLocalizationId(long layoutLocalizationId) Sets the layout localization ID of this layout localization.- Parameters:
layoutLocalizationId- the layout localization ID of this layout localization
-
getGroupId
long getGroupId()Returns the group ID of this layout localization.- Returns:
- the group ID of this layout localization
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this layout localization.- Parameters:
groupId- the group ID of this layout localization
-
getCompanyId
long getCompanyId()Returns the company ID of this layout localization.- 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
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this layout localization.- 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
-
getCreateDate
Date getCreateDate()Returns the create date of this layout localization.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this layout localization
-
setCreateDate
Sets the create date of this layout localization.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this layout localization
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this layout localization.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this layout localization
-
setModifiedDate
Sets the modified date of this layout localization.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this layout localization
-
getContent
Returns the content of this layout localization.- Returns:
- the content of this layout localization
-
setContent
Sets the content of this layout localization.- Parameters:
content- the content of this layout localization
-
getLanguageId
Returns the language ID of this layout localization.- Returns:
- the language ID of this layout localization
-
setLanguageId
Sets the language ID of this layout localization.- Parameters:
languageId- the language ID of this layout localization
-
getPlid
long getPlid()Returns the plid of this layout localization.- Returns:
- the plid of this layout localization
-
setPlid
void setPlid(long plid) Sets the plid of this layout localization.- Parameters:
plid- the plid of this layout localization
-
getLastPublishDate
Date getLastPublishDate()Returns the last publish date of this layout localization.- Returns:
- the last publish date of this layout localization
-
setLastPublishDate
Sets the last publish date of this layout localization.- Parameters:
lastPublishDate- the last publish date of this layout localization
-
cloneWithOriginalValues
LayoutLocalization cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutLocalization>
-
toXmlString
-