org.ow2.orchestra.facade.data.def
Class ReplyActivityDefinitionData

java.lang.Object
  extended by org.ow2.orchestra.facade.data.AbstractData
      extended by org.ow2.orchestra.facade.data.def.ActivityDefinitionData
          extended by org.ow2.orchestra.facade.data.def.ReplyActivityDefinitionData
All Implemented Interfaces:
Serializable

public class ReplyActivityDefinitionData
extends ActivityDefinitionData

Author:
Gael Lalire
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.orchestra.facade.data.AbstractData
date
 
Constructor Summary
ReplyActivityDefinitionData(ProcessDefinitionData processDefinitionData, ActivityDefinitionUUID uuid, ActivityDefinitionUUID encloserUUID, String name, String operation, String variable, String messageExchange)
           
 
Method Summary
 String getMessageExchange()
           
 String getOperation()
           
 String getVariable()
           
 
Methods inherited from class org.ow2.orchestra.facade.data.def.ActivityDefinitionData
getName, getProcessDefinitionData, getType, getUUID
 
Methods inherited from class org.ow2.orchestra.facade.data.AbstractData
getDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplyActivityDefinitionData

public ReplyActivityDefinitionData(ProcessDefinitionData processDefinitionData,
                                   ActivityDefinitionUUID uuid,
                                   ActivityDefinitionUUID encloserUUID,
                                   String name,
                                   String operation,
                                   String variable,
                                   String messageExchange)
Method Detail

getOperation

public String getOperation()

getVariable

public String getVariable()

getMessageExchange

public String getMessageExchange()


Copyright © 2011 OW2 Consortium. All Rights Reserved.