org.mule.tools.automationtestcoverage.model
Class FlowInfo

java.lang.Object
  extended by org.mule.tools.automationtestcoverage.model.FlowInfo

public class FlowInfo
extends Object


Constructor Summary
FlowInfo()
           
FlowInfo(String flowName)
           
 
Method Summary
 void addConnectorOperation(String operation)
           
 List<String> getConnectorOperations()
           
 String getFlowName()
           
 void setConnectorOperations(List<String> connectorOperations)
           
 void setFlowName(String flowName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowInfo

public FlowInfo()

FlowInfo

public FlowInfo(String flowName)
Method Detail

getFlowName

public String getFlowName()

setFlowName

public void setFlowName(String flowName)

getConnectorOperations

public List<String> getConnectorOperations()

setConnectorOperations

public void setConnectorOperations(List<String> connectorOperations)

addConnectorOperation

public void addConnectorOperation(String operation)


Copyright © 2014. All rights reserved.