br.mia.test.model
Class RegraNegocioStep

java.lang.Object
  extended by br.mia.test.model.RegraNegocioStep
All Implemented Interfaces:
java.io.Serializable

public class RegraNegocioStep
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RegraNegocioStep()
           
 
Method Summary
 java.util.List getDatas()
           
 java.lang.String getDescription()
           
 int getId()
           
 RegraNegocio getRegra()
           
 void setDatas(java.util.List datas)
           
 void setDescription(java.lang.String description)
           
 void setId(int id)
           
 void setRegra(RegraNegocio regra)
           
 Step toStep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegraNegocioStep

public RegraNegocioStep()
Method Detail

getRegra

public RegraNegocio getRegra()

setRegra

public void setRegra(RegraNegocio regra)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getDatas

public java.util.List getDatas()

setDatas

public void setDatas(java.util.List datas)

getId

public int getId()

setId

public void setId(int id)

toStep

public Step toStep()


Copyright © 2009. All Rights Reserved.