Liferay 7.0-ce-b4

com.liferay.portal.model
Class OrgGroupRoleSoap

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

@ProviderType
public class OrgGroupRoleSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form

Constructor Summary
OrgGroupRoleSoap()
           
 
Method Summary
 long getCompanyId()
           
 long getGroupId()
           
 long getMvccVersion()
           
 long getOrganizationId()
           
 OrgGroupRolePK getPrimaryKey()
           
 long getRoleId()
           
 void setCompanyId(long companyId)
           
 void setGroupId(long groupId)
           
 void setMvccVersion(long mvccVersion)
           
 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)

getMvccVersion

public long getMvccVersion()

setMvccVersion

public void setMvccVersion(long mvccVersion)

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)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

Liferay 7.0-ce-b4