public class ProgressStatus
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ProgressStatus() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
int |
getPercentComplete() |
java.lang.String |
getTaskId() |
boolean |
isDone() |
boolean |
isError() |
void |
setDone(boolean done) |
void |
setError(boolean error) |
void |
setMessage(java.lang.String message) |
void |
setPercentComplete(int percentComplete) |
void |
setTaskId(java.lang.String taskId) |
public java.lang.String getMessage()
public int getPercentComplete()
public java.lang.String getTaskId()
public boolean isDone()
public boolean isError()
public void setMessage(java.lang.String message)
public void setPercentComplete(int percentComplete)
public void setTaskId(java.lang.String taskId)
public void setDone(boolean done)
public void setError(boolean error)
Akana, Inc. Copyright (C) 2000-2015, All rights reserved
This software is the confidential and proprietary information of Akana, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Akana, Inc.