Liferay 6.0.5

com.liferay.portal.model
Interface UserGroupRole

All Superinterfaces:
BaseModel<UserGroupRole>, Cloneable, Comparable<UserGroupRole>, Serializable, UserGroupRoleModel
All Known Implementing Classes:
UserGroupRoleImpl, UserGroupRoleWrapper

public interface UserGroupRole
extends UserGroupRoleModel

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

Never modify this interface directly. Add methods to UserGroupRoleImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a user group role model instance should use the UserGroupRole interface instead.

See Also:
UserGroupRoleModel, UserGroupRoleImpl, UserGroupRoleModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 Group getGroup()
           
 Role getRole()
           
 User getUser()
           
 
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
 

Method Detail

getGroup

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

getRole

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

getUser

User getUser()
             throws PortalException,
                    SystemException
Throws:
PortalException
SystemException

Liferay 6.0.5