Package com.liferay.portal.kernel.model
Interface LayoutFriendlyURLModel
- All Superinterfaces:
AuditedModel,BaseModel<LayoutFriendlyURL>,ClassedModel,Cloneable,Comparable<LayoutFriendlyURL>,CTModel<LayoutFriendlyURL>,GroupedModel,MVCCModel,Serializable,ShardedModel,StagedGroupedModel,StagedModel
- All Known Subinterfaces:
LayoutFriendlyURL
- All Known Implementing Classes:
LayoutFriendlyURLWrapper
@ProviderType
public interface LayoutFriendlyURLModel
extends BaseModel<LayoutFriendlyURL>, CTModel<LayoutFriendlyURL>, MVCCModel, ShardedModel, StagedGroupedModel
The base model interface for the LayoutFriendlyURL service. Represents a row in the "LayoutFriendlyURL" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.model.impl.LayoutFriendlyURLModelImpl 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.portal.model.impl.LayoutFriendlyURLImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this layout friendly url.Returns the create date of this layout friendly url.longReturns the ct collection ID of this layout friendly url.Returns the friendly url of this layout friendly url.longReturns the group ID of this layout friendly url.Returns the language ID of this layout friendly url.Returns the last publish date of this layout friendly url.longReturns the layout friendly url ID of this layout friendly url.Returns the modified date of this layout friendly url.longReturns the mvcc version of this layout friendly url.longgetPlid()Returns the plid of this layout friendly url.longReturns the primary key of this layout friendly url.booleanReturns the private layout of this layout friendly url.longReturns the user ID of this layout friendly url.Returns the user name of this layout friendly url.Returns the user uuid of this layout friendly url.getUuid()Returns the uuid of this layout friendly url.booleanReturnstrueif this layout friendly url is private layout.voidsetCompanyId(long companyId) Sets the company ID of this layout friendly url.voidsetCreateDate(Date createDate) Sets the create date of this layout friendly url.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this layout friendly url.voidsetFriendlyURL(String friendlyURL) Sets the friendly url of this layout friendly url.voidsetGroupId(long groupId) Sets the group ID of this layout friendly url.voidsetLanguageId(String languageId) Sets the language ID of this layout friendly url.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this layout friendly url.voidsetLayoutFriendlyURLId(long layoutFriendlyURLId) Sets the layout friendly url ID of this layout friendly url.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this layout friendly url.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this layout friendly url.voidsetPlid(long plid) Sets the plid of this layout friendly url.voidsetPrimaryKey(long primaryKey) Sets the primary key of this layout friendly url.voidsetPrivateLayout(boolean privateLayout) Sets whether this layout friendly url is private layout.voidsetUserId(long userId) Sets the user ID of this layout friendly url.voidsetUserName(String userName) Sets the user name of this layout friendly url.voidsetUserUuid(String userUuid) Sets the user uuid of this layout friendly url.voidSets the uuid of this layout friendly url.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 friendly url.- Specified by:
getPrimaryKeyin interfaceCTModel<LayoutFriendlyURL>- Returns:
- the primary key of this layout friendly url
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this layout friendly url.- Specified by:
setPrimaryKeyin interfaceCTModel<LayoutFriendlyURL>- Parameters:
primaryKey- the primary key of this layout friendly url
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this layout friendly url.- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this layout friendly url
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this layout friendly url.- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this layout friendly url
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this layout friendly url.- Specified by:
getCtCollectionIdin interfaceCTModel<LayoutFriendlyURL>- Returns:
- the ct collection ID of this layout friendly url
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this layout friendly url.- Specified by:
setCtCollectionIdin interfaceCTModel<LayoutFriendlyURL>- Parameters:
ctCollectionId- the ct collection ID of this layout friendly url
-
getUuid
Returns the uuid of this layout friendly url.- Specified by:
getUuidin interfaceStagedModel- Returns:
- the uuid of this layout friendly url
-
setUuid
Sets the uuid of this layout friendly url.- Specified by:
setUuidin interfaceStagedModel- Parameters:
uuid- the uuid of this layout friendly url
-
getLayoutFriendlyURLId
long getLayoutFriendlyURLId()Returns the layout friendly url ID of this layout friendly url.- Returns:
- the layout friendly url ID of this layout friendly url
-
setLayoutFriendlyURLId
void setLayoutFriendlyURLId(long layoutFriendlyURLId) Sets the layout friendly url ID of this layout friendly url.- Parameters:
layoutFriendlyURLId- the layout friendly url ID of this layout friendly url
-
getGroupId
long getGroupId()Returns the group ID of this layout friendly url.- Specified by:
getGroupIdin interfaceGroupedModel- Returns:
- the group ID of this layout friendly url
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this layout friendly url.- Specified by:
setGroupIdin interfaceGroupedModel- Parameters:
groupId- the group ID of this layout friendly url
-
getCompanyId
long getCompanyId()Returns the company ID of this layout friendly url.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceStagedModel- Returns:
- the company ID of this layout friendly url
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this layout friendly url.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceStagedModel- Parameters:
companyId- the company ID of this layout friendly url
-
getUserId
long getUserId()Returns the user ID of this layout friendly url.- Specified by:
getUserIdin interfaceAuditedModel- Returns:
- the user ID of this layout friendly url
-
setUserId
void setUserId(long userId) Sets the user ID of this layout friendly url.- Specified by:
setUserIdin interfaceAuditedModel- Parameters:
userId- the user ID of this layout friendly url
-
getUserUuid
String getUserUuid()Returns the user uuid of this layout friendly url.- Specified by:
getUserUuidin interfaceAuditedModel- Returns:
- the user uuid of this layout friendly url
-
setUserUuid
Sets the user uuid of this layout friendly url.- Specified by:
setUserUuidin interfaceAuditedModel- Parameters:
userUuid- the user uuid of this layout friendly url
-
getUserName
Returns the user name of this layout friendly url.- Specified by:
getUserNamein interfaceAuditedModel- Returns:
- the user name of this layout friendly url
-
setUserName
Sets the user name of this layout friendly url.- Specified by:
setUserNamein interfaceAuditedModel- Parameters:
userName- the user name of this layout friendly url
-
getCreateDate
Date getCreateDate()Returns the create date of this layout friendly url.- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceStagedModel- Returns:
- the create date of this layout friendly url
-
setCreateDate
Sets the create date of this layout friendly url.- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceStagedModel- Parameters:
createDate- the create date of this layout friendly url
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this layout friendly url.- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceStagedModel- Returns:
- the modified date of this layout friendly url
-
setModifiedDate
Sets the modified date of this layout friendly url.- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceStagedModel- Parameters:
modifiedDate- the modified date of this layout friendly url
-
getPlid
long getPlid()Returns the plid of this layout friendly url.- Returns:
- the plid of this layout friendly url
-
setPlid
void setPlid(long plid) Sets the plid of this layout friendly url.- Parameters:
plid- the plid of this layout friendly url
-
getPrivateLayout
boolean getPrivateLayout()Returns the private layout of this layout friendly url.- Returns:
- the private layout of this layout friendly url
-
isPrivateLayout
boolean isPrivateLayout()Returnstrueif this layout friendly url is private layout.- Returns:
trueif this layout friendly url is private layout;falseotherwise
-
setPrivateLayout
void setPrivateLayout(boolean privateLayout) Sets whether this layout friendly url is private layout.- Parameters:
privateLayout- the private layout of this layout friendly url
-
getFriendlyURL
Returns the friendly url of this layout friendly url.- Returns:
- the friendly url of this layout friendly url
-
setFriendlyURL
Sets the friendly url of this layout friendly url.- Parameters:
friendlyURL- the friendly url of this layout friendly url
-
getLanguageId
Returns the language ID of this layout friendly url.- Returns:
- the language ID of this layout friendly url
-
setLanguageId
Sets the language ID of this layout friendly url.- Parameters:
languageId- the language ID of this layout friendly url
-
getLastPublishDate
Date getLastPublishDate()Returns the last publish date of this layout friendly url.- Specified by:
getLastPublishDatein interfaceStagedGroupedModel- Returns:
- the last publish date of this layout friendly url
-
setLastPublishDate
Sets the last publish date of this layout friendly url.- Specified by:
setLastPublishDatein interfaceStagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this layout friendly url
-
cloneWithOriginalValues
LayoutFriendlyURL cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<LayoutFriendlyURL>
-
toXmlString
-