@ProviderType
public class BlogsEntryCacheModel
extends Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.blogs.kernel.model.BlogsEntry>, Externalizable
BlogsEntry
,
Serialized FormModifier and Type | Field and Description |
---|---|
boolean |
allowPingbacks |
boolean |
allowTrackbacks |
long |
companyId |
String |
content |
String |
coverImageCaption |
long |
coverImageFileEntryId |
String |
coverImageURL |
long |
createDate |
String |
description |
long |
displayDate |
long |
entryId |
long |
groupId |
long |
lastPublishDate |
long |
modifiedDate |
boolean |
smallImage |
long |
smallImageFileEntryId |
long |
smallImageId |
String |
smallImageURL |
int |
status |
long |
statusByUserId |
String |
statusByUserName |
long |
statusDate |
String |
subtitle |
String |
title |
String |
trackbacks |
String |
urlTitle |
long |
userId |
String |
userName |
String |
uuid |
Constructor and Description |
---|
BlogsEntryCacheModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
com.liferay.blogs.kernel.model.BlogsEntry |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public String uuid
public long entryId
public long groupId
public long companyId
public long userId
public String userName
public long createDate
public long modifiedDate
public String title
public String subtitle
public String urlTitle
public String description
public String content
public long displayDate
public boolean allowPingbacks
public boolean allowTrackbacks
public String trackbacks
public String coverImageCaption
public long coverImageFileEntryId
public String coverImageURL
public boolean smallImage
public long smallImageFileEntryId
public long smallImageId
public String smallImageURL
public long lastPublishDate
public int status
public long statusByUserId
public String statusByUserName
public long statusDate
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public com.liferay.blogs.kernel.model.BlogsEntry toEntityModel()
toEntityModel
in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.blogs.kernel.model.BlogsEntry>
public void readExternal(ObjectInput objectInput) throws IOException
readExternal
in interface Externalizable
IOException
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException