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

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

Customize com.liferay.portlet.blogs.model.impl.BlogsEntryImpl and rerun the ServiceBuilder to generate the new methods.

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
 boolean isApproved()
           
 
Methods inherited from interface com.liferay.portlet.blogs.model.BlogsEntryModel
clone, compareTo, getAllowTrackbacks, getCompanyId, getContent, getCreateDate, getDisplayDate, getDraft, getEntryId, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getTitle, getTrackbacks, getUrlTitle, getUserId, getUserName, getUserUuid, getUuid, hashCode, isAllowTrackbacks, isCachedModel, isDraft, isEscapedModel, isNew, setAllowTrackbacks, setCachedModel, setCompanyId, setContent, setCreateDate, setDisplayDate, setDraft, setEntryId, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setTitle, setTrackbacks, setUrlTitle, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 

Method Detail

isApproved

boolean isApproved()