com.liferay.portal.model
Interface UserGroupRoleModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- UserGroupRole
- public interface UserGroupRoleModel
- 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 UserGroupRole
table
in the database.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.model.UserGroupRole
,
com.liferay.portal.service.model.impl.UserGroupRoleImpl
,
com.liferay.portal.service.model.impl.UserGroupRoleModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
public UserGroupRolePK getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(UserGroupRolePK pk)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getRoleId
public long getRoleId()
setRoleId
public void setRoleId(long roleId)