org.ow2.petals.flowwatch.flowmanager.bo
Class FlowStepErrorRef

java.lang.Object
  extended by 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

Constructor Summary
FlowStepErrorRef()
           
 
Method Summary
 int compareTo(FlowStepErrorRef obj)
           
 boolean equals(java.lang.Object obj)
           
 int getErrorCode()
           
 FlowStepRef getFlowStepRef()
           
 long getId()
           
 java.lang.String getMessage()
           
 int hashCode()
           
 void setErrorCode(int errorCode)
           
 void setFlowStepRef(FlowStepRef flowstepref)
           
 void setId(long id)
           
 void setMessage(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowStepErrorRef

public FlowStepErrorRef()
Method Detail

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.