com.liferay.portal.model
Interface OrgGroupRoleModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- OrgGroupRole
- public interface OrgGroupRoleModel
- extends BaseModel
View Source
ServiceBuilder generated this class. Modifications in this class will be overwritten
the next time is generated.
This interface is a model that represents the OrgGroupRole
table
in the database.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.model.OrgGroupRole
,
com.liferay.portal.service.model.impl.OrgGroupRoleImpl
,
com.liferay.portal.service.model.impl.OrgGroupRoleModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
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)