Package de.xima.fc.workflow.model.nodes
Class FcExportToPersistenceProps
- java.lang.Object
 - 
- de.xima.fc.workflow.taglib.model.BaseActionProps
 - 
- de.xima.fc.workflow.model.nodes.FcExportToPersistenceProps
 
 
 
- 
- All Implemented Interfaces:
 IDescriptionProviding,INameProviding,Serializable
public class FcExportToPersistenceProps extends BaseActionProps
- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
BaseActionProps.name 
 - 
 
- 
Field Summary
- 
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION 
- 
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME 
 - 
 
- 
Constructor Summary
Constructors Constructor Description FcExportToPersistenceProps() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExportName()FileProvisiongetPersistenceFileProvision()Details for how to handle the created persistence file.voidsetExportName(String exportName)voidsetPersistenceFileProvision(FileProvision persistenceFileProvision)Details for how to handle the created persistence file.- 
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseActionProps
getBeschreibung, getColor, getDescription, getIcon, getName, setColor, setDescription, setIcon, setName 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getExportName
public String getExportName()
- Returns:
 - The name of the export file. When empty, a file name is generated with the extension 
xml. 
 
- 
setExportName
public void setExportName(String exportName)
- Parameters:
 exportName- The name of the export file. When empty, a file name is generated with the extensionxml.
 
- 
getPersistenceFileProvision
public FileProvision getPersistenceFileProvision()
Details for how to handle the created persistence file.- Returns:
 - Details for how to handle the created persistence file.
 
 
- 
setPersistenceFileProvision
public void setPersistenceFileProvision(FileProvision persistenceFileProvision)
Details for how to handle the created persistence file.- Parameters:
 persistenceFileProvision- Details for how to handle the created persistence file.
 
 - 
 
 -