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

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

public class FlowDTO
extends java.lang.Object


Constructor Summary
FlowDTO()
           
 
Method Summary
 java.util.List<FlowStepDTO> getFlowSteps()
           
 long getId()
           
 java.lang.String getIdpetals()
           
 int getType()
           
 void setFlowSteps(java.util.List<FlowStepDTO> flowSteps)
           
 void setId(long id)
           
 void setIdpetals(java.lang.String idpetals)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowDTO

public FlowDTO()
Method Detail

getId

public long getId()

setId

public void setId(long id)

getIdpetals

public java.lang.String getIdpetals()

setIdpetals

public void setIdpetals(java.lang.String idpetals)

getType

public int getType()

setType

public void setType(int type)

getFlowSteps

public java.util.List<FlowStepDTO> getFlowSteps()

setFlowSteps

public void setFlowSteps(java.util.List<FlowStepDTO> flowSteps)


Copyright © 2010 eBMWebsourcing. All Rights Reserved.