com.liferay.portal.model
Interface UserGroupGroupRole

All Superinterfaces:
BaseModel<UserGroupGroupRole>, java.lang.Cloneable, java.lang.Comparable<UserGroupGroupRole>, java.io.Serializable, UserGroupGroupRoleModel

public interface UserGroupGroupRole
extends UserGroupGroupRoleModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

Customize com.liferay.portal.model.impl.UserGroupGroupRoleImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
UserGroupGroupRoleModel, UserGroupGroupRoleImpl, UserGroupGroupRoleModelImpl

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