com.liferay.portal.model
Interface OrgGroupPermissionModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- OrgGroupPermission
- public interface OrgGroupPermissionModel
- 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 OrgGroupPermission
table in the database.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.model.OrgGroupPermission
,
com.liferay.portal.service.model.impl.OrgGroupPermissionImpl
,
com.liferay.portal.service.model.impl.OrgGroupPermissionModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
public OrgGroupPermissionPK getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(OrgGroupPermissionPK pk)
getOrganizationId
public long getOrganizationId()
setOrganizationId
public void setOrganizationId(long organizationId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getPermissionId
public long getPermissionId()
setPermissionId
public void setPermissionId(long permissionId)