com.liferay.portal.model
Interface UserGroupRoleModel

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

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
Generated:

Method Summary
 java.lang.Object clone()
           
 int compareTo(UserGroupRole userGroupRole)
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 UserGroupRolePK getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getRoleId()
           
 long getUserId()
           
 java.lang.String getUserUuid()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(UserGroupRolePK pk)
           
 void setRoleId(long roleId)
           
 void setUserId(long userId)
           
 void setUserUuid(java.lang.String userUuid)
           
 UserGroupRole toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 

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.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.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()

isNew

boolean isNew()
Specified by:
isNew in interface BaseModel<UserGroupRole>

setNew

boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<UserGroupRole>

isCachedModel

boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<UserGroupRole>

setCachedModel

void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<UserGroupRole>

isEscapedModel

boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<UserGroupRole>

setEscapedModel

void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<UserGroupRole>

getPrimaryKeyObj

java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<UserGroupRole>

getExpandoBridge

ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<UserGroupRole>

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<UserGroupRole>

clone

java.lang.Object clone()
Specified by:
clone in interface BaseModel<UserGroupRole>

compareTo

int compareTo(UserGroupRole userGroupRole)
Specified by:
compareTo in interface java.lang.Comparable<UserGroupRole>

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object

toXmlString

java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<UserGroupRole>