public class TodoEvaluationContent extends Object implements Serializable
Constructor and Description |
---|
TodoEvaluationContent(long contextId)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
TodoEvaluationContent |
createNew() |
long |
getContextId()
Returns id of the context in which a todo is created and evaluated.
|
byte[] |
getEvaluationState()
Returns the state of the evaluation performed during todo handling.
|
Serializable |
getUIState()
Returns the saved UI state.
|
void |
setEvaluationState(byte[] evaluationState)
Sets the state of the evaluation performed during todo handling.
|
void |
setUIState(Serializable uiState)
Sets the UI state to be saved.
|
public TodoEvaluationContent(long contextId)
contextId
- id of the context in which a todo is created and evaluatedpublic long getContextId()
public byte[] getEvaluationState()
public void setEvaluationState(byte[] evaluationState)
evaluationState
- public Serializable getUIState()
public void setUIState(Serializable uiState)
uiState
- public TodoEvaluationContent createNew()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.