com.liferay.portal.model
Interface UserGroupGroupRoleModel
- All Superinterfaces:
- BaseModel<UserGroupGroupRole>, java.lang.Cloneable, java.lang.Comparable<UserGroupGroupRole>, java.io.Serializable
- All Known Subinterfaces:
- UserGroupGroupRole
public interface UserGroupGroupRoleModel
- extends BaseModel<UserGroupGroupRole>
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.
- Author:
- Brian Wing Shun Chan
- See Also:
UserGroupGroupRole,
UserGroupGroupRoleImpl,
UserGroupGroupRoleModelImpl
| Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
UserGroupGroupRolePK getPrimaryKey()
setPrimaryKey
void setPrimaryKey(UserGroupGroupRolePK pk)
getUserGroupId
long getUserGroupId()
setUserGroupId
void setUserGroupId(long userGroupId)
getGroupId
long getGroupId()
setGroupId
void setGroupId(long groupId)
getRoleId
long getRoleId()
setRoleId
void setRoleId(long roleId)
toEscapedModel
UserGroupGroupRole toEscapedModel()