com.liferay.portal.model
Interface UserGroupGroupRoleModel

All Superinterfaces:
BaseModel<UserGroupGroupRole>, java.lang.Cloneable, java.lang.Comparable<UserGroupGroupRole>, java.io.Serializable
All Known Subinterfaces:
UserGroupGroupRole

public interface UserGroupGroupRoleModel
extends BaseModel<UserGroupGroupRole>

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 UserGroupGroupRole table in the database.

Author:
Brian Wing Shun Chan
See Also:
UserGroupGroupRole, UserGroupGroupRoleImpl, UserGroupGroupRoleModelImpl

Method Summary
 long getGroupId()
           
 UserGroupGroupRolePK getPrimaryKey()
           
 long getRoleId()
           
 long getUserGroupId()
           
 void setGroupId(long groupId)
           
 void setPrimaryKey(UserGroupGroupRolePK pk)
           
 void setRoleId(long roleId)
           
 void setUserGroupId(long userGroupId)
           
 UserGroupGroupRole toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

UserGroupGroupRolePK getPrimaryKey()

setPrimaryKey

void setPrimaryKey(UserGroupGroupRolePK pk)

getUserGroupId

long getUserGroupId()

setUserGroupId

void setUserGroupId(long userGroupId)

getGroupId

long getGroupId()

setGroupId

void setGroupId(long groupId)

getRoleId

long getRoleId()

setRoleId

void setRoleId(long roleId)

toEscapedModel

UserGroupGroupRole toEscapedModel()