Liferay 7.0-ce-m6

com.liferay.portlet.journal.model
Class JournalFeedWrapper

java.lang.Object
  extended by com.liferay.portlet.journal.model.JournalFeedWrapper
All Implemented Interfaces:
AuditedModel, BaseModel<JournalFeed>, ClassedModel, GroupedModel, ModelWrapper<JournalFeed>, PersistedModel, StagedGroupedModel, StagedModel, JournalFeed, JournalFeedModel, Serializable, Cloneable, Comparable<JournalFeed>

@ProviderType
public class JournalFeedWrapper
extends Object
implements JournalFeed, ModelWrapper<JournalFeed>

This class is a wrapper for JournalFeed.

See Also:
JournalFeed, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
JournalFeedWrapper(JournalFeed journalFeed)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(JournalFeed journalFeed)
           
 boolean equals(Object obj)
           
 long getCompanyId()
          Returns the company ID of this journal feed.
 String getContentField()
          Returns the content field of this journal feed.
 Date getCreateDate()
          Returns the create date of this journal feed.
 String getDDMRendererTemplateKey()
          Returns the d d m renderer template key of this journal feed.
 String getDDMStructureKey()
          Returns the d d m structure key of this journal feed.
 String getDDMTemplateKey()
          Returns the d d m template key of this journal feed.
 int getDelta()
          Returns the delta of this journal feed.
 String getDescription()
          Returns the description of this journal feed.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 String getFeedFormat()
          Returns the feed format of this journal feed.
 String getFeedId()
          Returns the feed ID of this journal feed.
 double getFeedVersion()
          Returns the feed version of this journal feed.
 long getGroupId()
          Returns the group ID of this journal feed.
 long getId()
          Returns the ID of this journal feed.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
          Returns the modified date of this journal feed.
 String getName()
          Returns the name of this journal feed.
 String getOrderByCol()
          Returns the order by col of this journal feed.
 String getOrderByType()
          Returns the order by type of this journal feed.
 long getPrimaryKey()
          Returns the primary key of this journal feed.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 String getRendererTemplateId()
          Deprecated. As of 7.0.0, replaced by getDDMRendererTemplateKey()
 StagedModelType getStagedModelType()
           
 String getStructureId()
          Deprecated. As of 7.0.0, replaced by getDDMStructureKey()
 String getTargetLayoutFriendlyUrl()
          Returns the target layout friendly url of this journal feed.
 String getTargetPortletId()
          Returns the target portlet ID of this journal feed.
 String getTemplateId()
          Deprecated. As of 7.0.0, replaced by getDDMTemplateKey()
 long getUserId()
          Returns the user ID of this journal feed.
 String getUserName()
          Returns the user name of this journal feed.
 String getUserUuid()
          Returns the user uuid of this journal feed.
 String getUuid()
          Returns the uuid of this journal feed.
 JournalFeed getWrappedJournalFeed()
          Deprecated. As of 6.1.0, replaced by getWrappedModel()
 JournalFeed getWrappedModel()
           
 int hashCode()
           
 boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
 boolean isEntityCacheEnabled()
          Returns true if this model's entity cache is enabled.
 boolean isEscapedModel()
          Returns true if this model instance is escaped.
 boolean isFinderCacheEnabled()
          Returns true if this model's finder cache is enabled.
 boolean isNew()
          Returns true if this model instance does not yet exist in the database.
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 void resetOriginalValues()
          Reset all original fields to current values.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 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 setDDMRendererTemplateKey(String DDMRendererTemplateKey)
          Sets the d d m renderer template key of this journal feed.
 void setDDMStructureKey(String DDMStructureKey)
          Sets the d d m structure key of this journal feed.
 void setDDMTemplateKey(String DDMTemplateKey)
          Sets the d d m 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 setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setFeedFormat(String feedFormat)
          Sets the feed format of this journal feed.
 void setFeedId(String feedId)
          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 setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this journal feed.
 void setName(String name)
          Sets the name of this journal feed.
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 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 setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setRendererTemplateId(String rendererTemplateKey)
          Deprecated. As of 7.0.0, replaced by setDDMRendererTemplateKey(String)
 void setStructureId(String structureKey)
          Deprecated. As of 7.0.0, replaced by setDDMStructureKey(String)
 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 setTemplateId(String templateKey)
          Deprecated. As of 7.0.0, replaced by setDDMTemplateKey(String)
 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 setUuid(String uuid)
          Sets the uuid of this journal feed.
 CacheModel<JournalFeed> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 JournalFeed toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 JournalFeed toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JournalFeedWrapper

