Package de.xima.fc.export.model
Class ExportMetadata
- java.lang.Object
-
- de.xima.fc.export.model.ExportMetadata
-
- All Implemented Interfaces:
Serializable
public class ExportMetadata extends Object implements Serializable
Metadaten zum Export- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExportMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetExportDate()Set<EFormImpexOption>getExportOptions()StringgetExportProcessingVersion()StringgetFcVersion()StringgetUserName()voidsetExportDate(Date exportDate)voidsetExportOptions(Set<EFormImpexOption> exportOptions)voidsetExportProcessingVersion(String exportProcessingVersion)voidsetFcVersion(String fcVersion)voidsetUserName(String userName)
-
-
-
Method Detail
-
getExportProcessingVersion
public String getExportProcessingVersion()
- Returns:
- the exportProcessingVersion
-
setExportProcessingVersion
public void setExportProcessingVersion(String exportProcessingVersion)
- Parameters:
exportProcessingVersion- the exportProcessingVersion to set
-
getFcVersion
public String getFcVersion()
- Returns:
- the fcVersion
-
setFcVersion
public void setFcVersion(String fcVersion)
- Parameters:
fcVersion- the fcVersion to set
-
getUserName
public String getUserName()
- Returns:
- the user
-
setUserName
public void setUserName(String userName)
- Parameters:
userName- the user name to set
-
getExportDate
public Date getExportDate()
- Returns:
- the exportDate
-
setExportDate
public void setExportDate(Date exportDate)
- Parameters:
exportDate- the exportDate to set
-
getExportOptions
public Set<EFormImpexOption> getExportOptions()
- Returns:
- the exportOptions
-
setExportOptions
public void setExportOptions(Set<EFormImpexOption> exportOptions)
- Parameters:
exportOptions- the exportOptions to set
-
-