Liferay 6.0.5

com.liferay.portal.model.impl
Class UserGroupRoleImpl

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

public class UserGroupRoleImpl
extends UserGroupRoleModelImpl
implements UserGroupRole

See Also:
Serialized Form

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

Constructor Detail

UserGroupRoleImpl

public UserGroupRoleImpl()
Method Detail

getGroup

public Group getGroup()
               throws PortalException,
                      SystemException
Specified by:
getGroup in interface UserGroupRole
Throws:
PortalException
SystemException

getRole

public Role getRole()
             throws PortalException,
                    SystemException
Specified by:
getRole in interface UserGroupRole
Throws:
PortalException
SystemException

getUser

public User getUser()
             throws PortalException,
                    SystemException
Specified by:
getUser in interface UserGroupRole
Throws:
PortalException
SystemException

Liferay 6.0.5