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

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

public class DsReportDs
extends net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs<DsReport>


Field Summary
static String fDATASOURCE
           
static String fREPORTCODE
           
static String fREPORTID
           
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs
clientId, createdAt, createdBy, entityFQN, fCLIENTID, fCREATEDAT, fCREATEDBY, fENTITYFQN, fID, fMODIFIEDAT, fMODIFIEDBY, fUUID, fVERSION, id, modifiedAt, modifiedBy, uuid, version
 
Constructor Summary
DsReportDs()
           
DsReportDs(DsReport e)
           
 
Method Summary
 String getDataSource()
           
 String getReportCode()
           
 Long getReportId()
           
 void setDataSource(String dataSource)
           
 void setReportCode(String reportCode)
           
 void setReportId(Long reportId)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs
getClientId, getCreatedAt, getCreatedBy, getEntityFQN, getId, getModifiedAt, getModifiedBy, getUuid, getVersion, setClientId, setCreatedAt, setCreatedBy, setEntityFQN, setId, setModifiedAt, setModifiedBy, 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

fDATASOURCE

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

DsReportDs

public DsReportDs()

DsReportDs

public DsReportDs(DsReport e)
Method Detail

getReportId

public Long getReportId()

setReportId

public void setReportId(Long reportId)

getReportCode

public String getReportCode()

setReportCode

public void setReportCode(String reportCode)

getDataSource

public String getDataSource()

setDataSource

public void setDataSource(String dataSource)


Copyright © 2012. All Rights Reserved.