com.liferay.portlet.social.model
Class SocialActivityWrapper
java.lang.Object
com.liferay.portlet.social.model.SocialActivityWrapper
- All Implemented Interfaces:
- BaseModel<SocialActivity>, SocialActivity, SocialActivityModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<SocialActivity>
public class SocialActivityWrapper
- extends java.lang.Object
- implements SocialActivity
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for SocialActivity.
- Author:
- Brian Wing Shun Chan
- See Also:
SocialActivity,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
SocialActivityWrapper
public SocialActivityWrapper(SocialActivity socialActivity)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface SocialActivityModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey in interface SocialActivityModel
getActivityId
public long getActivityId()
- Specified by:
getActivityId in interface SocialActivityModel
setActivityId
public void setActivityId(long activityId)
- Specified by:
setActivityId in interface SocialActivityModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface SocialActivityModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface SocialActivityModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId in interface SocialActivityModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface SocialActivityModel
getUserId
public long getUserId()
- Specified by:
getUserId in interface SocialActivityModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface SocialActivityModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserUuid in interface SocialActivityModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid in interface SocialActivityModel
getCreateDate
public long getCreateDate()
- Specified by:
getCreateDate in interface SocialActivityModel
setCreateDate
public void setCreateDate(long createDate)
- Specified by:
setCreateDate in interface SocialActivityModel
getMirrorActivityId
public long getMirrorActivityId()
- Specified by:
getMirrorActivityId in interface SocialActivityModel
setMirrorActivityId
public void setMirrorActivityId(long mirrorActivityId)
- Specified by:
setMirrorActivityId in interface SocialActivityModel
getClassName
public java.lang.String getClassName()
- Specified by:
getClassName in interface SocialActivityModel
getClassNameId
public long getClassNameId()
- Specified by:
getClassNameId in interface SocialActivityModel
setClassNameId
public void setClassNameId(long classNameId)
- Specified by:
setClassNameId in interface SocialActivityModel
getClassPK
public long getClassPK()
- Specified by:
getClassPK in interface SocialActivityModel
setClassPK
public void setClassPK(long classPK)
- Specified by:
setClassPK in interface SocialActivityModel
getType
public int getType()
- Specified by:
getType in interface SocialActivityModel
setType
public void setType(int type)
- Specified by:
setType in interface SocialActivityModel
getExtraData
public java.lang.String getExtraData()
- Specified by:
getExtraData in interface SocialActivityModel
setExtraData
public void setExtraData(java.lang.String extraData)
- Specified by:
setExtraData in interface SocialActivityModel
getReceiverUserId
public long getReceiverUserId()
- Specified by:
getReceiverUserId in interface SocialActivityModel
setReceiverUserId
public void setReceiverUserId(long receiverUserId)
- Specified by:
setReceiverUserId in interface SocialActivityModel
getReceiverUserUuid
public java.lang.String getReceiverUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getReceiverUserUuid in interface SocialActivityModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setReceiverUserUuid
public void setReceiverUserUuid(java.lang.String receiverUserUuid)
- Specified by:
setReceiverUserUuid in interface SocialActivityModel
toEscapedModel
public SocialActivity toEscapedModel()
- Specified by:
toEscapedModel in interface SocialActivityModel
isNew
public boolean isNew()
- Specified by:
isNew in interface BaseModel<SocialActivity>- Specified by:
isNew in interface SocialActivityModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<SocialActivity>- Specified by:
setNew in interface SocialActivityModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<SocialActivity>- Specified by:
isCachedModel in interface SocialActivityModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<SocialActivity>- Specified by:
setCachedModel in interface SocialActivityModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<SocialActivity>- Specified by:
isEscapedModel in interface SocialActivityModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<SocialActivity>- Specified by:
setEscapedModel in interface SocialActivityModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<SocialActivity>- Specified by:
getPrimaryKeyObj in interface SocialActivityModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<SocialActivity>- Specified by:
getExpandoBridge in interface SocialActivityModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<SocialActivity>- Specified by:
setExpandoBridgeAttributes in interface SocialActivityModel
clone
public java.lang.Object clone()
- Specified by:
clone in interface BaseModel<SocialActivity>- Specified by:
clone in interface SocialActivityModel- Overrides:
clone in class java.lang.Object
compareTo
public int compareTo(SocialActivity socialActivity)
- Specified by:
compareTo in interface SocialActivityModel- Specified by:
compareTo in interface java.lang.Comparable<SocialActivity>
hashCode
public int hashCode()
- Specified by:
hashCode in interface SocialActivityModel- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString in interface SocialActivityModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<SocialActivity>- Specified by:
toXmlString in interface SocialActivityModel
getWrappedSocialActivity
public SocialActivity getWrappedSocialActivity()