com.liferay.portal.model
Class UserGroupRoleSoap
java.lang.Object
com.liferay.portal.model.UserGroupRoleSoap
- All Implemented Interfaces:
- Serializable
public class UserGroupRoleSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically UserGroupRoleServiceSoap
.
- See Also:
UserGroupRoleServiceSoap
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
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(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)