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

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)
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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)