org.ow2.petals.flowwatch.flowmanager.bo
Class FlowStepErrorRef
java.lang.Object
org.ow2.petals.flowwatch.flowmanager.bo.FlowStepErrorRef
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<FlowStepErrorRef>
public class FlowStepErrorRef
- extends java.lang.Object
- implements java.lang.Comparable<FlowStepErrorRef>, java.io.Serializable
This class represents a functional flow step error definition.
- Author:
- Pierre SMEYERS, ofabre
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
FlowStepErrorRef
public FlowStepErrorRef()
getId
public long getId()
setId
public void setId(long id)
getErrorCode
public int getErrorCode()
setErrorCode
public void setErrorCode(int errorCode)
getFlowStepRef
public FlowStepRef getFlowStepRef()
setFlowStepRef
public void setFlowStepRef(FlowStepRef flowstepref)
getMessage
public java.lang.String getMessage()
setMessage
public void setMessage(java.lang.String message)
compareTo
public int compareTo(FlowStepErrorRef obj)
- Specified by:
compareTo in interface java.lang.Comparable<FlowStepErrorRef>
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.