com.liferay.portlet.social.model
Interface SocialActivityModel

All Superinterfaces:
BaseModel<SocialActivity>, java.lang.Cloneable, java.lang.Comparable<SocialActivity>, java.io.Serializable
All Known Subinterfaces:
SocialActivity

public interface SocialActivityModel
extends BaseModel<SocialActivity>

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

Author:
Brian Wing Shun Chan
See Also:
SocialActivity, com.liferay.portlet.social.model.impl.SocialActivityImpl, com.liferay.portlet.social.model.impl.SocialActivityModelImpl

Method Summary
 long getActivityId()
           
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 long getCreateDate()
           
 java.lang.String getExtraData()
           
 long getGroupId()
           
 long getMirrorActivityId()
           
 long getPrimaryKey()
           
 long getReceiverUserId()
           
 java.lang.String getReceiverUserUuid()
           
 int getType()
           
 long getUserId()
           
 java.lang.String getUserUuid()
           
 void setActivityId(long activityId)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(long createDate)
           
 void setExtraData(java.lang.String extraData)
           
 void setGroupId(long groupId)
           
 void setMirrorActivityId(long mirrorActivityId)
           
 void setPrimaryKey(long pk)
           
 void setReceiverUserId(long receiverUserId)
           
 void setReceiverUserUuid(java.lang.String receiverUserUuid)
           
 void setType(int type)
           
 void setUserId(long userId)
           
 void setUserUuid(java.lang.String userUuid)
           
 SocialActivity toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getActivityId

long getActivityId()

setActivityId

void setActivityId(long activityId)

getGroupId

long getGroupId()

setGroupId

void setGroupId(long groupId)

getCompanyId

long getCompanyId()

setCompanyId

void setCompanyId(long companyId)

getUserId

long getUserId()

setUserId

void setUserId(long userId)

getUserUuid

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

setUserUuid

void setUserUuid(java.lang.String userUuid)

getCreateDate

long getCreateDate()

setCreateDate

void setCreateDate(long createDate)

getMirrorActivityId

long getMirrorActivityId()

setMirrorActivityId

void setMirrorActivityId(long mirrorActivityId)

getClassName

java.lang.String getClassName()

getClassNameId

long getClassNameId()

setClassNameId

void setClassNameId(long classNameId)

getClassPK

long getClassPK()

setClassPK

void setClassPK(long classPK)

getType

int getType()

setType

void setType(int type)

getExtraData

java.lang.String getExtraData()

setExtraData

void setExtraData(java.lang.String extraData)

getReceiverUserId

long getReceiverUserId()

setReceiverUserId

void setReceiverUserId(long receiverUserId)

getReceiverUserUuid

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

setReceiverUserUuid

void setReceiverUserUuid(java.lang.String receiverUserUuid)

toEscapedModel

SocialActivity toEscapedModel()