Liferay 6.0.5

com.liferay.portlet.social.model
Class SocialActivityWrapper

java.lang.Object
  extended by com.liferay.portlet.social.model.SocialActivityWrapper
All Implemented Interfaces:
BaseModel<SocialActivity>, SocialActivity, SocialActivityModel, Serializable, Cloneable, Comparable<SocialActivity>

public class SocialActivityWrapper
extends Object
implements SocialActivity

This class is a wrapper for SocialActivity.

See Also:
SocialActivity, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
SocialActivityWrapper(SocialActivity socialActivity)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(SocialActivity socialActivity)
           
 long getActivityId()
          Gets the activity id of this social activity.
 String getClassName()
          Gets the class name of the model instance this social activity is polymorphically associated with.
 long getClassNameId()
          Gets the class name id of this social activity.
 long getClassPK()
          Gets the class p k of this social activity.
 long getCompanyId()
          Gets the company id of this social activity.
 long getCreateDate()
          Gets the create date of this social activity.
 ExpandoBridge getExpandoBridge()
          Gets the expando bridge for this model instance.
 String getExtraData()
          Gets the extra data of this social activity.
 long getGroupId()
          Gets the group id of this social activity.
 long getMirrorActivityId()
          Gets the mirror activity id of this social activity.
 long getPrimaryKey()
          Gets the primary key of this social activity.
 Serializable getPrimaryKeyObj()
          Gets the primary key of this model instance.
 long getReceiverUserId()
          Gets the receiver user id of this social activity.
 String getReceiverUserUuid()
          Gets the receiver user uuid of this social activity.
 int getType()
          Gets the type of this social activity.
 long getUserId()
          Gets the user id of this social activity.
 String getUserUuid()
          Gets the user uuid of this social activity.
 SocialActivity getWrappedSocialActivity()
           
 int hashCode()
           
 boolean isCachedModel()
          Determines if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Determines if this model instance is escaped.
 boolean isNew()
          Determines if this model instance does not yet exist in the database.
 void setActivityId(long activityId)
          Sets the activity id of this social activity.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setClassNameId(long classNameId)
          Sets the class name id of this social activity.
 void setClassPK(long classPK)
          Sets the class p k of this social activity.
 void setCompanyId(long companyId)
          Sets the company id of this social activity.
 void setCreateDate(long createDate)
          Sets the create date of this social activity.
 void setEscapedModel(boolean escapedModel)
          Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setExtraData(String extraData)
          Sets the extra data of this social activity.
 void setGroupId(long groupId)
          Sets the group id of this social activity.
 void setMirrorActivityId(long mirrorActivityId)
          Sets the mirror activity id of this social activity.
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setPrimaryKey(long pk)
          Sets the primary key of this social activity
 void setReceiverUserId(long receiverUserId)
          Sets the receiver user id of this social activity.
 void setReceiverUserUuid(String receiverUserUuid)
          Sets the receiver user uuid of this social activity.
 void setType(int type)
          Sets the type of this social activity.
 void setUserId(long userId)
          Sets the user id of this social activity.
 void setUserUuid(String userUuid)
          Sets the user uuid of this social activity.
 SocialActivity toEscapedModel()
          Gets a copy of this social activity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 String toXmlString()
          Gets the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SocialActivityWrapper

public SocialActivityWrapper(SocialActivity socialActivity)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: SocialActivityModel
Gets the primary key of this social activity.

Specified by:
getPrimaryKey in interface SocialActivityModel
Returns:
the primary key of this social activity

setPrimaryKey

public void setPrimaryKey(long pk)
Description copied from interface: SocialActivityModel
Sets the primary key of this social activity

Specified by:
setPrimaryKey in interface SocialActivityModel
Parameters:
pk - the primary key of this social activity

getActivityId

public long getActivityId()
Description copied from interface: SocialActivityModel
Gets the activity id of this social activity.

Specified by:
getActivityId in interface SocialActivityModel
Returns:
the activity id of this social activity

setActivityId

public void setActivityId(long activityId)
Description copied from interface: SocialActivityModel
Sets the activity id of this social activity.

