Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface UserGroupGroupRole

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

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

Method Summary
 
Methods inherited from interface com.liferay.portal.model.UserGroupGroupRoleModel
clone, compareTo, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getRoleId, getUserGroupId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, 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
 


Liferay 6.1.2-ce-ga3