net.nan21.dnet.module.ad.impex.ds.filter
Class ExportJobItemDsFilter

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

public class ExportJobItemDsFilter
extends net.nan21.dnet.core.presenter.model.base.AbstractAuditableDsFilter


Field Summary
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractAuditableDsFilter
clientId, createdAt, createdAt_From, createdAt_To, createdBy, id, modifiedAt, modifiedAt_From, modifiedAt_To, modifiedBy, uuid
 
Constructor Summary
ExportJobItemDsFilter()
           
 
Method Summary
 Boolean getActive()
           
 Long getJobId_From()
           
 Long getJobId_To()
           
 Long getJobId()
           
 String getJobName()
           
 Long getMapId_From()
           
 Long getMapId_To()
           
 Long getMapId()
           
 String getMapName()
           
 Integer getSequenceNo_From()
           
 Integer getSequenceNo_To()
           
 Integer getSequenceNo()
           
 void setActive(Boolean active)
           
 void setJobId_From(Long jobId_From)
           
 void setJobId_To(Long jobId_To)
           
 void setJobId(Long jobId)
           
 void setJobName(String jobName)
           
 void setMapId_From(Long mapId_From)
           
 void setMapId_To(Long mapId_To)
           
 void setMapId(Long mapId)
           
 void setMapName(String mapName)
           
 void setSequenceNo_From(Integer sequenceNo_From)
           
 void setSequenceNo_To(Integer sequenceNo_To)
           
 void setSequenceNo(Integer sequenceNo)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractAuditableDsFilter
getClientId, getCreatedAt_From, getCreatedAt_To, getCreatedAt, getCreatedBy, getId, getModifiedAt_From, getModifiedAt_To, getModifiedAt, getModifiedBy, getUuid, setClientId, setCreatedAt_From, setCreatedAt_To, setCreatedAt, setCreatedBy, setId, setModifiedAt_From, setModifiedAt_To, setModifiedAt, setModifiedBy, 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

ExportJobItemDsFilter

public ExportJobItemDsFilter()
Method Detail

getSequenceNo

public Integer getSequenceNo()

getSequenceNo_From

public Integer getSequenceNo_From()

getSequenceNo_To

public Integer getSequenceNo_To()

setSequenceNo

public void setSequenceNo(Integer sequenceNo)

setSequenceNo_From

public void setSequenceNo_From(Integer sequenceNo_From)

setSequenceNo_To

public void setSequenceNo_To(Integer sequenceNo_To)

getActive

public Boolean getActive()

setActive

public void setActive(Boolean active)

getJobId

public Long getJobId()

getJobId_From

public Long getJobId_From()

getJobId_To

public Long getJobId_To()

setJobId

public void setJobId(Long jobId)

setJobId_From

public void setJobId_From(Long jobId_From)

setJobId_To

public void setJobId_To(Long jobId_To)

getJobName

public String getJobName()

setJobName

public void setJobName(String jobName)

getMapId

public Long getMapId()

getMapId_From

public Long getMapId_From()

getMapId_To

public Long getMapId_To()

setMapId

public void setMapId(Long mapId)

setMapId_From

public void setMapId_From(Long mapId_From)

setMapId_To

public void setMapId_To(Long mapId_To)

getMapName

public String getMapName()

setMapName

public void setMapName(String mapName)


Copyright © 2012. All Rights Reserved.