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