Class ImportConfiguration

All Implemented Interfaces:
Serializable

public class ImportConfiguration extends ImportExportConfiguration
Created by amidani on 28/04/2017.
See Also:
  • Field Details

  • Constructor Details

    • ImportConfiguration

      public ImportConfiguration()
  • Method Details

    • getMergingProperty

      public String getMergingProperty()
    • setMergingProperty

      public void setMergingProperty(String mergingProperty)
      Sets the merging property.
      Parameters:
      mergingProperty - property used to check if the profile exist when merging
    • isOverwriteExistingProfiles

      public boolean isOverwriteExistingProfiles()
      Retrieves the import configuration overwriteExistingProfiles flag.
      Returns:
      true if during the import existing profiles must be overwritten
    • setOverwriteExistingProfiles

      public void setOverwriteExistingProfiles(boolean overwriteExistingProfiles)
      Sets the overwriteExistingProfiles flag true/false.
      Parameters:
      overwriteExistingProfiles - a boolean to set overwriteExistingProfiles in the import configuration
    • getPropertiesToOverwrite

      public List<String> getPropertiesToOverwrite()
      Retrieves the import configuration propertiesToOverwrite field.
      Returns:
      propertiesToOverwrite list.
    • setPropertiesToOverwrite

      public void setPropertiesToOverwrite(List<String> propertiesToOverwrite)
    • isHasHeader

      public boolean isHasHeader()
      Retrieves the hasHeader flag.
      Returns:
      true if the file imported by the current config has a header line.
    • setHasHeader

      public void setHasHeader(boolean hasHeader)
      Sets the hasHeader flag.
      Parameters:
      hasHeader - new value for hasHeader
    • isHasDeleteColumn

      public boolean isHasDeleteColumn()
      Retrieves the hasDeleteColumn flag.
      Returns:
      true if the file imported by the current config has a delete column.
    • setHasDeleteColumn

      public void setHasDeleteColumn(boolean hasDeleteColumn)
      Sets the hasDeleteColumn flag.
      Parameters:
      hasDeleteColumn - new value for hasDeleteColumn