atg.deployment
Class DeploymentProgress

java.lang.Object
  extended by atg.deployment.DeploymentProgress

public class DeploymentProgress
extends java.lang.Object

This class is used to return information about a deployment in progress.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
DeploymentProgress(RepositoryItem pDeploymentProgressItem, java.lang.String pMessage)
          Constructor
 
Method Summary
 java.lang.String getMessage()
           
 long getTotalWork()
           
 long getWorkCompleted()
           
 void setMessage(java.lang.String pMessage)
           
 void setTotalWork(long pTotalWork)
           
 void setWorkCompleted(long pWorkCompleted)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

DeploymentProgress

public DeploymentProgress(RepositoryItem pDeploymentProgressItem,
                          java.lang.String pMessage)
Constructor

Method Detail

getMessage

public java.lang.String getMessage()
Returns:
Returns the value of the message property.

setMessage

public void setMessage(java.lang.String pMessage)
Parameters:
pMessage - Sets the value of the message property.

getWorkCompleted

public long getWorkCompleted()
Returns:
Returns the value of the workCompleted property.

setWorkCompleted

public void setWorkCompleted(long pWorkCompleted)
Parameters:
pWorkCompleted - Sets the value of the workCompleted property.

getTotalWork

public long getTotalWork()
Returns:
Returns the value of the totalWork property.

setTotalWork

public void setTotalWork(long pTotalWork)
Parameters:
pTotalWork - Sets the value of the totalWork property.