Class OperationResult
- java.lang.Object
-
- org.gcube.portlets.user.newsfeed.shared.OperationResult
-
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class OperationResult extends Object implements com.google.gwt.user.client.rpc.IsSerializable
-
-
Constructor Summary
Constructors Constructor Description OperationResult()OperationResult(Boolean success, String message, org.gcube.portal.databook.shared.Comment comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gcube.portal.databook.shared.CommentgetComment()StringgetMessage()BooleanisSuccess()voidsetComment(org.gcube.portal.databook.shared.Comment comment)voidsetMessage(String message)voidsetSuccess(Boolean success)
-
-
-
Method Detail
-
isSuccess
public Boolean isSuccess()
-
setSuccess
public void setSuccess(Boolean success)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
getComment
public org.gcube.portal.databook.shared.Comment getComment()
-
setComment
public void setComment(org.gcube.portal.databook.shared.Comment comment)
-
-