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

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

public class ReportDs
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeWithCodeDs<Report>


Field Summary
static String fCONTEXTPATH
           
static String fREPORTSERVER
           
static String fREPORTSERVERID
           
static String fSERVERURL
           
 
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
ReportDs()
           
ReportDs(Report e)
           
 
Method Summary
 String getContextPath()
           
 String getReportServer()
           
 Long getReportServerId()
           
 String getServerUrl()
           
 void setContextPath(String contextPath)
           
 void setReportServer(String reportServer)
           
 void setReportServerId(Long reportServerId)
           
 void setServerUrl(String serverUrl)
           
 
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

fREPORTSERVERID

public static final String fREPORTSERVERID
See Also:
Constant Field Values

fREPORTSERVER

public static final String fREPORTSERVER
See Also:
Constant Field Values

fSERVERURL

public static final String fSERVERURL
See Also:
Constant Field Values

fCONTEXTPATH

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

ReportDs

public ReportDs()

ReportDs

public ReportDs(Report e)
Method Detail

getReportServerId

public Long getReportServerId()

setReportServerId

public void setReportServerId(Long reportServerId)

getReportServer

public String getReportServer()

setReportServer

public void setReportServer(String reportServer)

getServerUrl

public String getServerUrl()

setServerUrl

public void setServerUrl(String serverUrl)

getContextPath

public String getContextPath()

setContextPath

public void setContextPath(String contextPath)


Copyright © 2012. All Rights Reserved.