Class CountXrefDBWrapper
- java.lang.Object
-
- org.openiam.idm.srvc.entitlements.CountXrefDBWrapper
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
@Entity public class CountXrefDBWrapper extends Object implements BaseIdentity
- Author:
- zaporozhec Is used to get count of users linked to the object
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CountXrefDBWrapper()
CountXrefDBWrapper(String id, Long count, Integer maxNumber, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setId(String id)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId
-
-