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

Method Summary
 long getGroupId()
           
 UserGroupRolePK getPrimaryKey()
           
 long getRoleId()
           
 long getUserId()
           
 void setGroupId(long groupId)
           
 void setPrimaryKey(UserGroupRolePK pk)
           
 void setRoleId(long roleId)
           
 void setUserId(long userId)
           
 
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 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)