atg.deployment
Class DeploymentProgress
java.lang.Object
  
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 | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
 
DeploymentProgress
public DeploymentProgress(RepositoryItem pDeploymentProgressItem,
                          java.lang.String pMessage)
- Constructor
 
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.