java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.certification.component.ReviewerStatisticDto
All Implemented Interfaces:
Serializable

public class ReviewerStatisticDto extends Object implements Serializable
See Also:
  • Constructor Details

    • ReviewerStatisticDto

      public ReviewerStatisticDto(ObjectReferenceType reviewerRef, long notDecidedItemsCount, long allItemsCount)
  • Method Details

    • getReviewerRef

      public ObjectReferenceType getReviewerRef()
    • getNotDecidedItemsCount

      public long getNotDecidedItemsCount()
    • getAllItemsCount

      public long getAllItemsCount()
    • getOpenNotDecidedItemsPercentage

      public float getOpenNotDecidedItemsPercentage()
    • getOpenDecidedItemsPercentage

      public float getOpenDecidedItemsPercentage()