com.ebmwebsourcing.petalsview.persistence.model.flowref
Class FlowStepErrorRef
java.lang.Object
com.ebmwebsourcing.webcommons.persistence.bo.BaseObject
com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
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
| 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 |
FlowStepErrorRef
public FlowStepErrorRef()
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.