com.liferay.portal.model
Class UserGroupGroupRoleSoap
java.lang.Object
com.liferay.portal.model.UserGroupGroupRoleSoap
- All Implemented Interfaces:
- java.io.Serializable
public class UserGroupGroupRoleSoap
- 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.UserGroupGroupRoleServiceSoap
.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.http.UserGroupGroupRoleServiceSoap
,
Serialized Form- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupGroupRoleSoap
public UserGroupGroupRoleSoap()
toSoapModel
public static UserGroupGroupRoleSoap toSoapModel(UserGroupGroupRole model)
toSoapModels
public static UserGroupGroupRoleSoap[] toSoapModels(UserGroupGroupRole[] models)
toSoapModels
public static UserGroupGroupRoleSoap[][] toSoapModels(UserGroupGroupRole[][] models)
toSoapModels
public static UserGroupGroupRoleSoap[] toSoapModels(java.util.List<UserGroupGroupRole> models)
getPrimaryKey
public UserGroupGroupRolePK getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(UserGroupGroupRolePK pk)
getUserGroupId
public long getUserGroupId()
setUserGroupId
public void setUserGroupId(long userGroupId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getRoleId
public long getRoleId()
setRoleId
public void setRoleId(long roleId)