org.gcube.portlets.admin.software_upload_wizard.shared
Class OperationProgress
java.lang.Object
org.gcube.portlets.admin.software_upload_wizard.shared.OperationProgress
- All Implemented Interfaces:
- Serializable, IOperationProgress
public class OperationProgress
- extends Object
- implements IOperationProgress
- See Also:
- Serialized Form
OperationProgress
public OperationProgress()
OperationProgress
public OperationProgress(long totalLenght,
long elaboratedLenght,
OperationState state)
getTotalLenght
public long getTotalLenght()
- Specified by:
getTotalLenght in interface IOperationProgress
getElaboratedLenght
public long getElaboratedLenght()
- Specified by:
getElaboratedLenght in interface IOperationProgress
getState
public OperationState getState()
- Specified by:
getState in interface IOperationProgress
setState
public void setState(OperationState state)
- Specified by:
setState in interface IOperationProgress
getProgress
public double getProgress()
- Specified by:
getProgress in interface IOperationProgress
setProgress
public void setProgress(long totalLenght,
long elaboratedLenght)
- Specified by:
setProgress in interface IOperationProgress
getDetails
public String getDetails()
- Specified by:
getDetails in interface IOperationProgress
setDetails
public void setDetails(String details)
- Specified by:
setDetails in interface IOperationProgress
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.