net.nan21.dnet.module.ad.report.ds.model
Class ReportParamRtDs

java.lang.Object
  extended by net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
      extended by net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDs<ReportParam>
          extended by net.nan21.dnet.module.ad.report.ds.model.ReportParamRtDs
All Implemented Interfaces:
net.nan21.dnet.core.api.model.IModelWithClientId, net.nan21.dnet.core.api.model.IModelWithId

public class ReportParamRtDs
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDs<ReportParam>


Field Summary
static String fDATATYPE
           
static String fLISTOFVALUES
           
static String fMANDATORY
           
static String fNOEDIT
           
static String fPARAMETERNAME
           
static String fREPORTCODE
           
static String fREPORTID
           
static String fSEQUENCENO
           
static String fVALUE
           
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDs
active, clientId, code, createdAt, createdBy, description, entityFQN, fACTIVE, fCLIENTID, fCODE, fCREATEDAT, fCREATEDBY, fDESCRIPTION, fENTITYFQN, fID, fMODIFIEDAT, fMODIFIEDBY, fNAME, fNOTES, fUUID, fVERSION, id, modifiedAt, modifiedBy, name, notes, uuid, version
 
Constructor Summary
ReportParamRtDs()
           
ReportParamRtDs(ReportParam e)
           
 
Method Summary
 String getDataType()
           
 String getListOfValues()
           
 Boolean getMandatory()
           
 Boolean getNoEdit()
           
 String getParameterName()
           
 String getReportCode()
           
 Long getReportId()
           
 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(Long reportId)
           
 void setSequenceNo(Integer sequenceNo)
           
 void setValue(String value)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDs
getActive, getClientId, getCode, getCreatedAt, getCreatedBy, getDescription, getEntityFQN, getId, getModifiedAt, getModifiedBy, getName, getNotes, getUuid, getVersion, setActive, setClientId, setCode, setCreatedAt, setCreatedBy, setDescription, setEntityFQN, setId, setModifiedAt, setModifiedBy, setName, setNotes, setUuid, setVersion
 
Methods inherited from class net.nan21.dnet.core.presenter.model.AbstractDsModel
_asLong_, _getEntity_, _setEntity_, get__clientRecordId__, set__clientRecordId__
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fREPORTID

public static final String fREPORTID
See Also:
Constant Field Values

fREPORTCODE

public static final String fREPORTCODE
See Also:
Constant Field Values

fVALUE

public static final String fVALUE
See Also:
Constant Field Values

fDATATYPE

public static final String fDATATYPE
See Also:
Constant Field Values

fPARAMETERNAME

public static final String fPARAMETERNAME
See Also:
Constant Field Values

fLISTOFVALUES

public static final String fLISTOFVALUES
See Also:
Constant Field Values

fNOEDIT

public static final String fNOEDIT
See Also:
Constant Field Values

fMANDATORY

public static final String fMANDATORY
See Also:
Constant Field Values

fSEQUENCENO

public static final String fSEQUENCENO
See Also:
Constant Field Values
Constructor Detail

ReportParamRtDs

public ReportParamRtDs()

ReportParamRtDs

public ReportParamRtDs(ReportParam e)
Method Detail

getReportId

public Long getReportId()

setReportId

public void setReportId(Long reportId)

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()

setSequenceNo

public void setSequenceNo(Integer sequenceNo)


Copyright © 2012. All Rights Reserved.