org.sakaiproject.component.gradebook
Class GradebookDefinition
java.lang.Object
org.sakaiproject.component.gradebook.VersionedExternalizable
org.sakaiproject.component.gradebook.GradebookDefinition
- All Implemented Interfaces:
- Externalizable, Serializable
public class GradebookDefinition
- extends VersionedExternalizable
- implements Externalizable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXTERNALIZABLE_VERSION
public static final String EXTERNALIZABLE_VERSION
- See Also:
- Constant Field Values
GradebookDefinition
public GradebookDefinition()
getExternalizableVersion
public String getExternalizableVersion()
- Specified by:
getExternalizableVersion in class VersionedExternalizable
- Returns:
- non-null archivable version identifier for the object definition
getAssignments
public Collection<Assignment> getAssignments()
setAssignments
public void setAssignments(Collection<Assignment> assignments)
getSelectedGradingScaleBottomPercents
public Map<String,Double> getSelectedGradingScaleBottomPercents()
setSelectedGradingScaleBottomPercents
public void setSelectedGradingScaleBottomPercents(Map<String,Double> selectedGradingScaleBottomPercents)
getSelectedGradingScaleUid
public String getSelectedGradingScaleUid()
setSelectedGradingScaleUid
public void setSelectedGradingScaleUid(String selectedGradingScaleUid)
getGradeType
public int getGradeType()
setGradeType
public void setGradeType(int gradeType)
getCategoryType
public int getCategoryType()
setCategoryType
public void setCategoryType(int categoryType)
getCategory
public List getCategory()
setCategory
public void setCategory(List category)
Copyright © 2003-2013 Sakai Project. All Rights Reserved.