public JournalFeedWrapper(JournalFeed journalFeed)
Method Detail

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<JournalFeed>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<JournalFeed>

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<JournalFeed>
Specified by:
clone in interface StagedModel
Specified by:
clone in interface JournalFeedModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(JournalFeed journalFeed)
Specified by:
compareTo in interface JournalFeedModel
Specified by:
compareTo in interface Comparable<JournalFeed>

getCompanyId

public long getCompanyId()
Returns the company ID of this journal feed.

Specified by:
getCompanyId in interface AuditedModel
Specified by:
getCompanyId in interface StagedModel
Specified by:
getCompanyId in interface JournalFeedModel
Returns:
the company ID of this journal feed

getContentField

public String getContentField()
Returns the content field of this journal feed.

Specified by:
getContentField in interface JournalFeedModel
Returns:
the content field of this journal feed

getCreateDate

public Date getCreateDate()
Returns the create date of this journal feed.

Specified by:
getCreateDate in interface AuditedModel
Specified by:
getCreateDate in interface StagedModel
Specified by:
getCreateDate in interface JournalFeedModel
Returns:
the create date of this journal feed

getDDMRendererTemplateKey

public String getDDMRendererTemplateKey()
Returns the d d m renderer template key of this journal feed.

Specified by:
getDDMRendererTemplateKey in interface JournalFeedModel
Returns:
the d d m renderer template key of this journal feed

getDDMStructureKey

public String getDDMStructureKey()
Returns the d d m structure key of this journal feed.

Specified by:
getDDMStructureKey in interface JournalFeedModel
Returns:
the d d m structure key of this journal feed

getDDMTemplateKey

public String getDDMTemplateKey()
Returns the d d m template key of this journal feed.

Specified by:
getDDMTemplateKey in interface JournalFeedModel
Returns:
the d d m template key of this journal feed

getDelta

public int getDelta()
Returns the delta of this journal feed.

Specified by:
getDelta in interface JournalFeedModel
Returns:
the delta of this journal feed

getDescription

public String getDescription()
Returns the description of this journal feed.

Specified by:
getDescription in interface JournalFeedModel
Returns:
the description of this journal feed

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<JournalFeed>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface JournalFeedModel
Returns:
the expando bridge for this model instance

getFeedFormat

public String getFeedFormat()
Returns the feed format of this journal feed.

Specified by:
getFeedFormat in interface JournalFeedModel
Returns:
the feed format of this journal feed

getFeedId

public String getFeedId()
Returns the feed ID of this journal feed.

Specified by:
getFeedId in interface JournalFeedModel
Returns:
the feed ID of this journal feed

getFeedVersion

public double getFeedVersion()
Returns the feed version of this journal feed.

Specified by:
getFeedVersion in interface JournalFeedModel
Returns:
the feed version of this journal feed

getGroupId

public long getGroupId()
Returns the group ID of this journal feed.

Specified by:
getGroupId in interface GroupedModel
Specified by:
getGroupId in interface JournalFeedModel
Returns:
the group ID of this journal feed

getId

public long getId()
Returns the ID of this journal feed.

Specified by:
getId in interface JournalFeedModel
Returns:
the ID of this journal feed

getModifiedDate

public Date getModifiedDate()
Returns the modified date of this journal feed.

Specified by:
getModifiedDate in interface AuditedModel
Specified by:
getModifiedDate in interface StagedModel
Specified by:
getModifiedDate in interface JournalFeedModel
Returns:
the modified date of this journal feed

getName

public String getName()
Returns the name of this journal feed.

