net.nan21.dnet.module.ad.system.ds.filter
Class SysJobParamDsFilter

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.system.ds.filter.SysJobParamDsFilter
All Implemented Interfaces:
net.nan21.dnet.core.api.model.IModelWithClientId, net.nan21.dnet.core.api.model.IModelWithId

public class SysJobParamDsFilter
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
SysJobParamDsFilter()
           
 
Method Summary
 String getDataType()
           
 String getJob()
           
 Long getJobId_From()
           
 Long getJobId_To()
           
 Long getJobId()
           
 void setDataType(String dataType)
           
 void setJob(String job)
           
 void setJobId_From(Long jobId_From)
           
 void setJobId_To(Long jobId_To)
           
 void setJobId(Long jobId)
           
 
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

SysJobParamDsFilter

public SysJobParamDsFilter()
Method Detail

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)

getJob

public String getJob()

setJob

public void setJob(String job)

getDataType

public String getDataType()

setDataType

public void setDataType(String dataType)


Copyright © 2012. All Rights Reserved.