com.liferay.portlet.blogs.model
Interface BlogsEntry

All Superinterfaces:
BaseModel<BlogsEntry>, BlogsEntryModel, java.lang.Cloneable, java.lang.Comparable<BlogsEntry>, java.io.Serializable
All Known Implementing Classes:
BlogsEntryWrapper

public interface BlogsEntry
extends BlogsEntryModel

The model interface for the BlogsEntry service. Represents a row in the "BlogsEntry" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to com.liferay.portlet.blogs.model.impl.BlogsEntryImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a blogs entry model instance should use the BlogsEntry interface instead.

Author:
Brian Wing Shun Chan
See Also:
BlogsEntryModel, com.liferay.portlet.blogs.model.impl.BlogsEntryImpl, com.liferay.portlet.blogs.model.impl.BlogsEntryModelImpl
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