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

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

public class SysJobCtxParamDsFilter
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
SysJobCtxParamDsFilter()
           
 
Method Summary
 String getDataType()
           
 String getJobAlias()
           
 String getJobCtx()
           
 Long getJobCtxId_From()
           
 Long getJobCtxId_To()
           
 Long getJobCtxId()
           
 String getJobParam()
           
 Long getJobParamId_From()
           
 Long getJobParamId_To()
           
 Long getJobParamId()
           
 void setDataType(String dataType)
           
 void setJobAlias(String jobAlias)
           
 void setJobCtx(String jobCtx)
           
 void setJobCtxId_From(Long jobCtxId_From)
           
 void setJobCtxId_To(Long jobCtxId_To)
           
 void setJobCtxId(Long jobCtxId)
           
 void setJobParam(String jobParam)
           
 void setJobParamId_From(Long jobParamId_From)
           
 void setJobParamId_To(Long jobParamId_To)
           
 void setJobParamId(Long jobParamId)
           
 
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

SysJobCtxParamDsFilter

public SysJobCtxParamDsFilter()
Method Detail

getJobCtxId

public Long getJobCtxId()

getJobCtxId_From

public Long getJobCtxId_From()

getJobCtxId_To

public Long getJobCtxId_To()

setJobCtxId

public void setJobCtxId(Long jobCtxId)

setJobCtxId_From

public void setJobCtxId_From(Long jobCtxId_From)

setJobCtxId_To

public void setJobCtxId_To(Long jobCtxId_To)

getJobCtx

public String getJobCtx()

setJobCtx

public void setJobCtx(String jobCtx)

getJobAlias

public String getJobAlias()

setJobAlias

public void setJobAlias(String jobAlias)

getJobParamId

public Long getJobParamId()

getJobParamId_From

public Long getJobParamId_From()

getJobParamId_To

public Long getJobParamId_To()

setJobParamId

public void setJobParamId(Long jobParamId)

setJobParamId_From

public void setJobParamId_From(Long jobParamId_From)

setJobParamId_To

public void setJobParamId_To(Long jobParamId_To)

getJobParam

public String getJobParam()

setJobParam

public void setJobParam(String jobParam)

getDataType

public String getDataType()

setDataType

public void setDataType(String dataType)


Copyright © 2012. All Rights Reserved.