com.liferay.portlet.social.model
Class SocialRelationSoap

java.lang.Object
  extended by com.liferay.portlet.social.model.SocialRelationSoap
All Implemented Interfaces:
java.io.Serializable

public class SocialRelationSoap
extends java.lang.Object
implements java.io.Serializable

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is used by com.liferay.portlet.social.service.http.SocialRelationServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.social.service.http.SocialRelationServiceSoap, Serialized Form

Constructor Summary
SocialRelationSoap()
           
 
Method Summary
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 long getPrimaryKey()
           
 long getRelationId()
           
 int getType()
           
 long getUserId1()
           
 long getUserId2()
           
 java.lang.String getUuid()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setPrimaryKey(long pk)
           
 void setRelationId(long relationId)
           
 void setType(int type)
           
 void setUserId1(long userId1)
           
 void setUserId2(long userId2)
           
 void setUuid(java.lang.String uuid)
           
static SocialRelationSoap toSoapModel(SocialRelation model)
           
static SocialRelationSoap[] toSoapModels(java.util.List<SocialRelation> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialRelationSoap

public SocialRelationSoap()
Method Detail

toSoapModel

public static SocialRelationSoap toSoapModel(SocialRelation model)

toSoapModels

public static SocialRelationSoap[] toSoapModels(java.util.List<SocialRelation> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public java.lang.String getUuid()

setUuid

public void setUuid(java.lang.String uuid)

getRelationId

public long getRelationId()

setRelationId

public void setRelationId(long relationId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getCreateDate

public java.util.Date getCreateDate()

setCreateDate

public void setCreateDate(java.util.Date createDate)

getUserId1

public long getUserId1()

setUserId1

public void setUserId1(long userId1)

getUserId2

public long getUserId2()

setUserId2

public void setUserId2(long userId2)

getType

public int getType()

setType

public void setType(int type)