Class ExtractionColumn

java.lang.Object
org.ametys.plugins.extraction.component.ExtractionColumn

public class ExtractionColumn extends Object
Object representing a extraction columns
  • Constructor Details

  • Method Details

    • getFieldPath

      public String getFieldPath()
      Retrieves the field path
      Returns:
      The field path
    • setFieldPath

      public void setFieldPath(String fieldPath)
      Set the field path
      Parameters:
      fieldPath - The field path to set
    • isOptional

      public boolean isOptional()
      Checks if the extraction column is optional
      Returns:
      true if the column is optional, false otherwise
    • getDisplayOptionalName

      Retrieves the name of the variable controlling display of optional column
      Returns:
      The name of the variable
    • setDisplayOptionalName

      public void setDisplayOptionalName(String displayOptionalName)
      Set the name of the variable controlling the display of optional column
      Parameters:
      displayOptionalName - The name of the variable