com.liferay.portal.model
Class UserGroupRoleSoap
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupRoleSoap
public UserGroupRoleSoap()
toSoapModel
public static UserGroupRoleSoap toSoapModel(UserGroupRole model)
toSoapModels
public static UserGroupRoleSoap[] toSoapModels(java.util.List 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)