com.ebmwebsourcing.petalsview.service.dataexporter.dto.flow
Class FlowStepParameterDTO

java.lang.Object
  extended by com.ebmwebsourcing.petalsview.service.dataexporter.dto.flow.FlowStepParameterDTO

public class FlowStepParameterDTO
extends java.lang.Object


Constructor Summary
FlowStepParameterDTO()
           
 
Method Summary
 int getIdx()
           
 java.lang.String getName()
           
 void setIdx(int idx)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowStepParameterDTO

public FlowStepParameterDTO()
Method Detail

getIdx

public int getIdx()

setIdx

public void setIdx(int idx)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)


Copyright © 2010 eBMWebsourcing. All Rights Reserved.