Liferay 6.0.3

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

This interface is a model that represents the UserGroupGroupRole table in the database.

Customize UserGroupGroupRoleImpl and rerun the ServiceBuilder to generate the new methods.

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.3