net.nan21.dnet.module.ad.impex.ds.model
Class CsvExportSortDs

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

public class CsvExportSortDs
extends net.nan21.dnet.core.presenter.model.base.AbstractAuditableDs<CsvExportSort>


Field Summary
static String fCSVEXPORT
           
static String fCSVEXPORTID
           
static String fDATASOURCE
           
static String fDESCEND
           
static String fDSFIELD
           
static String fSEQUENCENO
           
 
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
CsvExportSortDs()
           
CsvExportSortDs(CsvExportSort e)
           
 
Method Summary
 String getCsvExport()
           
 Long getCsvExportId()
           
 String getDataSource()
           
 Boolean getDescend()
           
 String getDsField()
           
 Integer getSequenceNo()
           
 void setCsvExport(String csvExport)
           
 void setCsvExportId(Long csvExportId)
           
 void setDataSource(String dataSource)
           
 void setDescend(Boolean descend)
           
 void setDsField(String dsField)
           
 void setSequenceNo(Integer sequenceNo)
           
 
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

fCSVEXPORTID

public static final String fCSVEXPORTID
See Also:
Constant Field Values

fCSVEXPORT

public static final String fCSVEXPORT
See Also:
Constant Field Values

fDATASOURCE

public static final String fDATASOURCE
See Also:
Constant Field Values

fSEQUENCENO

public static final String fSEQUENCENO
See Also:
Constant Field Values

fDSFIELD

public static final String fDSFIELD
See Also:
Constant Field Values

fDESCEND

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

CsvExportSortDs

public CsvExportSortDs()

CsvExportSortDs

public CsvExportSortDs(CsvExportSort e)
Method Detail

getCsvExportId

public Long getCsvExportId()

setCsvExportId

public void setCsvExportId(Long csvExportId)

getCsvExport

public String getCsvExport()

setCsvExport

public void setCsvExport(String csvExport)

getDataSource

public String getDataSource()

setDataSource

public void setDataSource(String dataSource)

getSequenceNo

public Integer getSequenceNo()

setSequenceNo

public void setSequenceNo(Integer sequenceNo)

getDsField

public String getDsField()

setDsField

public void setDsField(String dsField)

getDescend

public Boolean getDescend()

setDescend

public void setDescend(Boolean descend)


Copyright © 2012. All Rights Reserved.