Specified by:
getName in interface JournalFeedModel
Returns:
the name of this journal feed

getOrderByCol

public String getOrderByCol()
Returns the order by col of this journal feed.

Specified by:
getOrderByCol in interface JournalFeedModel
Returns:
the order by col of this journal feed

getOrderByType

public String getOrderByType()
Returns the order by type of this journal feed.

Specified by:
getOrderByType in interface JournalFeedModel
Returns:
the order by type of this journal feed

getPrimaryKey

public long getPrimaryKey()
Returns the primary key of this journal feed.

Specified by:
getPrimaryKey in interface JournalFeedModel
Returns:
the primary key of this journal feed

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<JournalFeed>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface JournalFeedModel
Returns:
the primary key of this model instance

getRendererTemplateId

@Deprecated
public String getRendererTemplateId()
Deprecated. As of 7.0.0, replaced by getDDMRendererTemplateKey()

Specified by:
getRendererTemplateId in interface JournalFeed

getStructureId

@Deprecated
public String getStructureId()
Deprecated. As of 7.0.0, replaced by getDDMStructureKey()

Specified by:
getStructureId in interface JournalFeed

getTargetLayoutFriendlyUrl

public String getTargetLayoutFriendlyUrl()
Returns the target layout friendly url of this journal feed.

Specified by:
getTargetLayoutFriendlyUrl in interface JournalFeedModel
Returns:
the target layout friendly url of this journal feed

getTargetPortletId

public String getTargetPortletId()
Returns the target portlet ID of this journal feed.

Specified by:
getTargetPortletId in interface JournalFeedModel
Returns:
the target portlet ID of this journal feed

getTemplateId

@Deprecated
public String getTemplateId()
Deprecated. As of 7.0.0, replaced by getDDMTemplateKey()

Specified by:
getTemplateId in interface JournalFeed

getUserId

public long getUserId()
Returns the user ID of this journal feed.

Specified by:
getUserId in interface AuditedModel
Specified by:
getUserId in interface JournalFeedModel
Returns:
the user ID of this journal feed

getUserName

public String getUserName()
Returns the user name of this journal feed.

Specified by:
getUserName in interface AuditedModel
Specified by:
getUserName in interface JournalFeedModel
Returns:
the user name of this journal feed

getUserUuid

public String getUserUuid()
Returns the user uuid of this journal feed.

Specified by:
getUserUuid in interface AuditedModel
Specified by:
getUserUuid in interface JournalFeedModel
Returns:
the user uuid of this journal feed

getUuid

public String getUuid()
Returns the uuid of this journal feed.

Specified by:
getUuid in interface StagedModel
Specified by:
getUuid in interface JournalFeedModel
Returns:
the uuid of this journal feed

hashCode

public int hashCode()
Specified by:
hashCode in interface JournalFeedModel
Overrides:
hashCode in class Object

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<JournalFeed>
Specified by:
isCachedModel in interface JournalFeedModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<JournalFeed>
Specified by:
isEscapedModel in interface JournalFeedModel
Returns:
true if this model instance is escaped; false otherwise

isNew

public boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<JournalFeed>
Specified by:
isNew in interface JournalFeedModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

persist

public void persist()
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<JournalFeed>
Specified by:
setCachedModel in interface JournalFeedModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

setCompanyId

public void setCompanyId(long companyId)
Sets the company ID of this journal feed.

Specified by:
setCompanyId in interface AuditedModel
Specified by:
setCompanyId in interface StagedModel
Specified by:
setCompanyId in interface JournalFeedModel
Parameters:
companyId - the company ID of this journal feed

setContentField

public void setContentField(String contentField)
Sets the content field of this journal feed.

Specified by:
setContentField in interface JournalFeedModel
Parameters:
contentField - the content field of this journal feed

setCreateDate

public void setCreateDate(Date createDate)
Sets the create date of this journal feed.

Specified by:
setCreateDate in interface AuditedModel
Specified by:
setCreateDate in interface StagedModel
Specified by:
setCreateDate in interface JournalFeedModel
Parameters:
createDate - the create date of this journal feed

