com.liferay.portlet.social.model
Interface SocialRequestModel
- All Superinterfaces:
- BaseModel<SocialRequest>, java.lang.Cloneable, java.lang.Comparable<SocialRequest>, java.io.Serializable
- All Known Subinterfaces:
- SocialRequest
public interface SocialRequestModel
- extends BaseModel<SocialRequest>
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 SocialRequest table in the
database.
- Author:
- Brian Wing Shun Chan
- See Also:
SocialRequest
,
com.liferay.portlet.social.model.impl.SocialRequestImpl
,
com.liferay.portlet.social.model.impl.SocialRequestModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getUuid
java.lang.String getUuid()
setUuid
void setUuid(java.lang.String uuid)
getRequestId
long getRequestId()
setRequestId
void setRequestId(long requestId)
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)
getModifiedDate
long getModifiedDate()
setModifiedDate
void setModifiedDate(long modifiedDate)
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)
getStatus
int getStatus()
setStatus
void setStatus(int status)
toEscapedModel
SocialRequest toEscapedModel()