net.nan21.dnet.module.ad.report.ds.model
Class ReportParamRtDs
java.lang.Object
net.nan21.dnet.core.presenter.model.AbstractDsModel<E>
net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDs<ReportParam>
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>
| 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 |
| 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 |
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
ReportParamRtDs
public ReportParamRtDs()
ReportParamRtDs
public ReportParamRtDs(ReportParam e)
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.