com.liferay.portal.model.impl
Class UserGroupRoleImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl
      extended by com.liferay.portal.model.impl.UserGroupRoleModelImpl
          extended by com.liferay.portal.model.impl.UserGroupRoleImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, com.liferay.portal.model.UserGroupRole, com.liferay.portal.model.UserGroupRoleModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class UserGroupRoleImpl
extends UserGroupRoleModelImpl
implements com.liferay.portal.model.UserGroupRole

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.UserGroupRoleModelImpl
CACHE_ENABLED, DATA_SOURCE, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
UserGroupRoleImpl()
           
 
Method Summary
 com.liferay.portal.model.Group getGroup()
           
 com.liferay.portal.model.Role getRole()
           
 com.liferay.portal.model.User getUser()
           
 
Methods inherited from class com.liferay.portal.model.impl.UserGroupRoleModelImpl
clone, compareTo, equals, getGroupId, getPrimaryKey, getPrimaryKeyObj, getRoleId, getUserId, hashCode, setGroupId, setPrimaryKey, setRoleId, setUserId, toEscapedModel, toModel, toModels
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getExpandoBridge, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.UserGroupRoleModel
getGroupId, getPrimaryKey, getRoleId, getUserId, setGroupId, setPrimaryKey, setRoleId, setUserId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

UserGroupRoleImpl

public UserGroupRoleImpl()
Method Detail

getGroup

public com.liferay.portal.model.Group getGroup()
                                        throws com.liferay.portal.PortalException,
                                               com.liferay.portal.SystemException
Specified by:
getGroup in interface com.liferay.portal.model.UserGroupRole
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getRole

public com.liferay.portal.model.Role getRole()
                                      throws com.liferay.portal.PortalException,
                                             com.liferay.portal.SystemException
Specified by:
getRole in interface com.liferay.portal.model.UserGroupRole
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getUser

public com.liferay.portal.model.User getUser()
                                      throws com.liferay.portal.PortalException,
                                             com.liferay.portal.SystemException
Specified by:
getUser in interface com.liferay.portal.model.UserGroupRole
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException