|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.applications.packaging.projects.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 |
public static final int TYPE_ERROR
public static final int TYPE_WARNING
| Constructor Detail |
public packageStep()
| Method Detail |
public void setUserFeedBack(java.lang.String line)
line - The new userFeedBack valuepublic void setType(int type)
type - The new type valuepublic java.lang.String getUserFeedBack()
public int getTimeStamp()
public int getErrorCount()
public int getWarningCount()
public java.util.Iterator getPackageSteps()
public java.util.Iterator getPackageSteps(int logid)
logid - Description of the Parameter
public packageStep getNextPackageStep()
public int getId()
public void setParent(int parent)
parent - The new parent valuepublic boolean hasChilds()
public int getParent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||