public class CategoryDefinition extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Comparator<CategoryDefinition> |
orderComparator |
| Constructor and Description |
|---|
CategoryDefinition() |
CategoryDefinition(Long id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getPointsForCategory() |
Double |
getTotalPoints()
Helper method to get the total points associated with a category
|
boolean |
isAssignmentInThisCategory(String assignmentId) |
String |
toString() |
public static Comparator<CategoryDefinition> orderComparator
public Double getTotalPoints()
public boolean isAssignmentInThisCategory(String assignmentId)
public Double getPointsForCategory()
Copyright © 2003–2019 Sakai Project. All rights reserved.