com.liferay.portal.model
Interface UserGroupGroupRoleModel

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

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

Method Summary
 java.lang.Object clone()
           
 int compareTo(UserGroupGroupRole userGroupGroupRole)
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 UserGroupGroupRolePK getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getRoleId()
           
 long getUserGroupId()
           
 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(UserGroupGroupRolePK pk)
           
 void setRoleId(long roleId)
           
 void setUserGroupId(long userGroupId)
           
 UserGroupGroupRole toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 

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()

isNew

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

setNew

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

isCachedModel

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

setCachedModel

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

isEscapedModel

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

setEscapedModel

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

getPrimaryKeyObj

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

getExpandoBridge

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

setExpandoBridgeAttributes

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

clone

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

compareTo

int compareTo(UserGroupGroupRole userGroupGroupRole)
Specified by:
compareTo in interface java.lang.Comparable<UserGroupGroupRole>

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<UserGroupGroupRole>