Liferay 6.0.5

com.liferay.portal.model
Class UserGroupRoleSoap

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

public class UserGroupRoleSoap
extends Object
implements Serializable

This class is used by UserGroupRoleServiceSoap.

See Also:
UserGroupRoleServiceSoap, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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(List<UserGroupRole> models)
           
static UserGroupRoleSoap[] toSoapModels(UserGroupRole[] models)
           
static UserGroupRoleSoap[][] toSoapModels(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(UserGroupRole[] models)

toSoapModels

public static UserGroupRoleSoap[][] toSoapModels(UserGroupRole[][] models)

toSoapModels

public static UserGroupRoleSoap[] toSoapModels(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)

Liferay 6.0.5