|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.Element
com.edustructures.sifworks.SIFElement
com.edustructures.sifworks.SIFDataObject
com.edustructures.sifworks.gradebook.GradingAssignmentScore
public class GradingAssignmentScore
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
GradingAssignmentScore()
Constructor |
|
GradingAssignmentScore(java.lang.String studentPersonalRefId,
java.lang.String sectionInfoRefId,
java.lang.String schoolInfoRefId,
java.lang.String gradingAssignmentRefId)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
java.lang.String |
getGradingAssignmentRefId()
Gets the value of the GradingAssignmentRefId attribute. |
java.lang.String |
getKey()
Gets the key of this object |
ElementDef[] |
getKeyFields()
Gets the metadata fields that make up the key of this object |
java.lang.String |
getSchoolInfoRefId()
Gets the value of the SchoolInfoRefId attribute. |
java.lang.String |
getScoreDescription()
Gets the value of the <ScoreDescription> element. |
java.lang.String |
getScoreLetter()
Gets the value of the <ScoreLetter> element. |
java.math.BigDecimal |
getScorePercent()
Gets the value of the <ScorePercent> element. |
java.lang.Integer |
getScorePoints()
Gets the value of the <ScorePoints> element. |
java.lang.String |
getSectionInfoRefId()
Gets the value of the SectionInfoRefId attribute. |
java.lang.String |
getStudentPersonalRefId()
Gets the value of the StudentPersonalRefId attribute. |
void |
setGradingAssignmentRefId(java.lang.String value)
Sets the value of the GradingAssignmentRefId attribute. |
void |
setSchoolInfoRefId(java.lang.String value)
Sets the value of the SchoolInfoRefId attribute. |
void |
setScoreDescription(java.lang.String value)
Sets the value of the <ScoreDescription> element. |
void |
setScoreLetter(java.lang.String value)
Sets the value of the <ScoreLetter> element. |
void |
setScorePercent(java.math.BigDecimal value)
Sets the value of the <ScorePercent> element. |
void |
setScorePoints(java.lang.Integer value)
Sets the value of the <ScorePoints> element. |
void |
setSectionInfoRefId(java.lang.String value)
Sets the value of the SectionInfoRefId attribute. |
void |
setStudentPersonalRefId(java.lang.String value)
Sets the value of the StudentPersonalRefId attribute. |
| Methods inherited from class com.edustructures.sifworks.SIFDataObject |
|---|
addSIFExtendedElement, clone, getElementOrAttribute, getObjectTag, getObjectType, getRefId, getSIFExtendedElement, getSIFExtendedElements, getSIFExtendedElementsContainer, getSIFMetadata, getSIFVersion, setElementOrAttribute, setElementOrAttribute, setElementOrAttribute, setSIFExtendedElements, setSIFExtendedElementsContainer, setSIFMetadata, setSIFVersion, toXML |
| Methods inherited from class com.edustructures.sifworks.SIFElement |
|---|
addChild, addChild, compareGraphTo, create, effectiveSIFVersion, getChild, getChild, getChild, getChild, getChild, getChildCount, getChildList, getChildList, getChildList, getChildren, getChildren, getContent, getContent, getField, getField, getFieldCount, getFields, getFieldValue, getSIFValue, getTextValue, getXmlId, hasTextValue, removeChild, removeChild, removeChild, removeChild, restoreImplementationDef, setChanged, setChildren, setEmpty, setField, setField, setField, setField, setSIFValue, setTextValue, setXmlId, tag |
| Methods inherited from class com.edustructures.sifworks.Element |
|---|
compareTo, getElementDef, getParent, getRoot, isChanged, isDoNotEncode, isEmpty, setChanged, setDoNotEncode, setElementDef, setEmpty, setParent, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GradingAssignmentScore()
public GradingAssignmentScore(java.lang.String studentPersonalRefId,
java.lang.String sectionInfoRefId,
java.lang.String schoolInfoRefId,
java.lang.String gradingAssignmentRefId)
studentPersonalRefId - sectionInfoRefId - schoolInfoRefId - The GUID that specifies the school this score was recorded at.gradingAssignmentRefId - | Method Detail |
|---|
public java.lang.String getKey()
getKey in class SIFElementpublic ElementDef[] getKeyFields()
public java.lang.String getStudentPersonalRefId()
StudentPersonalRefId attribute.
StudentPersonalRefId attribute of this object.public void setStudentPersonalRefId(java.lang.String value)
StudentPersonalRefId attribute.
value - A String objectpublic java.lang.String getSectionInfoRefId()
SectionInfoRefId attribute.
SectionInfoRefId attribute of this object.public void setSectionInfoRefId(java.lang.String value)
SectionInfoRefId attribute.
value - A String objectpublic java.lang.String getSchoolInfoRefId()
SchoolInfoRefId attribute.
The SIF specification defines the meaning of this attribute as: "The GUID that specifies the school this score was recorded at."
SchoolInfoRefId attribute of this object.public void setSchoolInfoRefId(java.lang.String value)
SchoolInfoRefId attribute.
The SIF specification defines the meaning of this attribute as: "The GUID that specifies the school this score was recorded at."
value - A String objectpublic java.lang.String getGradingAssignmentRefId()
GradingAssignmentRefId attribute.
GradingAssignmentRefId attribute of this object.public void setGradingAssignmentRefId(java.lang.String value)
GradingAssignmentRefId attribute.
value - A String objectpublic java.lang.Integer getScorePoints()
<ScorePoints> element.
The SIF specification defines the meaning of this element as: "The score represented as points. Conditionally required that one or more of ScorePoints, ScorePercent or ScoreLetter must be filled in."
ScorePoints element of this object.public void setScorePoints(java.lang.Integer value)
<ScorePoints> element.
The SIF specification defines the meaning of this element as: "The score represented as points. Conditionally required that one or more of ScorePoints, ScorePercent or ScoreLetter must be filled in."
value - A Integer objectpublic java.math.BigDecimal getScorePercent()
<ScorePercent> element.
The SIF specification defines the meaning of this element as: "The score represented as a percent. Conditionally required that one or more of ScorePoints, ScorePercent or ScoreLetter must be filled in."
ScorePercent element of this object.public void setScorePercent(java.math.BigDecimal value)
<ScorePercent> element.
The SIF specification defines the meaning of this element as: "The score represented as a percent. Conditionally required that one or more of ScorePoints, ScorePercent or ScoreLetter must be filled in."
value - A BigDecimal objectpublic java.lang.String getScoreLetter()
<ScoreLetter> element.
The SIF specification defines the meaning of this element as: "The score represented as a letter grade. Conditionally required that one or more of ScorePoints, ScorePercent or ScoreLetter must be filled in."
ScoreLetter element of this object.public void setScoreLetter(java.lang.String value)
<ScoreLetter> element.
The SIF specification defines the meaning of this element as: "The score represented as a letter grade. Conditionally required that one or more of ScorePoints, ScorePercent or ScoreLetter must be filled in."
value - A String objectpublic java.lang.String getScoreDescription()
<ScoreDescription> element.
The SIF specification defines the meaning of this element as: "Text description of the score."
ScoreDescription element of this object.public void setScoreDescription(java.lang.String value)
<ScoreDescription> element.
The SIF specification defines the meaning of this element as: "Text description of the score."
value - A String object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||