public final class ExcelExportTemplateSpec extends ImportExportTemplateSpec
Constructor and Description |
---|
ExcelExportTemplateSpec(String templateId,
File targetFile,
com.orchestranetworks.service.Session session)
Constructs a new
ExcelExportTemplateSpec instance. |
Modifier and Type | Method and Description |
---|---|
File |
getTargetFile()
Returns the target Excel file.
|
getDataset, setDataset
getSession, getTemplateId
public ExcelExportTemplateSpec(String templateId, File targetFile, com.orchestranetworks.service.Session session)
ExcelExportTemplateSpec
instance.templateId
- The unique template id.targetFile
- The target Excel file.session
- The session.IllegalArgumentException
- If any parameter is null
.public File getTargetFile()