Interface TranslationState
-
public interface TranslationStateThe Interface TranslationState.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommentgetComment()Gets the comment.TranslationConstants.TranslationStatusgetStatus()Gets the status.voidsetComment(Comment c)Sets the comment.voidsetStatus(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
-
-