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
All Known Implementing Classes:
SocialActivityWrapper

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
Generated:

Method Summary
 java.lang.Object clone()
           
 int compareTo(SocialActivity socialActivity)
           
 long getActivityId()
           
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 long getCreateDate()
           
 ExpandoBridge getExpandoBridge()
           
 java.lang.String getExtraData()
           
 long getGroupId()
           
 long getMirrorActivityId()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getReceiverUserId()
           
 java.lang.String getReceiverUserUuid()
           
 int getType()
           
 long getUserId()
           
 java.lang.String getUserUuid()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setActivityId(long activityId)
           
 void setCachedModel(boolean cachedModel)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(long createDate)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setExtraData(java.lang.String extraData)
           
 void setGroupId(long groupId)
           
 void setMirrorActivityId(long mirrorActivityId)
           
 boolean setNew(boolean n)
           
 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()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 

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

@AutoEscape
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)

isNew

boolean isNew()
Specified by:
isNew in interface BaseModel<SocialActivity>

setNew

boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<SocialActivity>

isCachedModel

boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<SocialActivity>

setCachedModel

void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<SocialActivity>

isEscapedModel

boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<SocialActivity>

setEscapedModel

void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<SocialActivity>

getPrimaryKeyObj

java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<SocialActivity>

getExpandoBridge

ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<SocialActivity>

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<SocialActivity>

clone

java.lang.Object clone()
Specified by:
clone in interface BaseModel<SocialActivity>

compareTo

int compareTo(SocialActivity socialActivity)
Specified by:
compareTo in interface java.lang.Comparable<SocialActivity>

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object

toEscapedModel

SocialActivity toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<SocialActivity>

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object

toXmlString

java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<SocialActivity>