com.liferay.portal.model
Interface UserGroupRoleModel

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

public interface UserGroupRoleModel
extends BaseModel<UserGroupRole>

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:
UserGroupRole, UserGroupRoleImpl, UserGroupRoleModelImpl

Method Summary
 long getGroupId()
           
 UserGroupRolePK getPrimaryKey()
           
 long getRoleId()
           
 long getUserId()
           
 java.lang.String getUserUuid()
           
 void setGroupId(long groupId)
           
 void setPrimaryKey(UserGroupRolePK pk)
           
 void setRoleId(long roleId)
           
 void setUserId(long userId)
           
 void setUserUuid(java.lang.String userUuid)
           
 UserGroupRole toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

UserGroupRolePK getPrimaryKey()

setPrimaryKey

void setPrimaryKey(UserGroupRolePK pk)

getUserId

long getUserId()

setUserId

void setUserId(long userId)

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserUuid

void setUserUuid(java.lang.String userUuid)

getGroupId

long getGroupId()

setGroupId

void setGroupId(long groupId)

getRoleId

long getRoleId()

setRoleId

void setRoleId(long roleId)

toEscapedModel

UserGroupRole toEscapedModel()