com.liferay.portal.model
Class OrgGroupRoleSoap
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrgGroupRoleSoap
public OrgGroupRoleSoap()
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)