org.gcube.portlets.admin.software_upload_wizard.shared
Class OperationProgress

java.lang.Object
  extended by 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

Constructor Summary
OperationProgress()
           
OperationProgress(long totalLenght, long elaboratedLenght, OperationState state)
           
 
Method Summary
 String getDetails()
           
 long getElaboratedLenght()
           
 double getProgress()
           
 OperationState getState()
           
 long getTotalLenght()
           
 void setDetails(String details)
           
 void setProgress(long totalLenght, long elaboratedLenght)
           
 void setState(OperationState state)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationProgress

public OperationProgress()

OperationProgress

public OperationProgress(long totalLenght,
                         long elaboratedLenght,
                         OperationState state)
Method Detail

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.