com.liferay.portlet.blogs.model
Interface BlogsEntry
- All Superinterfaces:
- BaseModel, BlogsEntryModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- 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.service.model.impl.BlogsEntryImpl
and rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.blogs.service.model.BlogsEntryModel
,
com.liferay.portlet.blogs.service.model.impl.BlogsEntryImpl
,
com.liferay.portlet.blogs.service.model.impl.BlogsEntryModelImpl
Methods inherited from interface com.liferay.portlet.blogs.model.BlogsEntryModel |
getCategoryId, getCompanyId, getContent, getCreateDate, getDisplayDate, getEntryId, getGroupId, getModifiedDate, getPrimaryKey, getTitle, getUrlTitle, getUserId, getUserName, setCategoryId, setCompanyId, setContent, setCreateDate, setDisplayDate, setEntryId, setGroupId, setModifiedDate, setPrimaryKey, setTitle, setUrlTitle, setUserId, setUserName |
Methods inherited from interface java.lang.Comparable |
compareTo |