com.deltalearn.rte.webservice.data
Interface IObjective


public interface IObjective

Represents an objective.

Version:
0.1

Method Summary
 CompletionStatusEnum getCompletionStatus()
          Returns the completion status of this objective.
 java.lang.String getDescription()
          Returns the description of this objective.
 java.lang.String getId()
          Returns the id of this objective.
 double getProgressMeasure()
          Returns the progress measure of this objective.
 double getScore()
          Returns the score of this objective.
 SuccessStatusEnum getSuccessStatus()
          Returns the success status of this objective.
 

Method Detail

getId

java.lang.String getId()
Returns the id of this objective.

Returns:
the id of this objective

getDescription

java.lang.String getDescription()
Returns the description of this objective. May be null.

Returns:
the description of this objective

getScore

double getScore()
Returns the score of this objective.

Returns:
the score of this objective

getSuccessStatus

SuccessStatusEnum getSuccessStatus()
Returns the success status of this objective.

Returns:
the success status of this objective

getCompletionStatus

CompletionStatusEnum getCompletionStatus()
Returns the completion status of this objective.

Returns:
the completion status of this objective

getProgressMeasure

double getProgressMeasure()
Returns the progress measure of this objective.

Returns:
the progress measure of this objective