Class ExtractionColumn
java.lang.Object
org.ametys.plugins.extraction.component.ExtractionColumn
Object representing a extraction columns
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the name of the variable controlling display of optional columnRetrieves the field pathboolean
Checks if the extraction column is optionalvoid
setDisplayOptionalName
(String displayOptionalName) Set the name of the variable controlling the display of optional columnvoid
setFieldPath
(String fieldPath) Set the field path
-
Constructor Details
-
ExtractionColumn
public ExtractionColumn()
-
-
Method Details
-
getFieldPath
Retrieves the field path- Returns:
- The field path
-
setFieldPath
Set the field path- Parameters:
fieldPath
- The field path to set
-
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
Set the name of the variable controlling the display of optional column- Parameters:
displayOptionalName
- The name of the variable
-