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