Specified by:
setActivityId in interface SocialActivityModel
Parameters:
activityId - the activity id of this social activity

getGroupId

public long getGroupId()
Description copied from interface: SocialActivityModel
Gets the group id of this social activity.

Specified by:
getGroupId in interface SocialActivityModel
Returns:
the group id of this social activity

setGroupId

public void setGroupId(long groupId)
Description copied from interface: SocialActivityModel
Sets the group id of this social activity.

Specified by:
setGroupId in interface SocialActivityModel
Parameters:
groupId - the group id of this social activity

getCompanyId

public long getCompanyId()
Description copied from interface: SocialActivityModel
Gets the company id of this social activity.

Specified by:
getCompanyId in interface SocialActivityModel
Returns:
the company id of this social activity

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: SocialActivityModel
Sets the company id of this social activity.

Specified by:
setCompanyId in interface SocialActivityModel
Parameters:
companyId - the company id of this social activity

getUserId

public long getUserId()
Description copied from interface: SocialActivityModel
Gets the user id of this social activity.

Specified by:
getUserId in interface SocialActivityModel
Returns:
the user id of this social activity

setUserId

public void setUserId(long userId)
Description copied from interface: SocialActivityModel
Sets the user id of this social activity.

Specified by:
setUserId in interface SocialActivityModel
Parameters:
userId - the user id of this social activity

getUserUuid

public String getUserUuid()
                   throws SystemException
Description copied from interface: SocialActivityModel
Gets the user uuid of this social activity.

Specified by:
getUserUuid in interface SocialActivityModel
Returns:
the user uuid of this social activity
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Description copied from interface: SocialActivityModel
Sets the user uuid of this social activity.

Specified by:
setUserUuid in interface SocialActivityModel
Parameters:
userUuid - the user uuid of this social activity

getCreateDate

public long getCreateDate()
Description copied from interface: SocialActivityModel
Gets the create date of this social activity.

Specified by:
getCreateDate in interface SocialActivityModel
Returns:
the create date of this social activity

setCreateDate

public void setCreateDate(long createDate)
Description copied from interface: SocialActivityModel
Sets the create date of this social activity.

Specified by:
setCreateDate in interface SocialActivityModel
Parameters:
createDate - the create date of this social activity

getMirrorActivityId

public long getMirrorActivityId()
Description copied from interface: SocialActivityModel
Gets the mirror activity id of this social activity.

Specified by:
getMirrorActivityId in interface SocialActivityModel
Returns:
the mirror activity id of this social activity

setMirrorActivityId

public void setMirrorActivityId(long mirrorActivityId)
Description copied from interface: SocialActivityModel
Sets the mirror activity id of this social activity.

Specified by:
setMirrorActivityId in interface SocialActivityModel
Parameters:
mirrorActivityId - the mirror activity id of this social activity

getClassName

public String getClassName()
Description copied from interface: SocialActivityModel
Gets the class name of the model instance this social activity is polymorphically associated with.

Specified by:
getClassName in interface SocialActivityModel
Returns:
the class name of the model instance this social activity is polymorphically associated with

getClassNameId

public long getClassNameId()
Description copied from interface: SocialActivityModel
Gets the class name id of this social activity.

Specified by:
getClassNameId in interface SocialActivityModel
Returns:
the class name id of this social activity

setClassNameId

public void setClassNameId(long classNameId)
Description copied from interface: SocialActivityModel
Sets the class name id of this social activity.

Specified by:
setClassNameId in interface SocialActivityModel
Parameters:
classNameId - the class name id of this social activity

getClassPK

public long getClassPK()
Description copied from interface: SocialActivityModel
Gets the class p k of this social activity.

Specified by:
getClassPK in interface SocialActivityModel
Returns:
the class p k of this social activity

setClassPK

public void setClassPK(long classPK)
Description copied from interface: SocialActivityModel
Sets the class p k of this social activity.

Specified by:
setClassPK in interface SocialActivityModel
Parameters:
classPK - the class p k of this social activity

getType

public int getType()
Description copied from interface: SocialActivityModel
Gets the type of this social activity.

Specified by:
getType in interface SocialActivityModel
Returns:
the type of this social activity

setType

