Liferay 6.0.3

com.liferay.portlet.blogs.model
Interface BlogsEntry

All Superinterfaces:
BaseModel<BlogsEntry>, BlogsEntryModel, Cloneable, Comparable<BlogsEntry>, Serializable
All Known Implementing Classes:
BlogsEntryImpl, BlogsEntryWrapper

public interface BlogsEntry
extends BlogsEntryModel

This interface is a model that represents the BlogsEntry table in the database.

Customize BlogsEntryImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
BlogsEntryModel, BlogsEntryImpl, BlogsEntryModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
Methods inherited from interface com.liferay.portlet.blogs.model.BlogsEntryModel
clone, compareTo, getAllowPingbacks, getAllowTrackbacks, getCompanyId, getContent, getCreateDate, getDisplayDate, getEntryId, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTitle, getTrackbacks, getUrlTitle, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAllowPingbacks, isAllowTrackbacks, isApproved, isCachedModel, isDraft, isEscapedModel, isExpired, isNew, isPending, setAllowPingbacks, setAllowTrackbacks, setCachedModel, setCompanyId, setContent, setCreateDate, setDisplayDate, setEntryId, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTitle, setTrackbacks, setUrlTitle, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3