|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectokapi.coreobjects.OkapiObject
okapi.coreobjects.OkapiMeasure
public class OkapiMeasure
Object which contains a measure as the result of an assessment. A measure should be attached to an object related to the measure, and may be agglomerated into a gradebook.
Field Summary |
---|
Fields inherited from class okapi.coreobjects.OkapiObject |
---|
createdBy, createdDate, description, lastModifiedBy, lastModifiedDate, longName, name, objectID, status |
Constructor Summary | |
---|---|
OkapiMeasure()
Create an empty Measure object |
|
OkapiMeasure(java.lang.String measure)
Create a Measure object with measure set. |
Method Summary | |
---|---|
java.lang.String |
getMeasure()
Return the measure. |
void |
setMeasure(java.lang.String measure)
Set the measure. |
Methods inherited from class okapi.coreobjects.OkapiObject |
---|
checkAuthorization, currentDateTimeOracle, getAsXml, getAsXml, getAsXml, getAsXml, getCreatedBy, getCreatedDate, getDescription, getLastModifiedBy, getLastModifiedDate, getLongName, getName, getObjectID, getStatus, isEncryptionRequired, refreshFromDB, setAuthorization, setCreatedBy, setCreatedDate, setDescription, setLastModifiedBy, setLastModifiedBy, setLastModifiedDate, setLongName, setName, setStatus, updateDB |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OkapiMeasure()
public OkapiMeasure(java.lang.String measure)
Method Detail |
---|
public void setMeasure(java.lang.String measure)
public java.lang.String getMeasure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |