|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.ws.gradebook.ColumnVO
public class ColumnVO
A ColumnVO represents a single column in the gradebook
(C) Copyright Blackboard Inc. 2007-2008 - All Rights Reserved
| Constructor Summary | |
|---|---|
ColumnVO()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAggregationModel()
|
java.lang.String |
getAnalysisUrl()
|
java.lang.String |
getCalculationType()
|
java.lang.String |
getColumnDisplayName()
Column name must be the same as the name of the course content (e.g. assignment, assessment) that the Grade Center column is associated to. |
java.lang.String |
getColumnName()
|
java.lang.String |
getContentId()
|
java.lang.String |
getCourseId()
|
long |
getDateCreated()
This is a read-only attribute set by the server. |
long |
getDateModified()
This is a read-only attribute set by the server. |
java.lang.String |
getDescription()
|
java.lang.String |
getDescriptionType()
|
long |
getDueDate()
|
java.lang.String[] |
getExpansionData()
|
java.lang.String |
getGradebookTypeId()
|
java.lang.String |
getId()
The internal id for the column. |
int |
getMultipleAttempts()
|
int |
getPosition()
|
double |
getPossible()
|
java.lang.String |
getScaleId()
|
float |
getWeight()
|
boolean |
isDeleted()
This is a read-only attribute set by the server. |
boolean |
isExternalGrade()
A flag indicating the 'external grade' column (only one is allowed per course). |
boolean |
isHideAttempt()
|
boolean |
isScorable()
|
boolean |
isShowStatsToStudent()
|
boolean |
isVisible()
|
boolean |
isVisibleInBook()
|
void |
setAggregationModel(java.lang.String aggregationModel)
|
void |
setAnalysisUrl(java.lang.String analysisUrl)
|
void |
setCalculationType(java.lang.String calculationType)
For release 9.1, calculated formula is not supported. |
void |
setColumnDisplayName(java.lang.String columnDisplayName)
|
void |
setColumnName(java.lang.String columnName)
|
void |
setContentId(java.lang.String contentId)
|
void |
setCourseId(java.lang.String courseId)
|
void |
setDateCreated(long datecreated)
This is a read-only attribute set by the server. |
void |
setDateModified(long datemodified)
This is a read-only attribute set by the server. |
void |
setDeleted(boolean deleted)
This is a read-only attribute set by the server. |
void |
setDescription(java.lang.String description)
|
void |
setDescriptionType(java.lang.String descriptionType)
Possible values are: "HTML" "PLAIN_TEXT" "SMART_TEXT" If not specified or an invalid value is specified then "SMART_TEXT" is assumed. |
void |
setDueDate(long duedate)
|
void |
setExpansionData(java.lang.String[] expansionData)
|
void |
setExternalGrade(boolean isExternalGrade)
In release 9.1, this is a read-only property. |
void |
setGradebookTypeId(java.lang.String gradebookTypeId)
Note that a gradebookType is currently called a "Category" in the Gradebook user interface. |
void |
setHideAttempt(boolean hideAttempt)
|
void |
setId(java.lang.String id)
|
void |
setMultipleAttempts(int multipleAttempts)
|
void |
setPosition(int position)
|
void |
setPossible(double possible)
|
void |
setScaleId(java.lang.String scaleId)
|
void |
setScorable(boolean scorable)
|
void |
setShowStatsToStudent(boolean showStatsToStudent)
|
void |
setVisible(boolean visible)
|
void |
setVisibleInBook(boolean visibleInBook)
|
void |
setWeight(float weight)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnVO()
| Method Detail |
|---|
public java.lang.String getColumnName()
public void setColumnName(java.lang.String columnName)
columnName - the internal column name which is a constant regardless of the locale.public boolean isExternalGrade()
In release 9.1, this is a read-only property. The API for setting this value may be added in future release.
public void setExternalGrade(boolean isExternalGrade)
isExternalGrade - a flag to indicate whether this column is set as the "External Grade" column.public java.lang.String getId()
public void setId(java.lang.String id)
id - id of the column.public java.lang.String getGradebookTypeId()
public void setGradebookTypeId(java.lang.String gradebookTypeId)
GradebookWS.getGradebookTypes method.
gradebookTypeId - the category id to setpublic java.lang.String getContentId()
public void setContentId(java.lang.String contentId)
contentId - the contentId to setpublic java.lang.String getScaleId()
public void setScaleId(java.lang.String scaleId)
scaleId - the scaleId to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description to setpublic java.lang.String getAnalysisUrl()
public void setAnalysisUrl(java.lang.String analysisUrl)
analysisUrl - the analysisUrl to setpublic long getDueDate()
public void setDueDate(long duedate)
duedate - the duedate to set (in seconds since unix epoch)public long getDateCreated()
public void setDateCreated(long datecreated)
datecreated - the datecreated to setpublic long getDateModified()
public void setDateModified(long datemodified)
datemodified - the datemodified to setpublic boolean isVisible()
public void setVisible(boolean visible)
visible - the visible to setpublic boolean isScorable()
public void setScorable(boolean scorable)
scorable - the scorable to setpublic boolean isHideAttempt()
public void setHideAttempt(boolean hideAttempt)
hideAttempt - the hideAttempt to setpublic boolean isDeleted()
public void setDeleted(boolean deleted)
deleted - true if the column has been deletedpublic double getPossible()
public void setPossible(double possible)
possible - the possible to setpublic float getWeight()
public void setWeight(float weight)
weight - the weight to setpublic int getPosition()
public void setPosition(int position)
position - the position to setpublic int getMultipleAttempts()
public void setMultipleAttempts(int multipleAttempts)
multipleAttempts - the multipleAttempts to setpublic java.lang.String getAggregationModel()
public void setAggregationModel(java.lang.String aggregationModel)
aggregationModel - the aggregationModel to set. Possible values include:
LAST_AGGREGATION_MODEL,
HIGHEST_AGGREGATION_MODEL,
LOWEST_AGGREGATION_MODEL,
FIRST_AGGREGATION_MODEL, and
AVERAGE_AGGREGATION_MODEL.public java.lang.String getCalculationType()
public void setCalculationType(java.lang.String calculationType)
calculationType - the calculationType to set. Possible values include:
TOTAL_CALC_TYPE,
WEIGHTED_TOTAL_CALC_TYPE,
NON_CALCULATED_CALC_TYPE,
AVERAGE_CALC_TYPE,
MINMAX_CALC_TYPE.public java.lang.String[] getExpansionData()
public void setExpansionData(java.lang.String[] expansionData)
expansionData - the expansionData to setpublic java.lang.String getCourseId()
public void setCourseId(java.lang.String courseId)
courseId - The id of the course. The course id should be in the form "nnn_1_" where nnn is an integer.public java.lang.String getDescriptionType()
public void setDescriptionType(java.lang.String descriptionType)
descriptionType - The type of text in descriptionpublic boolean isVisibleInBook()
public void setVisibleInBook(boolean visibleInBook)
visibleInBook - whether the book is visible in Grade Center.public java.lang.String getColumnDisplayName()
public void setColumnDisplayName(java.lang.String columnDisplayName)
columnDisplayName - display name for the column in Grade Center.public boolean isShowStatsToStudent()
public void setShowStatsToStudent(boolean showStatsToStudent)
showStatsToStudent - a flag to indicate whether to show the stats to students
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||