public final class ExportSheet extends Object
| Constructor and Description |
|---|
ExportSheet(String title,
List<ExportField> exportFields,
io.vertigo.dynamo.domain.model.DtObject dto,
io.vertigo.dynamo.domain.model.DtList dtc) |
| Modifier and Type | Method and Description |
|---|---|
io.vertigo.dynamo.domain.model.DtList<?> |
getDtList() |
io.vertigo.dynamo.domain.model.DtObject |
getDtObject() |
List<ExportField> |
getExportFields() |
String |
getTitle() |
boolean |
hasDtObject()
Le paramètre contient soit un DTO, soit une DTC.
|
public ExportSheet(String title, List<ExportField> exportFields, io.vertigo.dynamo.domain.model.DtObject dto, io.vertigo.dynamo.domain.model.DtList dtc)
public String getTitle()
public List<ExportField> getExportFields()
public io.vertigo.dynamo.domain.model.DtObject getDtObject()
public io.vertigo.dynamo.domain.model.DtList<?> getDtList()
public boolean hasDtObject()
Copyright © 2016. All Rights Reserved.