Package com.evolveum.midpoint.model.api
Class CollectionStats
- java.lang.Object
-
- com.evolveum.midpoint.model.api.CollectionStats
-
public class CollectionStats extends Object
Stats (summary information) about a specific collection.- Author:
- semancik
-
-
Constructor Summary
Constructors Constructor Description CollectionStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Float
computePercentage()
Integer
getDomainCount()
Integer
getObjectCount()
void
setDomainCount(Integer domainCount)
void
setObjectCount(Integer objectCount)
String
toString()
-