Liferay 6.2-ce-ga5

com.liferay.portlet.blogs.model.impl
Class BlogsEntryCacheModel

java.lang.Object
  extended by com.liferay.portlet.blogs.model.impl.BlogsEntryCacheModel
All Implemented Interfaces:
CacheModel<BlogsEntry>, Externalizable, Serializable

public class BlogsEntryCacheModel
extends Object
implements CacheModel<BlogsEntry>, Externalizable

The cache model class for representing BlogsEntry in entity cache.

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

Field Summary
 boolean allowPingbacks
           
 boolean allowTrackbacks
           
 long companyId
           
 String content
           
 long createDate
           
 String description
           
 long displayDate
           
 long entryId
           
 long groupId
           
 long modifiedDate
           
 boolean smallImage
           
 long smallImageId
           
 String smallImageURL
           
 int status
           
 long statusByUserId
           
 String statusByUserName
           
 long statusDate
           
 String title
           
 String trackbacks
           
 String urlTitle
           
 long userId
           
 String userName
           
 String uuid
           
 
Constructor Summary
BlogsEntryCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 BlogsEntry toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public String uuid

entryId

public long entryId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

title

public String title

urlTitle

public String urlTitle

description

public String description

content

public String content

displayDate

public long displayDate

allowPingbacks

public boolean allowPingbacks

allowTrackbacks

public boolean allowTrackbacks

trackbacks

public String trackbacks

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
Constructor Detail

BlogsEntryCacheModel

public BlogsEntryCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 6.2-ce-ga5