|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.service.gradebook.shared.CategoryDefinition
public class CategoryDefinition
Provides information describing a gradebook category that may be useful to consumers of the shared gradebook services. Not persisted.
| Constructor Summary | |
|---|---|
CategoryDefinition()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CategoryDefinition()
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||