Liferay 6.0.5

com.liferay.portal.model
Interface UserGroupGroupRole

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

public interface UserGroupGroupRole
extends UserGroupGroupRoleModel

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

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

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

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

Method Summary
 
Methods inherited from interface com.liferay.portal.model.UserGroupGroupRoleModel
clone, compareTo, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getRoleId, getUserGroupId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setRoleId, setUserGroupId, toEscapedModel, toString, toXmlString
 


Liferay 6.0.5