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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanlonginthashCode()voidsetGroupId(long groupId) toString()
- 
Constructor Details- 
UserGrouppublic UserGroup()
- 
UserGrouppublic UserGroup(long groupId) 
 
- 
- 
Method Details