public void setType(int type)
Description copied from interface: SocialActivityModel
Sets the type of this social activity.

Specified by:
setType in interface SocialActivityModel
Parameters:
type - the type of this social activity

getExtraData

public String getExtraData()
Description copied from interface: SocialActivityModel
Gets the extra data of this social activity.

Specified by:
getExtraData in interface SocialActivityModel
Returns:
the extra data of this social activity

setExtraData

public void setExtraData(String extraData)
Description copied from interface: SocialActivityModel
Sets the extra data of this social activity.

Specified by:
setExtraData in interface SocialActivityModel
Parameters:
extraData - the extra data of this social activity

getReceiverUserId

public long getReceiverUserId()
Description copied from interface: SocialActivityModel
Gets the receiver user id of this social activity.

Specified by:
getReceiverUserId in interface SocialActivityModel
Returns:
the receiver user id of this social activity

setReceiverUserId

public void setReceiverUserId(long receiverUserId)
Description copied from interface: SocialActivityModel
Sets the receiver user id of this social activity.

Specified by:
setReceiverUserId in interface SocialActivityModel
Parameters:
receiverUserId - the receiver user id of this social activity

getReceiverUserUuid

public String getReceiverUserUuid()
                           throws SystemException
Description copied from interface: SocialActivityModel
Gets the receiver user uuid of this social activity.

Specified by:
getReceiverUserUuid in interface SocialActivityModel
Returns:
the receiver user uuid of this social activity
Throws:
SystemException - if a system exception occurred

setReceiverUserUuid

public void setReceiverUserUuid(String receiverUserUuid)
Description copied from interface: SocialActivityModel
Sets the receiver user uuid of this social activity.

Specified by:
setReceiverUserUuid in interface SocialActivityModel
Parameters:
receiverUserUuid - the receiver user uuid of this social activity

toEscapedModel

public SocialActivity toEscapedModel()
Description copied from interface: SocialActivityModel
Gets a copy of this social activity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface SocialActivityModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

isNew

public boolean isNew()
Description copied from interface: BaseModel
Determines if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<SocialActivity>
Specified by:
isNew in interface SocialActivityModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<SocialActivity>
Specified by:
setNew in interface SocialActivityModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Determines if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<SocialActivity>
Specified by:
isCachedModel in interface SocialActivityModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<SocialActivity>
Specified by:
setCachedModel in interface SocialActivityModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Determines if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<SocialActivity>
Specified by:
isEscapedModel in interface SocialActivityModel
Returns:
true if this model instance is escaped; false otherwise
See Also:
BaseModel.setEscapedModel(boolean)

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Description copied from interface: BaseModel
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe.

A model instance can be made escaped by wrapping it with an HTML auto escape handler using its toEscapedModel method. For example, UserModel.toEscapedModel().

Specified by:
setEscapedModel in interface BaseModel<SocialActivity>
Specified by:
setEscapedModel in interface SocialActivityModel
Parameters:
escapedModel - whether this model instance is escaped
See Also:
AutoEscapeBeanHandler

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Gets the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<SocialActivity>
Specified by:
getPrimaryKeyObj in interface SocialActivityModel
Returns:
the primary key of this model instance

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Gets the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<SocialActivity>
Specified by:
getExpandoBridge in interface SocialActivityModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<SocialActivity>
Specified by:
setExpandoBridgeAttributes in interface SocialActivityModel
Parameters:
serviceContext - the service context to retrieve the expando bridge attributes from
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<SocialActivity>
Specified by:
clone in interface SocialActivityModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(SocialActivity socialActivity)
Specified by:
compareTo in interface SocialActivityModel
Specified by:
compareTo in interface Comparable<SocialActivity>

hashCode

public int hashCode()
Specified by:
hashCode in interface SocialActivityModel
Overrides:
hashCode in class Object

toString

public String toString()
Specified by:
toString in interface SocialActivityModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Gets the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<SocialActivity>
Specified by:
toXmlString in interface SocialActivityModel
Returns:
the XML representation of this model instance

getWrappedSocialActivity

public SocialActivity getWrappedSocialActivity()

Liferay 6.0.5