net.nan21.dnet.module.ad.report.ds.filter
Class ReportParamRtDsFilter

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

public class ReportParamRtDsFilter
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDsFilter


Field Summary
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDsFilter
active, clientId, code, createdAt, createdAt_From, createdAt_To, createdBy, description, id, modifiedAt, modifiedAt_From, modifiedAt_To, modifiedBy, name, notes, uuid
 
Constructor Summary
ReportParamRtDsFilter()
           
 
Method Summary
 String getDataType()
           
 String getListOfValues()
           
 Boolean getMandatory()
           
 Boolean getNoEdit()
           
 String getParameterName()
           
 String getReportCode()
           
 Long getReportId_From()
           
 Long getReportId_To()
           
 Long getReportId()
           
 Integer getSequenceNo_From()
           
 Integer getSequenceNo_To()
           
 Integer getSequenceNo()
           
 String getValue()
           
 void setDataType(String dataType)
           
 void setListOfValues(String listOfValues)
           
 void setMandatory(Boolean mandatory)
           
 void setNoEdit(Boolean noEdit)
           
 void setParameterName(String parameterName)
           
 void setReportCode(String reportCode)
           
 void setReportId_From(Long reportId_From)
           
 void setReportId_To(Long reportId_To)
           
 void setReportId(Long reportId)
           
 void setSequenceNo_From(Integer sequenceNo_From)
           
 void setSequenceNo_To(Integer sequenceNo_To)
           
 void setSequenceNo(Integer sequenceNo)
           
 void setValue(String value)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDsFilter
getActive, getClientId, getCode, getCreatedAt_From, getCreatedAt_To, getCreatedAt, getCreatedBy, getDescription, getId, getModifiedAt_From, getModifiedAt_To, getModifiedAt, getModifiedBy, getName, getNotes, getUuid, setActive, setClientId, setCode, setCreatedAt_From, setCreatedAt_To, setCreatedAt, setCreatedBy, setDescription, setId, setModifiedAt_From, setModifiedAt_To, setModifiedAt, setModifiedBy, setName, setNotes, 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

ReportParamRtDsFilter

public ReportParamRtDsFilter()
Method Detail

getReportId

public Long getReportId()

getReportId_From

public Long getReportId_From()

getReportId_To

public Long getReportId_To()

setReportId

public void setReportId(Long reportId)

setReportId_From

public void setReportId_From(Long reportId_From)

setReportId_To

public void setReportId_To(Long reportId_To)

getReportCode

public String getReportCode()

setReportCode

public void setReportCode(String reportCode)

getValue

public String getValue()

setValue

public void setValue(String value)

getDataType

public String getDataType()

setDataType

public void setDataType(String dataType)

getParameterName

public String getParameterName()

setParameterName

public void setParameterName(String parameterName)

getListOfValues

public String getListOfValues()

setListOfValues

public void setListOfValues(String listOfValues)

getNoEdit

public Boolean getNoEdit()

setNoEdit

public void setNoEdit(Boolean noEdit)

getMandatory

public Boolean getMandatory()

setMandatory

public void setMandatory(Boolean mandatory)

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)


Copyright © 2012. All Rights Reserved.