net.nan21.dnet.module.ad.report.ds.model
Class ReportParamDs
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.ReportParamDs
- All Implemented Interfaces:
- net.nan21.dnet.core.api.model.IModelWithClientId, net.nan21.dnet.core.api.model.IModelWithId
public class ReportParamDs
- 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
fSEQUENCENO
public static final String fSEQUENCENO
- See Also:
- Constant Field Values
fDEFAULTVALUE
public static final String fDEFAULTVALUE
- See Also:
- Constant Field Values
fDATATYPE
public static final String fDATATYPE
- 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
ReportParamDs
public ReportParamDs()
ReportParamDs
public ReportParamDs(ReportParam e)
getReportId
public Long getReportId()
setReportId
public void setReportId(Long reportId)
getReportCode
public String getReportCode()
setReportCode
public void setReportCode(String reportCode)
getSequenceNo
public Integer getSequenceNo()
setSequenceNo
public void setSequenceNo(Integer sequenceNo)
getDefaultValue
public String getDefaultValue()
setDefaultValue
public void setDefaultValue(String defaultValue)
getDataType
public String getDataType()
setDataType
public void setDataType(String dataType)
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)
Copyright © 2012. All Rights Reserved.