com.liferay.portlet.social.model
Class SocialRequestSoap
java.lang.Object
com.liferay.portlet.social.model.SocialRequestSoap
- All Implemented Interfaces:
- Serializable
public class SocialRequestSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services.
- See Also:
- Serialized Form
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialRequestSoap
public SocialRequestSoap()
toSoapModel
public static SocialRequestSoap toSoapModel(SocialRequest model)
toSoapModels
public static SocialRequestSoap[] toSoapModels(SocialRequest[] models)
toSoapModels
public static SocialRequestSoap[][] toSoapModels(SocialRequest[][] models)
toSoapModels
public static SocialRequestSoap[] toSoapModels(List<SocialRequest> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getUuid
public String getUuid()
setUuid
public void setUuid(String uuid)
getRequestId
public long getRequestId()
setRequestId
public void setRequestId(long requestId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getCreateDate
public long getCreateDate()
setCreateDate
public void setCreateDate(long createDate)
getModifiedDate
public long getModifiedDate()
setModifiedDate
public void setModifiedDate(long modifiedDate)
getClassNameId
public long getClassNameId()
setClassNameId
public void setClassNameId(long classNameId)
getClassPK
public long getClassPK()
setClassPK
public void setClassPK(long classPK)
getType
public int getType()
setType
public void setType(int type)
getExtraData
public String getExtraData()
setExtraData
public void setExtraData(String extraData)
getReceiverUserId
public long getReceiverUserId()
setReceiverUserId
public void setReceiverUserId(long receiverUserId)
getStatus
public int getStatus()
setStatus
public void setStatus(int status)