com.ebmwebsourcing.petalsview.persistence.model.flow
Class FlowStep

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.flow.FlowStep
All Implemented Interfaces:
java.io.Serializable

@Entity(name="com.ebmwebsourcing.petalsview.persistence.model.flow.FlowStep")
public class FlowStep
extends com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject

This class represents a functional flow step instance in Petals.

Author:
Pierre SMEYERS, ofabre
See Also:
Serialized Form

Constructor Summary
FlowStep()
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.Long getEndDate()
           
 java.lang.String getEndpointName()
           
 int getErrorCode()
           
 Flow getFlow()
           
 java.lang.String getInterfaceName()
           
 java.lang.String getMeUUID()
           
 java.util.List<java.lang.String> getParameters()
           
 java.lang.String getServiceName()
           
 java.lang.Long getStartDate()
           
 int getStatus()
           
 int hashCode()
           
 void setEndDate(java.lang.Long endDate)
           
 void setEndpointName(java.lang.String endpointName)
           
 void setErrorCode(int errorCode)
           
 void setFlow(Flow flow)
           
 void setInterfaceName(java.lang.String interfaceName)
           
 void setMeUUID(java.lang.String meUUID)
           
 void setParameters(java.util.List<java.lang.String> parameters)
           
 void setServiceName(java.lang.String serviceName)
           
 void setStartDate(java.lang.Long startDate)
           
 void setStatus(int status)
           
 
Methods inherited from class com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
getId, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowStep

public FlowStep()
Method Detail

getStartDate

public java.lang.Long getStartDate()

setStartDate

public void setStartDate(java.lang.Long startDate)

getEndDate

public java.lang.Long getEndDate()

setEndDate

public void setEndDate(java.lang.Long endDate)

getStatus

public int getStatus()

setStatus

public void setStatus(int status)

getInterfaceName

public java.lang.String getInterfaceName()

setInterfaceName

public void setInterfaceName(java.lang.String interfaceName)

getServiceName

public java.lang.String getServiceName()

setServiceName

public void setServiceName(java.lang.String serviceName)

getEndpointName

public java.lang.String getEndpointName()

setEndpointName

public void setEndpointName(java.lang.String endpointName)

getMeUUID

public java.lang.String getMeUUID()

setMeUUID

public void setMeUUID(java.lang.String meUUID)

getFlow

public Flow getFlow()

setFlow

public void setFlow(Flow flow)

getErrorCode

public int getErrorCode()

setErrorCode

public void setErrorCode(int errorCode)

getParameters

public java.util.List<java.lang.String> getParameters()

setParameters

public void setParameters(java.util.List<java.lang.String> parameters)

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


Copyright © 2010 eBMWebsourcing. All Rights Reserved.