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

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractDsFilter
      extended by net.nan21.dnet.core.presenter.model.base.AbstractTypeDsFilter
          extended by net.nan21.dnet.module.ad.workflow.ds.filter.WfDefNodeFieldDsFilter
All Implemented Interfaces:
net.nan21.dnet.core.api.model.IModelWithClientId, net.nan21.dnet.core.api.model.IModelWithId

public class WfDefNodeFieldDsFilter
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeDsFilter


Field Summary
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeDsFilter
active, clientId, createdAt, createdAt_From, createdAt_To, createdBy, description, id, modifiedAt, modifiedAt_From, modifiedAt_To, modifiedBy, name, uuid
 
Constructor Summary
WfDefNodeFieldDsFilter()
           
 
Method Summary
 Long getNodeId_From()
           
 Long getNodeId_To()
           
 Long getNodeId()
           
 Boolean getRequired()
           
 String getType()
           
 void setNodeId_From(Long nodeId_From)
           
 void setNodeId_To(Long nodeId_To)
           
 void setNodeId(Long nodeId)
           
 void setRequired(Boolean required)
           
 void setType(String type)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeDsFilter
getActive, getClientId, getCreatedAt_From, getCreatedAt_To, getCreatedAt, getCreatedBy, getDescription, getId, getModifiedAt_From, getModifiedAt_To, getModifiedAt, getModifiedBy, getName, getUuid, setActive, setClientId, setCreatedAt_From, setCreatedAt_To, setCreatedAt, setCreatedBy, setDescription, setId, setModifiedAt_From, setModifiedAt_To, setModifiedAt, setModifiedBy, setName, setUuid
 
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

WfDefNodeFieldDsFilter

public WfDefNodeFieldDsFilter()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getRequired

public Boolean getRequired()

setRequired

public void setRequired(Boolean required)

getNodeId

public Long getNodeId()

getNodeId_From

public Long getNodeId_From()

getNodeId_To

public Long getNodeId_To()

setNodeId

public void setNodeId(Long nodeId)

setNodeId_From

public void setNodeId_From(Long nodeId_From)

setNodeId_To

public void setNodeId_To(Long nodeId_To)


Copyright © 2012. All Rights Reserved.