Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.model.impl
Class JournalFeedCacheModel

java.lang.Object
  extended by com.liferay.portlet.journal.model.impl.JournalFeedCacheModel
All Implemented Interfaces:
CacheModel<JournalFeed>, Serializable

public class JournalFeedCacheModel
extends Object
implements CacheModel<JournalFeed>, Serializable

The cache model class for representing JournalFeed in entity cache.

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

Field Summary
 long companyId
           
 String contentField
           
 long createDate
           
 int delta
           
 String description
           
 String feedId
           
 String feedType
           
 double feedVersion
           
 long groupId
           
 long id
           
 long modifiedDate
           
 String name
           
 String orderByCol
           
 String orderByType
           
 String rendererTemplateId
           
 String structureId
           
 String targetLayoutFriendlyUrl
           
 String targetPortletId
           
 String templateId
           
 String type
           
 long userId
           
 String userName
           
 String uuid
           
 
Constructor Summary
JournalFeedCacheModel()
           
 
Method Summary
 JournalFeed toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public String uuid

id

public long id

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

feedId

public String feedId

name

public String name

description

public String description

type

public String type

structureId

public String structureId

templateId

public String templateId

rendererTemplateId

public String rendererTemplateId

delta

public int delta

orderByCol

public String orderByCol

orderByType

public String orderByType

targetLayoutFriendlyUrl

public String targetLayoutFriendlyUrl

targetPortletId

public String targetPortletId

contentField

public String contentField

feedType

public String feedType

feedVersion

public double feedVersion
Constructor Detail

JournalFeedCacheModel

public JournalFeedCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public JournalFeed toEntityModel()
Specified by:
toEntityModel in interface CacheModel<JournalFeed>

Liferay 6.1.2-ce-ga3