Package com.logicaldoc.core.security
Class UserGroup
- java.lang.Object
-
- com.logicaldoc.core.security.UserGroup
-
- All Implemented Interfaces:
Serializable
public class UserGroup extends Object implements Serializable
Simple bean to map a relationship between a user and it's groups- Since:
- 7.7.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)longgetGroupId()inthashCode()voidsetGroupId(long groupId)StringtoString()
-