Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class OrgGroupRoleSoap

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

public class OrgGroupRoleSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

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

Constructor Summary
OrgGroupRoleSoap()
           
 
Method Summary
 long getGroupId()
           
 long getOrganizationId()
           
 OrgGroupRolePK getPrimaryKey()
           
 long getRoleId()
           
 void setGroupId(long groupId)
           
 void setOrganizationId(long organizationId)
           
 void setPrimaryKey(OrgGroupRolePK pk)
           
 void setRoleId(long roleId)
           
static OrgGroupRoleSoap toSoapModel(OrgGroupRole model)
           
static OrgGroupRoleSoap[] toSoapModels(List<OrgGroupRole> models)
           
static OrgGroupRoleSoap[] toSoapModels(OrgGroupRole[] models)
           
static OrgGroupRoleSoap[][] toSoapModels(OrgGroupRole[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrgGroupRoleSoap

public OrgGroupRoleSoap()
Method Detail

toSoapModel

public static OrgGroupRoleSoap toSoapModel(OrgGroupRole model)

toSoapModels

public static OrgGroupRoleSoap[] toSoapModels(OrgGroupRole[] models)

toSoapModels

public static OrgGroupRoleSoap[][] toSoapModels(OrgGroupRole[][] models)

toSoapModels

public static OrgGroupRoleSoap[] toSoapModels(List<OrgGroupRole> models)

getPrimaryKey

public OrgGroupRolePK getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(OrgGroupRolePK pk)

getOrganizationId

public long getOrganizationId()

setOrganizationId

public void setOrganizationId(long organizationId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getRoleId

public long getRoleId()

setRoleId

public void setRoleId(long roleId)

Liferay 6.1.2-ce-ga3