Class UserGroup
java.lang.Object
com.logicaldoc.core.security.user.UserGroup
- All Implemented Interfaces:
Serializable
Simple bean to map a relationship between a user and it's groups
- Since:
- 7.7.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
long
int
hashCode()
void
setGroupId
(long groupId) toString()
-
Constructor Details
-
UserGroup
public UserGroup() -
UserGroup
public UserGroup(long groupId)
-
-
Method Details