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

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.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>


Field Summary
static String fDATATYPE
           
static String fDEFAULTVALUE
           
static String fLISTOFVALUES
           
static String fMANDATORY
           
static String fNOEDIT
           
static String fREPORTCODE
           
static String fREPORTID
           
static String fSEQUENCENO
           
 
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
ReportParamDs()
           
ReportParamDs(ReportParam e)
           
 
Method Summary
 String getDataType()
           
 String getDefaultValue()
           
 String getListOfValues()
           
 Boolean getMandatory()
           
 Boolean getNoEdit()
           
 String getReportCode()
           
 Long getReportId()
           
 Integer getSequenceNo()
           
 void setDataType(String dataType)
           
 void setDefaultValue(String defaultValue)
           
 void setListOfValues(String listOfValues)
           
 void setMandatory(Boolean mandatory)
           
 void setNoEdit(Boolean noEdit)
           
 void setReportCode(String reportCode)
           
 void setReportId(Long reportId)
           
 void setSequenceNo(Integer sequenceNo)
           
 
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

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
Constructor Detail

ReportParamDs

public ReportParamDs()

ReportParamDs

public ReportParamDs(ReportParam e)
Method Detail

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.