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

Method Summary
 java.lang.String getUserUuid()
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from interface com.liferay.portlet.blogs.model.BlogsEntryModel
getAllowTrackbacks, getCompanyId, getContent, getCreateDate, getDisplayDate, getDraft, getEntryId, getGroupId, getModifiedDate, getPrimaryKey, getTitle, getTrackbacks, getUrlTitle, getUserId, getUserName, getUuid, isAllowTrackbacks, isDraft, setAllowTrackbacks, setCompanyId, setContent, setCreateDate, setDisplayDate, setDraft, setEntryId, setGroupId, setModifiedDate, setPrimaryKey, setTitle, setTrackbacks, setUrlTitle, setUserId, setUserName, setUuid, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserUuid

void setUserUuid(java.lang.String userUuid)