com.ebmwebsourcing.petalsview.persistence.model.flowref
Class FlowStepErrorRef

java.lang.Object
  extended by com.ebmwebsourcing.webcommons.persistence.bo.BaseObject
      extended by com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
          extended by com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<FlowStepErrorRef>

@Entity(name="com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowStepErrorRef")
public class FlowStepErrorRef
extends com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
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 other)
           
 int getErrorCode()
           
 FlowStepRef getFlowstepref()
           
 java.lang.String getMessage()
           
 int hashCode()
           
 void setErrorCode(int errorCode)
           
 void setFlowstepref(FlowStepRef flowstepref)
           
 void setMessage(java.lang.String message)
           
 java.lang.String toString()
           
 
Methods inherited from class com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
getId, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowStepErrorRef

public FlowStepErrorRef()
Method Detail

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 other)
Specified by:
equals in class com.ebmwebsourcing.webcommons.persistence.bo.BaseObject

hashCode

public int hashCode()
Specified by:
hashCode in class com.ebmwebsourcing.webcommons.persistence.bo.BaseObject

toString

public java.lang.String toString()
Overrides:
toString in class com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject


Copyright © 2010 eBMWebsourcing. All Rights Reserved.