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:
OrgGroupPermission, OrgGroupPermissionImpl, OrgGroupPermissionModelImpl

Method Summary
 long getGroupId()
           
 long getOrganizationId()
           
 long getPermissionId()
           
 OrgGroupPermissionPK getPrimaryKey()
           
 void setGroupId(long groupId)
           
 void setOrganizationId(long organizationId)
           
 void setPermissionId(long permissionId)
           
 void setPrimaryKey(OrgGroupPermissionPK pk)
           
 OrgGroupPermission toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

OrgGroupPermissionPK getPrimaryKey()

setPrimaryKey

void setPrimaryKey(OrgGroupPermissionPK pk)

getOrganizationId

long getOrganizationId()

setOrganizationId

void setOrganizationId(long organizationId)

getGroupId

long getGroupId()

setGroupId

void setGroupId(long groupId)

getPermissionId

long getPermissionId()

setPermissionId

void setPermissionId(long permissionId)

toEscapedModel

OrgGroupPermission toEscapedModel()