org.mmbase.applications.packaging.projects
Class packageStep

java.lang.Object
  extended byorg.mmbase.applications.packaging.projects.packageStep

public class packageStep
extends java.lang.Object

Version:
$Id: packageStep.java,v 1.5 2005/10/02 17:10:58 michiel Exp $
Author:
Daniel Ockeloen
Warning: Will be renamed to:
PackageStep

Field Summary
static int TYPE_ERROR
           
static int TYPE_WARNING
           
 
Constructor Summary
packageStep()
          Constructor for the PackageStep object
 
Method Summary
 int getErrorCount()
          Gets the errorCount attribute of the packageStep object
 int getId()
          Gets the id attribute of the packageStep object
 packageStep getNextPackageStep()
          Gets the nextPackageStep attribute of the packageStep object
 java.util.Iterator getPackageSteps()
          Gets the packageSteps attribute of the packageStep object
 java.util.Iterator getPackageSteps(int logid)
          Gets the packageSteps attribute of the packageStep object
 int getParent()
          Gets the parent attribute of the packageStep object
 int getTimeStamp()
          Gets the timeStamp attribute of the packageStep object
 java.lang.String getUserFeedBack()
          Gets the userFeedBack attribute of the packageStep object
 int getWarningCount()
          Gets the warningCount attribute of the packageStep object
 boolean hasChilds()
          Description of the Method
 void setParent(int parent)
          Sets the parent attribute of the packageStep object
 void setType(int type)
          Sets the type attribute of the packageStep object
 void setUserFeedBack(java.lang.String line)
          Sets the userFeedBack attribute of the packageStep object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_ERROR

public static final int TYPE_ERROR
See Also:
Constant Field Values

TYPE_WARNING

public static final int TYPE_WARNING
See Also:
Constant Field Values
Constructor Detail

packageStep

public packageStep()
Constructor for the PackageStep object

Method Detail

setUserFeedBack

public void setUserFeedBack(java.lang.String line)
Sets the userFeedBack attribute of the packageStep object

Parameters:
line - The new userFeedBack value

setType

public void setType(int type)
Sets the type attribute of the packageStep object

Parameters:
type - The new type value

getUserFeedBack

public java.lang.String getUserFeedBack()
Gets the userFeedBack attribute of the packageStep object

Returns:
The userFeedBack value

getTimeStamp

public int getTimeStamp()
Gets the timeStamp attribute of the packageStep object

Returns:
The timeStamp value

getErrorCount

public int getErrorCount()
Gets the errorCount attribute of the packageStep object

Returns:
The errorCount value

getWarningCount

public int getWarningCount()
Gets the warningCount attribute of the packageStep object

Returns:
The warningCount value

getPackageSteps

public java.util.Iterator getPackageSteps()
Gets the packageSteps attribute of the packageStep object

Returns:
The packageSteps value

getPackageSteps

public java.util.Iterator getPackageSteps(int logid)
Gets the packageSteps attribute of the packageStep object

Parameters:
logid - Description of the Parameter
Returns:
The packageSteps value

getNextPackageStep

public packageStep getNextPackageStep()
Gets the nextPackageStep attribute of the packageStep object

Returns:
The nextPackageStep value

getId

public int getId()
Gets the id attribute of the packageStep object

Returns:
The id value

setParent

public void setParent(int parent)
Sets the parent attribute of the packageStep object

Parameters:
parent - The new parent value

hasChilds

public boolean hasChilds()
Description of the Method

Returns:
Description of the Return Value

getParent

public int getParent()
Gets the parent attribute of the packageStep object

Returns:
The parent value


packaging build MMBase-1_8_3