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 TypeMethodDescriptionlong
Returns the company ID of this layout friendly url.Returns the create date of this layout friendly url.long
Returns the ct collection ID of this layout friendly url.Returns the friendly url of this layout friendly url.long
Returns 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.long
Returns the layout friendly url ID of this layout friendly url.Returns the modified date of this layout friendly url.long
Returns the mvcc version of this layout friendly url.long
getPlid()
Returns the plid of this layout friendly url.long
Returns the primary key of this layout friendly url.boolean
Returns the private layout of this layout friendly url.long
Returns 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.boolean
Returnstrue
if this layout friendly url is private layout.void
setCompanyId
(long companyId) Sets the company ID of this layout friendly url.void
setCreateDate
(Date createDate) Sets the create date of this layout friendly url.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this layout friendly url.void
setFriendlyURL
(String friendlyURL) Sets the friendly url of this layout friendly url.void
setGroupId
(long groupId) Sets the group ID of this layout friendly url.void
setLanguageId
(String languageId) Sets the language ID of this layout friendly url.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this layout friendly url.void
setLayoutFriendlyURLId
(long layoutFriendlyURLId) Sets the layout friendly url ID of this layout friendly url.void
setModifiedDate
(Date modifiedDate) Sets the modified date of this layout friendly url.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this layout friendly url.void
setPlid
(long plid) Sets the plid of this layout friendly url.void
setPrimaryKey
(long primaryKey) Sets the primary key of this layout friendly url.void
setPrivateLayout
(boolean privateLayout) Sets whether this layout friendly url is private layout.void
setUserId
(long userId) Sets the user ID of this layout friendly url.void
setUserName
(String userName) Sets the user name of this layout friendly url.void
setUserUuid
(String userUuid) Sets the user uuid of this layout friendly url.void
Sets the uuid of this layout friendly url.default String
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods 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:
getPrimaryKey
in 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:
setPrimaryKey
in 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:
getMvccVersion
in 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:
setMvccVersion
in 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:
getCtCollectionId
in 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:
setCtCollectionId
in interfaceCTModel<LayoutFriendlyURL>
- Parameters:
ctCollectionId
- the ct collection ID of this layout friendly url
-
getUuid
Returns the uuid of this layout friendly url.- Specified by:
getUuid
in interfaceStagedModel
- Returns:
- the uuid of this layout friendly url
-
setUuid
Sets the uuid of this layout friendly url.- Specified by:
setUuid
in 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:
getGroupId
in 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:
setGroupId
in 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:
getCompanyId
in interfaceAuditedModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Specified by:
getCompanyId
in 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:
setCompanyId
in interfaceAuditedModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Specified by:
setCompanyId
in 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:
getUserId
in 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:
setUserId
in 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:
getUserUuid
in interfaceAuditedModel
- Returns:
- the user uuid of this layout friendly url
-
setUserUuid
Sets the user uuid of this layout friendly url.- Specified by:
setUserUuid
in interfaceAuditedModel
- Parameters:
userUuid
- the user uuid of this layout friendly url
-
getUserName
Returns the user name of this layout friendly url.- Specified by:
getUserName
in interfaceAuditedModel
- Returns:
- the user name of this layout friendly url
-
setUserName
Sets the user name of this layout friendly url.- Specified by:
setUserName
in 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:
getCreateDate
in interfaceAuditedModel
- Specified by:
getCreateDate
in interfaceStagedModel
- Returns:
- the create date of this layout friendly url
-
setCreateDate
Sets the create date of this layout friendly url.- Specified by:
setCreateDate
in interfaceAuditedModel
- Specified by:
setCreateDate
in 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:
getModifiedDate
in interfaceAuditedModel
- Specified by:
getModifiedDate
in interfaceStagedModel
- Returns:
- the modified date of this layout friendly url
-
setModifiedDate
Sets the modified date of this layout friendly url.- Specified by:
setModifiedDate
in interfaceAuditedModel
- Specified by:
setModifiedDate
in 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()Returnstrue
if this layout friendly url is private layout.- Returns:
true
if this layout friendly url is private layout;false
otherwise
-
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:
getLastPublishDate
in interfaceStagedGroupedModel
- Returns:
- the last publish date of this layout friendly url
-
setLastPublishDate
Sets the last publish date of this layout friendly url.- Specified by:
setLastPublishDate
in interfaceStagedGroupedModel
- Parameters:
lastPublishDate
- the last publish date of this layout friendly url
-
cloneWithOriginalValues
LayoutFriendlyURL cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<LayoutFriendlyURL>
-
toXmlString
-