com.liferay.portlet.journal.model
Interface JournalFeed

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, JournalFeedModel, java.io.Serializable

public interface JournalFeed
extends JournalFeedModel

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 JournalFeed table in the database.

Customize com.liferay.portlet.journal.model.impl.JournalFeedImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
JournalFeedModel, com.liferay.portlet.journal.model.impl.JournalFeedImpl, com.liferay.portlet.journal.model.impl.JournalFeedModelImpl

Method Summary
 java.lang.String getUserUuid()
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from interface com.liferay.portlet.journal.model.JournalFeedModel
getCompanyId, getContentField, getCreateDate, getDelta, getDescription, getFeedId, getFeedType, getFeedVersion, getGroupId, getId, getModifiedDate, getName, getOrderByCol, getOrderByType, getPrimaryKey, getRendererTemplateId, getStructureId, getTargetLayoutFriendlyUrl, getTargetPortletId, getTemplateId, getType, getUserId, getUserName, getUuid, setCompanyId, setContentField, setCreateDate, setDelta, setDescription, setFeedId, setFeedType, setFeedVersion, setGroupId, setId, setModifiedDate, setName, setOrderByCol, setOrderByType, setPrimaryKey, setRendererTemplateId, setStructureId, setTargetLayoutFriendlyUrl, setTargetPortletId, setTemplateId, setType, 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)