public class CategoryDefinition extends Object
| Constructor and Description |
|---|
CategoryDefinition() |
| Modifier and Type | Method and Description |
|---|---|
List<Assignment> |
getAssignmentList()
Get the list of Assignments associated with this category
|
Long |
getId() |
String |
getName() |
Double |
getWeight() |
void |
setAssignmentList(List<Assignment> assignmentList)
Set the list of Assignments for this category
|
void |
setId(Long id) |
void |
setName(String name) |
void |
setWeight(Double weight)
the weight set for this category if part of a weighted gradebook.
|
public Long getId()
public void setId(Long id)
id - the id of the Category objectpublic String getName()
public void setName(String name)
name - the category namepublic Double getWeight()
public void setWeight(Double weight)
weight - public List<Assignment> getAssignmentList()
public void setAssignmentList(List<Assignment> assignmentList)
Copyright © 2003-2016 Sakai Project. All Rights Reserved.