org.talend.esb.sam.common.event
Class MessageInfo

java.lang.Object
  extended by org.talend.esb.sam.common.event.MessageInfo
All Implemented Interfaces:
Serializable

public class MessageInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MessageInfo()
           
MessageInfo(String messageId, String flowId, String portType, String operationName, String transportType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFlowId()
           
 String getMessageId()
           
 String getOperationName()
           
 String getPortType()
           
 String getTransportType()
           
 int hashCode()
           
 void setFlowId(String flowId)
           
 void setMessageId(String messageId)
           
 void setOperationName(String operationName)
           
 void setPortType(String portType)
           
 void setTransportType(String transportType)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageInfo

public MessageInfo(String messageId,
                   String flowId,
                   String portType,
                   String operationName,
                   String transportType)

MessageInfo

public MessageInfo()
Method Detail

getMessageId

public String getMessageId()

setMessageId

public void setMessageId(String messageId)

getFlowId

public String getFlowId()

setFlowId

public void setFlowId(String flowId)

getPortType

public String getPortType()

setPortType

public void setPortType(String portType)

getOperationName

public String getOperationName()

setOperationName

public void setOperationName(String operationName)

getTransportType

public String getTransportType()

setTransportType

public void setTransportType(String transportType)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Talend Inc.. All Rights Reserved.