setDDMRendererTemplateKey

public void setDDMRendererTemplateKey(String DDMRendererTemplateKey)
Sets the d d m renderer template key of this journal feed.

Specified by:
setDDMRendererTemplateKey in interface JournalFeedModel
Parameters:
DDMRendererTemplateKey - the d d m renderer template key of this journal feed

setDDMStructureKey

public void setDDMStructureKey(String DDMStructureKey)
Sets the d d m structure key of this journal feed.

Specified by:
setDDMStructureKey in interface JournalFeedModel
Parameters:
DDMStructureKey - the d d m structure key of this journal feed

setDDMTemplateKey

public void setDDMTemplateKey(String DDMTemplateKey)
Sets the d d m template key of this journal feed.

Specified by:
setDDMTemplateKey in interface JournalFeedModel
Parameters:
DDMTemplateKey - the d d m template key of this journal feed

setDelta

public void setDelta(int delta)
Sets the delta of this journal feed.

Specified by:
setDelta in interface JournalFeedModel
Parameters:
delta - the delta of this journal feed

setDescription

public void setDescription(String description)
Sets the description of this journal feed.

Specified by:
setDescription in interface JournalFeedModel
Parameters:
description - the description of this journal feed

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(BaseModel<?> baseModel)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<JournalFeed>
Specified by:
setExpandoBridgeAttributes in interface JournalFeedModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<JournalFeed>
Specified by:
setExpandoBridgeAttributes in interface JournalFeedModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<JournalFeed>
Specified by:
setExpandoBridgeAttributes in interface JournalFeedModel
Parameters:
serviceContext - the service context to be applied
See Also:
ServiceContext.getExpandoBridgeAttributes( )

setFeedFormat

public void setFeedFormat(String feedFormat)
Sets the feed format of this journal feed.

Specified by:
setFeedFormat in interface JournalFeedModel
Parameters:
feedFormat - the feed format of this journal feed

setFeedId

public void setFeedId(String feedId)
Sets the feed ID of this journal feed.

Specified by:
setFeedId in interface JournalFeedModel
Parameters:
feedId - the feed ID of this journal feed

setFeedVersion

public void setFeedVersion(double feedVersion)
Sets the feed version of this journal feed.

Specified by:
setFeedVersion in interface JournalFeedModel
Parameters:
feedVersion - the feed version of this journal feed

setGroupId

public void setGroupId(long groupId)
Sets the group ID of this journal feed.

Specified by:
setGroupId in interface GroupedModel
Specified by:
setGroupId in interface JournalFeedModel
Parameters:
groupId - the group ID of this journal feed

setId

public void setId(long id)
Sets the ID of this journal feed.

Specified by:
setId in interface JournalFeedModel
Parameters:
id - the ID of this journal feed

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Sets the modified date of this journal feed.

Specified by:
setModifiedDate in interface AuditedModel
Specified by:
setModifiedDate in interface StagedModel
Specified by:
setModifiedDate in interface JournalFeedModel
Parameters:
modifiedDate - the modified date of this journal feed

setName

public void setName(String name)
Sets the name of this journal feed.

Specified by:
setName in interface JournalFeedModel
Parameters:
name - the name of this journal feed

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<JournalFeed>
Specified by:
setNew in interface JournalFeedModel
Parameters:
n - whether this model instance does not yet exist in the database

setOrderByCol

public void setOrderByCol(String orderByCol)
Sets the order by col of this journal feed.

Specified by:
setOrderByCol in interface JournalFeedModel
Parameters:
orderByCol - the order by col of this journal feed

setOrderByType

public void setOrderByType(String orderByType)
Sets the order by type of this journal feed.

Specified by:
setOrderByType in interface JournalFeedModel
Parameters:
orderByType - the order by type of this journal feed

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primary key of this journal feed.

Specified by:
setPrimaryKey in interface JournalFeedModel
Parameters:
primaryKey - the primary key of this journal feed

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<JournalFeed>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface JournalFeedModel
Parameters:
primaryKeyObj - the primary key of this model instance

