Interface TranslationState
public interface TranslationState
The Interface TranslationState.
-
Method Summary
Modifier and TypeMethodDescriptionGets the comment.Gets the status.voidSets the comment.voidSets the status.
-
Method Details
-
getStatus
TranslationConstants.TranslationStatus getStatus()Gets the status.- Returns:
- the status
-
setStatus
Sets the status.- Parameters:
status- the new status
-
getComment
Comment getComment()Gets the comment.- Returns:
- the comment
-
setComment
Sets the comment.- Parameters:
c- the new comment
-