Liferay 6.1.2-ce-ga3

com.liferay.portlet.social.model
Class SocialRequestSoap

java.lang.Object
  extended by 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

Constructor Summary
SocialRequestSoap()
           
 
Method Summary
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 long getCreateDate()
           
 String getExtraData()
           
 long getGroupId()
           
 long getModifiedDate()
           
 long getPrimaryKey()
           
 long getReceiverUserId()
           
 long getRequestId()
           
 int getStatus()
           
 int getType()
           
 long getUserId()
           
 String getUuid()
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(long createDate)
           
 void setExtraData(String extraData)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(long modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setReceiverUserId(long receiverUserId)
           
 void setRequestId(long requestId)
           
 void setStatus(int status)
           
 void setType(int type)
           
 void setUserId(long userId)
           
 void setUuid(String uuid)
           
static SocialRequestSoap toSoapModel(SocialRequest model)
           
static SocialRequestSoap[] toSoapModels(List<SocialRequest> models)
           
static SocialRequestSoap[] toSoapModels(SocialRequest[] models)
           
static SocialRequestSoap[][] toSoapModels(SocialRequest[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialRequestSoap

public SocialRequestSoap()
Method Detail

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)

Liferay 6.1.2-ce-ga3