apps.mathpadapp.controllerapp.assignmentcontroller
Class AssignmentInfo

java.lang.Object
  extended by apps.mathpadapp.controllerapp.assignmentcontroller.AssignmentInfo
All Implemented Interfaces:
java.io.Serializable

public class AssignmentInfo
extends java.lang.Object
implements java.io.Serializable

The Class AssignmentInfo.

See Also:
Serialized Form

Constructor Summary
AssignmentInfo(java.lang.String assignmentId)
          Instantiates a new assignment info.
 
Method Summary
 java.lang.String getAssignmentId()
          Gets the assignment id.
 java.util.List<java.lang.String> getExpressionResult()
          Gets the expression result.
 java.util.List<DrawData> getHandwritingResult()
          Gets the handwriting result.
 java.util.List<java.lang.String> getMessages()
          Gets the messages.
 int getTaskDuration()
          Gets the task duration.
 void setExpressionResult(java.util.List<java.lang.String> mathExpressions)
          Sets the expression result.
 void setHandwritingResult(java.util.List<DrawData> handwritingExpression)
          Sets the handwriting result.
 void setMessages(java.util.List<java.lang.String> messages)
          Sets the messages.
 void setTaskDuration(int taskDuration)
          Sets the task duration.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignmentInfo

public AssignmentInfo(java.lang.String assignmentId)
Instantiates a new assignment info.

Parameters:
assignmentId - the assignment id
Method Detail

getAssignmentId

public java.lang.String getAssignmentId()
Gets the assignment id.

Returns:
the assignment id

getExpressionResult

public java.util.List<java.lang.String> getExpressionResult()
Gets the expression result.

Returns:
the expression result

getHandwritingResult

public java.util.List<DrawData> getHandwritingResult()
Gets the handwriting result.

Returns:
the handwriting result

getMessages

public java.util.List<java.lang.String> getMessages()
Gets the messages.

Returns:
the messages

getTaskDuration

public int getTaskDuration()
Gets the task duration.

Returns:
the task duration

setExpressionResult

public void setExpressionResult(java.util.List<java.lang.String> mathExpressions)
Sets the expression result.

Parameters:
mathExpressions - the new expression result

setHandwritingResult

public void setHandwritingResult(java.util.List<DrawData> handwritingExpression)
Sets the handwriting result.

Parameters:
handwritingExpression - the new handwriting result

setMessages

public void setMessages(java.util.List<java.lang.String> messages)
Sets the messages.

Parameters:
messages - the new messages

setTaskDuration

public void setTaskDuration(int taskDuration)
Sets the task duration.

Parameters:
taskDuration - the new task duration