com.ebmwebsourcing.petalsview.service.dataexporter.dto.flow
Class FlowDTO
java.lang.Object
com.ebmwebsourcing.petalsview.service.dataexporter.dto.flow.FlowDTO
public class FlowDTO
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowDTO
public FlowDTO()
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.