net.nan21.dnet.module.ad.workflow.ds.filter
Class ActVariableDsFilter

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractDsFilter
      extended by net.nan21.dnet.core.presenter.model.base.AbstractBaseDsFilter
          extended by net.nan21.dnet.module.ad.workflow.ds.filter.ActVariableDsFilter

public class ActVariableDsFilter
extends net.nan21.dnet.core.presenter.model.base.AbstractBaseDsFilter


Constructor Summary
ActVariableDsFilter()
           
 
Method Summary
 Float getDoubleValue_From()
           
 Float getDoubleValue_To()
           
 Float getDoubleValue()
           
 String getExecutionId()
           
 Long getLongValue_From()
           
 Long getLongValue_To()
           
 Long getLongValue()
           
 String getName()
           
 String getProcessInstanceId()
           
 String getTextValue()
           
 String getTextValue2()
           
 String getType()
           
 void setDoubleValue_From(Float doubleValue_From)
           
 void setDoubleValue_To(Float doubleValue_To)
           
 void setDoubleValue(Float doubleValue)
           
 void setExecutionId(String executionId)
           
 void setLongValue_From(Long longValue_From)
           
 void setLongValue_To(Long longValue_To)
           
 void setLongValue(Long longValue)
           
 void setName(String name)
           
 void setProcessInstanceId(String processInstanceId)
           
 void setTextValue(String textValue)
           
 void setTextValue2(String textValue2)
           
 void setType(String type)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.AbstractDsFilter
_asLong_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActVariableDsFilter

public ActVariableDsFilter()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getName

public String getName()

setName

public void setName(String name)

getProcessInstanceId

public String getProcessInstanceId()

setProcessInstanceId

public void setProcessInstanceId(String processInstanceId)

getExecutionId

public String getExecutionId()

setExecutionId

public void setExecutionId(String executionId)

getDoubleValue

public Float getDoubleValue()

getDoubleValue_From

public Float getDoubleValue_From()

getDoubleValue_To

public Float getDoubleValue_To()

setDoubleValue

public void setDoubleValue(Float doubleValue)

setDoubleValue_From

public void setDoubleValue_From(Float doubleValue_From)

setDoubleValue_To

public void setDoubleValue_To(Float doubleValue_To)

getLongValue

public Long getLongValue()

getLongValue_From

public Long getLongValue_From()

getLongValue_To

public Long getLongValue_To()

setLongValue

public void setLongValue(Long longValue)

setLongValue_From

public void setLongValue_From(Long longValue_From)

setLongValue_To

public void setLongValue_To(Long longValue_To)

getTextValue

public String getTextValue()

setTextValue

public void setTextValue(String textValue)

getTextValue2

public String getTextValue2()

setTextValue2

public void setTextValue2(String textValue2)


Copyright © 2012. All Rights Reserved.