com.liferay.portal.model
Class UserGroupRoleSoap

java.lang.Object
  extended by com.liferay.portal.model.UserGroupRoleSoap
All Implemented Interfaces:
java.io.Serializable

public class UserGroupRoleSoap
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.portal.service.http.UserGroupRoleServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.http.UserGroupRoleServiceSoap, Serialized Form

Constructor Summary
UserGroupRoleSoap()
           
 
Method Summary
 long getGroupId()
           
 UserGroupRolePK getPrimaryKey()
           
 long getRoleId()
           
 long getUserId()
           
 void setGroupId(long groupId)
           
 void setPrimaryKey(UserGroupRolePK pk)
           
 void setRoleId(long roleId)
           
 void setUserId(long userId)
           
static UserGroupRoleSoap toSoapModel(UserGroupRole model)
           
static UserGroupRoleSoap[] toSoapModels(java.util.List<UserGroupRole> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupRoleSoap

public UserGroupRoleSoap()
Method Detail

toSoapModel

public static UserGroupRoleSoap toSoapModel(UserGroupRole model)

toSoapModels

public static UserGroupRoleSoap[] toSoapModels(java.util.List<UserGroupRole> models)

getPrimaryKey

public UserGroupRolePK getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(UserGroupRolePK pk)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getRoleId

public long getRoleId()

setRoleId

public void setRoleId(long roleId)