Interface TranslationState
-
public interface TranslationState
The Interface TranslationState.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Comment
getComment()
Gets the comment.TranslationConstants.TranslationStatus
getStatus()
Gets the status.void
setComment(Comment c)
Sets the comment.void
setStatus(TranslationConstants.TranslationStatus status)
Sets the status.
-
-
-
Method Detail
-
getStatus
TranslationConstants.TranslationStatus getStatus()
Gets the status.- Returns:
- the status
-
setStatus
void setStatus(TranslationConstants.TranslationStatus status)
Sets the status.- Parameters:
status
- the new status
-
getComment
Comment getComment()
Gets the comment.- Returns:
- the comment
-
setComment
void setComment(Comment c)
Sets the comment.- Parameters:
c
- the new comment
-
-