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

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

public class SysDsFieldLovDs
extends net.nan21.dnet.core.presenter.model.base.AbstractTypeLov<SysDsField>


Field Summary
static String fDATASOURCEID
           
static String fDATASOURCENAME
           
static String fDATATYPE
           
 
Fields inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeLov
active, clientId, description, fACTIVE, fCLIENTID, fID, fNAME, id, name
 
Constructor Summary
SysDsFieldLovDs()
           
SysDsFieldLovDs(SysDsField e)
           
 
Method Summary
 Long getDataSourceId()
           
 String getDataSourceName()
           
 String getDataType()
           
 void setDataSourceId(Long dataSourceId)
           
 void setDataSourceName(String dataSourceName)
           
 void setDataType(String dataType)
           
 
Methods inherited from class net.nan21.dnet.core.presenter.model.base.AbstractTypeLov
getActive, getClientId, getDescription, getId, getName, setActive, setClientId, setDescription, setId, setName
 
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

fDATASOURCENAME

public static final String fDATASOURCENAME
See Also:
Constant Field Values

fDATATYPE

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

SysDsFieldLovDs

public SysDsFieldLovDs()

SysDsFieldLovDs

public SysDsFieldLovDs(SysDsField e)
Method Detail

getDataSourceId

public Long getDataSourceId()

setDataSourceId

public void setDataSourceId(Long dataSourceId)

getDataSourceName

public String getDataSourceName()

setDataSourceName

public void setDataSourceName(String dataSourceName)

getDataType

public String getDataType()

setDataType

public void setDataType(String dataType)


Copyright © 2012. All Rights Reserved.