Package com.liferay.journal.model
Interface JournalFeedModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<JournalFeed>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<JournalFeed>
,com.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedGroupedModel
,com.liferay.portal.kernel.model.StagedModel
- All Known Subinterfaces:
JournalFeed
- All Known Implementing Classes:
JournalFeedWrapper
@ProviderType
public interface JournalFeedModel
extends com.liferay.portal.kernel.model.BaseModel<JournalFeed>, com.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel
The base model interface for the JournalFeed service. Represents a row in the "JournalFeed" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.journal.model.impl.JournalFeedModelImpl
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.journal.model.impl.JournalFeedImpl
.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this journal feed.Returns the content field of this journal feed.Returns the create date of this journal feed.long
Returns the ct collection ID of this journal feed.Returns the ddm renderer template key of this journal feed.long
Returns the ddm structure ID of this journal feed.Returns the ddm template key of this journal feed.int
getDelta()
Returns the delta of this journal feed.Returns the description of this journal feed.Returns the feed format of this journal feed.Returns the feed ID of this journal feed.double
Returns the feed version of this journal feed.long
Returns the group ID of this journal feed.long
getId()
Returns the ID of this journal feed.Returns the last publish date of this journal feed.Returns the modified date of this journal feed.long
Returns the mvcc version of this journal feed.getName()
Returns the name of this journal feed.Returns the order by col of this journal feed.Returns the order by type of this journal feed.long
Returns the primary key of this journal feed.Returns the target layout friendly url of this journal feed.Returns the target portlet ID of this journal feed.long
Returns the user ID of this journal feed.Returns the user name of this journal feed.Returns the user uuid of this journal feed.getUuid()
Returns the uuid of this journal feed.void
setCompanyId
(long companyId) Sets the company ID of this journal feed.void
setContentField
(String contentField) Sets the content field of this journal feed.void
setCreateDate
(Date createDate) Sets the create date of this journal feed.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this journal feed.void
setDDMRendererTemplateKey
(String DDMRendererTemplateKey) Sets the ddm renderer template key of this journal feed.void
setDDMStructureId
(long DDMStructureId) Sets the ddm structure ID of this journal feed.void
setDDMTemplateKey
(String DDMTemplateKey) Sets the ddm template key of this journal feed.void
setDelta
(int delta) Sets the delta of this journal feed.void
setDescription
(String description) Sets the description of this journal feed.void
setFeedFormat
(String feedFormat) Sets the feed format of this journal feed.void
Sets the feed ID of this journal feed.void
setFeedVersion
(double feedVersion) Sets the feed version of this journal feed.void
setGroupId
(long groupId) Sets the group ID of this journal feed.void
setId
(long id) Sets the ID of this journal feed.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this journal feed.void
setModifiedDate
(Date modifiedDate) Sets the modified date of this journal feed.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this journal feed.void
Sets the name of this journal feed.void
setOrderByCol
(String orderByCol) Sets the order by col of this journal feed.void
setOrderByType
(String orderByType) Sets the order by type of this journal feed.void
setPrimaryKey
(long primaryKey) Sets the primary key of this journal feed.void
setTargetLayoutFriendlyUrl
(String targetLayoutFriendlyUrl) Sets the target layout friendly url of this journal feed.void
setTargetPortletId
(String targetPortletId) Sets the target portlet ID of this journal feed.void
setUserId
(long userId) Sets the user ID of this journal feed.void
setUserName
(String userName) Sets the user name of this journal feed.void
setUserUuid
(String userUuid) Sets the user uuid of this journal feed.void
Sets the uuid of this journal feed.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 journal feed.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>
- Returns:
- the primary key of this journal feed
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this journal feed.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>
- Parameters:
primaryKey
- the primary key of this journal feed
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this journal feed.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this journal feed
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this journal feed.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this journal feed
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this journal feed.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>
- Returns:
- the ct collection ID of this journal feed
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this journal feed.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<JournalFeed>
- Parameters:
ctCollectionId
- the ct collection ID of this journal feed
-
getUuid
Returns the uuid of this journal feed.- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this journal feed
-
setUuid
Sets the uuid of this journal feed.- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this journal feed
-
getId
long getId()Returns the ID of this journal feed.- Returns:
- the ID of this journal feed
-
setId
void setId(long id) Sets the ID of this journal feed.- Parameters:
id
- the ID of this journal feed
-
getGroupId
long getGroupId()Returns the group ID of this journal feed.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this journal feed
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this journal feed.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this journal feed
-
getCompanyId
long getCompanyId()Returns the company ID of this journal feed.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this journal feed
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this journal feed.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
companyId
- the company ID of this journal feed
-
getUserId
long getUserId()Returns the user ID of this journal feed.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user ID of this journal feed
-
setUserId
void setUserId(long userId) Sets the user ID of this journal feed.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userId
- the user ID of this journal feed
-
getUserUuid
String getUserUuid()Returns the user uuid of this journal feed.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user uuid of this journal feed
-
setUserUuid
Sets the user uuid of this journal feed.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userUuid
- the user uuid of this journal feed
-
getUserName
Returns the user name of this journal feed.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user name of this journal feed
-
setUserName
Sets the user name of this journal feed.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userName
- the user name of this journal feed
-
getCreateDate
Date getCreateDate()Returns the create date of this journal feed.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this journal feed
-
setCreateDate
Sets the create date of this journal feed.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this journal feed
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this journal feed.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this journal feed
-
setModifiedDate
Sets the modified date of this journal feed.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this journal feed
-
getFeedId
String getFeedId()Returns the feed ID of this journal feed.- Returns:
- the feed ID of this journal feed
-
setFeedId
Sets the feed ID of this journal feed.- Parameters:
feedId
- the feed ID of this journal feed
-
getName
Returns the name of this journal feed.- Returns:
- the name of this journal feed
-
setName
Sets the name of this journal feed.- Parameters:
name
- the name of this journal feed
-
getDescription
Returns the description of this journal feed.- Returns:
- the description of this journal feed
-
setDescription
Sets the description of this journal feed.- Parameters:
description
- the description of this journal feed
-
getDDMStructureId
long getDDMStructureId()Returns the ddm structure ID of this journal feed.- Returns:
- the ddm structure ID of this journal feed
-
setDDMStructureId
void setDDMStructureId(long DDMStructureId) Sets the ddm structure ID of this journal feed.- Parameters:
DDMStructureId
- the ddm structure ID of this journal feed
-
getDDMTemplateKey
Returns the ddm template key of this journal feed.- Returns:
- the ddm template key of this journal feed
-
setDDMTemplateKey
Sets the ddm template key of this journal feed.- Parameters:
DDMTemplateKey
- the ddm template key of this journal feed
-
getDDMRendererTemplateKey
Returns the ddm renderer template key of this journal feed.- Returns:
- the ddm renderer template key of this journal feed
-
setDDMRendererTemplateKey
Sets the ddm renderer template key of this journal feed.- Parameters:
DDMRendererTemplateKey
- the ddm renderer template key of this journal feed
-
getDelta
int getDelta()Returns the delta of this journal feed.- Returns:
- the delta of this journal feed
-
setDelta
void setDelta(int delta) Sets the delta of this journal feed.- Parameters:
delta
- the delta of this journal feed
-
getOrderByCol
Returns the order by col of this journal feed.- Returns:
- the order by col of this journal feed
-
setOrderByCol
Sets the order by col of this journal feed.- Parameters:
orderByCol
- the order by col of this journal feed
-
getOrderByType
Returns the order by type of this journal feed.- Returns:
- the order by type of this journal feed
-
setOrderByType
Sets the order by type of this journal feed.- Parameters:
orderByType
- the order by type of this journal feed
-
getTargetLayoutFriendlyUrl
Returns the target layout friendly url of this journal feed.- Returns:
- the target layout friendly url of this journal feed
-
setTargetLayoutFriendlyUrl
Sets the target layout friendly url of this journal feed.- Parameters:
targetLayoutFriendlyUrl
- the target layout friendly url of this journal feed
-
getTargetPortletId
Returns the target portlet ID of this journal feed.- Returns:
- the target portlet ID of this journal feed
-
setTargetPortletId
Sets the target portlet ID of this journal feed.- Parameters:
targetPortletId
- the target portlet ID of this journal feed
-
getContentField
Returns the content field of this journal feed.- Returns:
- the content field of this journal feed
-
setContentField
Sets the content field of this journal feed.- Parameters:
contentField
- the content field of this journal feed
-
getFeedFormat
Returns the feed format of this journal feed.- Returns:
- the feed format of this journal feed
-
setFeedFormat
Sets the feed format of this journal feed.- Parameters:
feedFormat
- the feed format of this journal feed
-
getFeedVersion
double getFeedVersion()Returns the feed version of this journal feed.- Returns:
- the feed version of this journal feed
-
setFeedVersion
void setFeedVersion(double feedVersion) Sets the feed version of this journal feed.- Parameters:
feedVersion
- the feed version of this journal feed
-
getLastPublishDate
Date getLastPublishDate()Returns the last publish date of this journal feed.- Specified by:
getLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Returns:
- the last publish date of this journal feed
-
setLastPublishDate
Sets the last publish date of this journal feed.- Specified by:
setLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Parameters:
lastPublishDate
- the last publish date of this journal feed
-
cloneWithOriginalValues
JournalFeed cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<JournalFeed>
-
toXmlString
-