setRendererTemplateId

@Deprecated
public void setRendererTemplateId(String rendererTemplateKey)
Deprecated. As of 7.0.0, replaced by setDDMRendererTemplateKey(String)

Specified by:
setRendererTemplateId in interface JournalFeed

setStructureId

@Deprecated
public void setStructureId(String structureKey)
Deprecated. As of 7.0.0, replaced by setDDMStructureKey(String)

Specified by:
setStructureId in interface JournalFeed

setTargetLayoutFriendlyUrl

public void setTargetLayoutFriendlyUrl(String targetLayoutFriendlyUrl)
Sets the target layout friendly url of this journal feed.

Specified by:
setTargetLayoutFriendlyUrl in interface JournalFeedModel
Parameters:
targetLayoutFriendlyUrl - the target layout friendly url of this journal feed

setTargetPortletId

public void setTargetPortletId(String targetPortletId)
Sets the target portlet ID of this journal feed.

Specified by:
setTargetPortletId in interface JournalFeedModel
Parameters:
targetPortletId - the target portlet ID of this journal feed

setTemplateId

@Deprecated
public void setTemplateId(String templateKey)
Deprecated. As of 7.0.0, replaced by setDDMTemplateKey(String)

Specified by:
setTemplateId in interface JournalFeed

setUserId

public void setUserId(long userId)
Sets the user ID of this journal feed.

Specified by:
setUserId in interface AuditedModel
Specified by:
setUserId in interface JournalFeedModel
Parameters:
userId - the user ID of this journal feed

setUserName

public void setUserName(String userName)
Sets the user name of this journal feed.

Specified by:
setUserName in interface AuditedModel
Specified by:
setUserName in interface JournalFeedModel
Parameters:
userName - the user name of this journal feed

setUserUuid

public void setUserUuid(String userUuid)
Sets the user uuid of this journal feed.

Specified by:
setUserUuid in interface AuditedModel
Specified by:
setUserUuid in interface JournalFeedModel
Parameters:
userUuid - the user uuid of this journal feed

setUuid

public void setUuid(String uuid)
Sets the uuid of this journal feed.

Specified by:
setUuid in interface StagedModel
Specified by:
setUuid in interface JournalFeedModel
Parameters:
uuid - the uuid of this journal feed

toCacheModel

public CacheModel<JournalFeed> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<JournalFeed>
Specified by:
toCacheModel in interface JournalFeedModel
Returns:
the cache model object

toEscapedModel

public JournalFeed toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<JournalFeed>
Specified by:
toEscapedModel in interface JournalFeedModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toString

public String toString()
Specified by:
toString in interface JournalFeedModel
Overrides:
toString in class Object

toUnescapedModel

public JournalFeed toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<JournalFeed>
Specified by:
toUnescapedModel in interface JournalFeedModel

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<JournalFeed>
Specified by:
toXmlString in interface JournalFeedModel
Returns:
the XML representation of this model instance

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getStagedModelType

public StagedModelType getStagedModelType()
Specified by:
getStagedModelType in interface StagedModel

getWrappedJournalFeed

@Deprecated
public JournalFeed getWrappedJournalFeed()
Deprecated. As of 6.1.0, replaced by getWrappedModel()


getWrappedModel

public JournalFeed getWrappedModel()
Specified by:
getWrappedModel in interface ModelWrapper<JournalFeed>

isEntityCacheEnabled

public boolean isEntityCacheEnabled()
Description copied from interface: BaseModel
Returns true if this model's entity cache is enabled.

Specified by:
isEntityCacheEnabled in interface BaseModel<JournalFeed>
Returns:
true if this model's entity cache is enabled; false otherwise

isFinderCacheEnabled

public boolean isFinderCacheEnabled()
Description copied from interface: BaseModel
Returns true if this model's finder cache is enabled.

Specified by:
isFinderCacheEnabled in interface BaseModel<JournalFeed>
Returns:
true if this model's finder cache is enabled; false otherwise

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<JournalFeed>

Liferay 7.0-ce-m6