com.liferay.portlet.journal.model.impl
Class JournalArticleCacheModel
java.lang.Object
com.liferay.portlet.journal.model.impl.JournalArticleCacheModel
- All Implemented Interfaces:
- CacheModel<JournalArticle>, Externalizable, Serializable
@ProviderType
public class JournalArticleCacheModel
- extends Object
- implements CacheModel<JournalArticle>, Externalizable
The cache model class for representing JournalArticle in entity cache.
- See Also:
JournalArticle,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
uuid
public String uuid
id
public long id
resourcePrimKey
public long resourcePrimKey
groupId
public long groupId
companyId
public long companyId
userId
public long userId
userName
public String userName
createDate
public long createDate
modifiedDate
public long modifiedDate
folderId
public long folderId
classNameId
public long classNameId
classPK
public long classPK
treePath
public String treePath
articleId
public String articleId
version
public double version
title
public String title
urlTitle
public String urlTitle
description
public String description
content
public String content
DDMStructureKey
public String DDMStructureKey
DDMTemplateKey
public String DDMTemplateKey
layoutUuid
public String layoutUuid
displayDate
public long displayDate
expirationDate
public long expirationDate
reviewDate
public long reviewDate
indexable
public boolean indexable
smallImage
public boolean smallImage
smallImageId
public long smallImageId
smallImageURL
public String smallImageURL
status
public int status
statusByUserId
public long statusByUserId
statusByUserName
public String statusByUserName
statusDate
public long statusDate
_defaultLanguageId
public String _defaultLanguageId
_document
public Document _document
JournalArticleCacheModel
public JournalArticleCacheModel()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
toEntityModel
public JournalArticle toEntityModel()
- Specified by:
toEntityModel in interface CacheModel<JournalArticle>
readExternal
public void readExternal(ObjectInput objectInput)
throws ClassNotFoundException,
IOException
- Specified by:
readExternal in interface Externalizable
- Throws:
ClassNotFoundException
IOException
writeExternal
public void writeExternal(ObjectOutput objectOutput)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException