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:
OrgGroupRole, OrgGroupRoleImpl, OrgGroupRoleModelImpl

Method Summary
 long getGroupId()
           
 long getOrganizationId()
           
 OrgGroupRolePK getPrimaryKey()
           
 long getRoleId()
           
 void setGroupId(long groupId)
           
 void setOrganizationId(long organizationId)
           
 void setPrimaryKey(OrgGroupRolePK pk)
           
 void setRoleId(long roleId)
           
 OrgGroupRole 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

OrgGroupRolePK getPrimaryKey()

setPrimaryKey

void setPrimaryKey(OrgGroupRolePK pk)

getOrganizationId

long getOrganizationId()

setOrganizationId

void setOrganizationId(long organizationId)

getGroupId

long getGroupId()

setGroupId

void setGroupId(long groupId)

getRoleId

long getRoleId()

setRoleId

void setRoleId(long roleId)

toEscapedModel

OrgGroupRole toEscapedModel()