Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface UserGroupGroupRole

All Superinterfaces:
BaseModel<UserGroupGroupRole>, ClassedModel, Cloneable, Comparable<UserGroupGroupRole>, PersistedModel, Serializable, UserGroupGroupRoleModel
All Known Implementing Classes:
UserGroupGroupRoleBaseImpl, UserGroupGroupRoleImpl, UserGroupGroupRoleWrapper

@ProviderType
public interface UserGroupGroupRole
extends UserGroupGroupRoleModel, PersistedModel

The extended model interface for the UserGroupGroupRole service. Represents a row in the "UserGroupGroupRole" database table, with each column mapped to a property of this class.

See Also:
UserGroupGroupRoleModel, UserGroupGroupRoleImpl, UserGroupGroupRoleModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 Group getGroup()
           
 Role getRole()
           
 UserGroup getUserGroup()
           
 
Methods inherited from interface com.liferay.portal.model.UserGroupGroupRoleModel
clone, compareTo, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getRoleId, getUserGroupId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setRoleId, setUserGroupId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getGroup

Group getGroup()
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getRole

Role getRole()
             throws PortalException,
                    SystemException
Throws:
PortalException
SystemException

getUserGroup

UserGroup getUserGroup()
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5