Liferay 6.0.5

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

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 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.

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.5