Class AbstractExportProperties

java.lang.Object
com.aquima.web.config.properties.AbstractExportProperties
Direct Known Subclasses:
ExportR12Properties

public class AbstractExportProperties extends Object
  • Field Details

    • description

      protected String description
    • prefix

      protected String prefix
    • enabled

      protected boolean enabled
  • Constructor Details

    • AbstractExportProperties

      public AbstractExportProperties(String description)
  • Method Details

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getPrefix

      public String getPrefix()
    • setPrefix

      public void setPrefix(String prefix)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)