|
||||||||||
| 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.SIFKeyedElement
com.edustructures.sifworks.instr.ResourceEvaluation
public class ResourceEvaluation
Evaluations/reviews of resource.
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
ResourceEvaluation()
Constructor |
|
ResourceEvaluation(java.lang.String evaluationRefId)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the value of the <Description> element. |
java.util.Calendar |
getEvaluationDate()
Gets the value of the <EvaluationDate> element. |
java.lang.String |
getEvaluationRefId()
Gets the value of the EvaluationRefId 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 |
Name |
getName()
Gets the value of the <Name> element. |
void |
removeName()
Removes the Name child element previously created by calling setName |
void |
setDescription(java.lang.String value)
Sets the value of the <Description> element. |
void |
setEvaluationDate(java.util.Calendar value)
Sets the value of the <EvaluationDate> element. |
void |
setEvaluationRefId(java.lang.String value)
Sets the value of the EvaluationRefId attribute. |
void |
setName(Name value)
Sets the value of the <Name> element. |
void |
setName(NameType type,
java.lang.String lastName,
java.lang.String firstName)
Sets the value of the <Name> child element. |
| Methods inherited from class com.edustructures.sifworks.SIFElement |
|---|
addChild, addChild, clone, compareGraphTo, create, effectiveSIFVersion, getChild, getChild, getChild, getChild, getChild, getChildCount, getChildList, getChildList, getChildList, getChildren, getChildren, getContent, getContent, getField, getField, getFieldCount, getFields, getFieldValue, getSIFValue, getSIFVersion, getTextValue, getXmlId, hasTextValue, removeChild, removeChild, removeChild, removeChild, restoreImplementationDef, setChanged, setChildren, setEmpty, setField, setField, setField, setField, setSIFValue, setSIFVersion, 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 ResourceEvaluation()
public ResourceEvaluation(java.lang.String evaluationRefId)
evaluationRefId - GUID assigned to an evaluation.| Method Detail |
|---|
public java.lang.String getKey()
getKey in class SIFElementpublic ElementDef[] getKeyFields()
public java.lang.String getEvaluationRefId()
EvaluationRefId attribute.
The SIF specification defines the meaning of this attribute as: "GUID assigned to an evaluation."
EvaluationRefId attribute of this object.public void setEvaluationRefId(java.lang.String value)
EvaluationRefId attribute.
The SIF specification defines the meaning of this attribute as: "GUID assigned to an evaluation."
value - A String objectpublic java.lang.String getDescription()
<Description> element.
The SIF specification defines the meaning of this element as: "Description of evaluation of resource."
Description element of this object.public void setDescription(java.lang.String value)
<Description> element.
The SIF specification defines the meaning of this element as: "Description of evaluation of resource."
value - A String objectpublic java.util.Calendar getEvaluationDate()
<EvaluationDate> element.
The SIF specification defines the meaning of this element as: "Date evaluation was performed"
EvaluationDate element of this object.public void setEvaluationDate(java.util.Calendar value)
<EvaluationDate> element.
The SIF specification defines the meaning of this element as: "Date evaluation was performed"
value - A Calendar objectpublic void setName(Name value)
<Name> element.
The SIF specification defines the meaning of this element as: "Name of individual who submitted evaluation."
value - A Name object
public void setName(NameType type,
java.lang.String lastName,
java.lang.String firstName)
<Name> child element.
This form of setName is provided as a convenience method
that is functionally equivalent to the version of setName
that accepts a single Name object.
type - Code that specifies what type of name this is. If unsure, use 04.lastName - The last name.firstName - The first name.public Name getName()
<Name> element.
The SIF specification defines the meaning of this element as: "Name of individual who submitted evaluation."
Name objectpublic void removeName()
Name child element previously created by calling setName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||