Class CategoryScoreData
- java.lang.Object
-
- org.sakaiproject.service.gradebook.shared.CategoryScoreData
-
public final class CategoryScoreData extends Object
Immutable category score and list of gradebook items dropped (highest/lowest) from the score calculation- Author:
- plukasew
-
-
Field Summary
Fields Modifier and Type Field Description List<Long>droppedItemsdoublescore
-
Constructor Summary
Constructors Constructor Description CategoryScoreData(double score, List<Long> droppedItems)
-