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
- All Known Implementing Classes:
- SocialRequestWrapper
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
- Generated:
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.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.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.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
setReceiverUserUuid
void setReceiverUserUuid(java.lang.String receiverUserUuid)
getStatus
int getStatus()
setStatus
void setStatus(int status)
toEscapedModel
SocialRequest toEscapedModel()
isNew
boolean isNew()
- Specified by:
isNew
in interface BaseModel<SocialRequest>
setNew
boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<SocialRequest>
isCachedModel
boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<SocialRequest>
setCachedModel
void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<SocialRequest>
isEscapedModel
boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<SocialRequest>
setEscapedModel
void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<SocialRequest>
getPrimaryKeyObj
java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<SocialRequest>
getExpandoBridge
ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<SocialRequest>
setExpandoBridgeAttributes
void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<SocialRequest>
clone
java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<SocialRequest>
compareTo
int compareTo(SocialRequest socialRequest)
- Specified by:
compareTo
in interface java.lang.Comparable<SocialRequest>
hashCode
int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toXmlString
java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<SocialRequest>