net.nan21.dnet.module.ad.system.ds.model
Class SysDsEventDs

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

public class SysDsEventDs
extends net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs<SysDsEvent>


Field Summary
static String fDATASOURCE
           
static String fDATASOURCEID
           
static String fNAME
           
 
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
SysDsEventDs()
           
SysDsEventDs(SysDsEvent e)
           
 
Method Summary
 String getDataSource()
           
 Long getDataSourceId()
           
 String getName()
           
 void setDataSource(String dataSource)
           
 void setDataSourceId(Long dataSourceId)
           
 void setName(String name)
           
 
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

fDATASOURCEID

public static final String fDATASOURCEID
See Also:
Constant Field Values

fDATASOURCE

public static final String fDATASOURCE
See Also:
Constant Field Values

fNAME

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

SysDsEventDs

public SysDsEventDs()

SysDsEventDs

public SysDsEventDs(SysDsEvent e)
Method Detail

getDataSourceId

public Long getDataSourceId()

setDataSourceId

public void setDataSourceId(Long dataSourceId)

getDataSource

public String getDataSource()

setDataSource

public void setDataSource(String dataSource)

getName

public String getName()

setName

public void setName(String name)


Copyright © 2012. All Rights Reserved.