Liferay 6.2-ce-ga5

com.liferay.portal.model
Class UserGroupGroupRoleSoap

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

public class UserGroupGroupRoleSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically UserGroupGroupRoleServiceSoap.

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

Constructor Summary
UserGroupGroupRoleSoap()
           
 
Method Summary
 long getGroupId()
           
 UserGroupGroupRolePK getPrimaryKey()
           
 long getRoleId()
           
 long getUserGroupId()
           
 void setGroupId(long groupId)
           
 void setPrimaryKey(UserGroupGroupRolePK pk)
           
 void setRoleId(long roleId)
           
 void setUserGroupId(long userGroupId)
           
static UserGroupGroupRoleSoap toSoapModel(UserGroupGroupRole model)
           
static UserGroupGroupRoleSoap[] toSoapModels(List<UserGroupGroupRole> models)
           
static UserGroupGroupRoleSoap[] toSoapModels(UserGroupGroupRole[] models)
           
static UserGroupGroupRoleSoap[][] toSoapModels(UserGroupGroupRole[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupGroupRoleSoap

public UserGroupGroupRoleSoap()
Method Detail

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(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)

Liferay 6.2-ce-ga5