java.lang.Object
org.qubership.atp.mia.model.impl.executable.GeneralModel
org.qubership.atp.mia.model.impl.executable.Validation
All Implemented Interfaces:
Serializable

public class Validation extends GeneralModel
See Also:
  • Constructor Details

    • Validation

      public Validation()
      Creates Validation instance without parameters.
    • Validation

      public Validation(@Nonnull String type, @Nonnull String system, @Nonnull String value)
      Creates Validation instance with parameters.
      Parameters:
      type - type of validation
      system - system of validation
      value - value of validation
  • Method Details

    • clone

      public Validation clone()
      Clone object.
      Overrides:
      clone in class Object
      Returns:
      Validation instance
    • getTableName

      @Nonnull public String getTableName()
    • setTableName

      public Validation setTableName(@Nonnull String tableName)
      Sets tableName.
      Parameters:
      tableName - tableName
      Returns:
      Validation instance
    • getReferToCommandExecution

      @Nullable public List<String> getReferToCommandExecution()
    • setReferToCommandExecution

      public Validation setReferToCommandExecution(@Nullable List<String> referToCommandExecution)
      Sets referToCommandExecution.
      Parameters:
      referToCommandExecution - referToCommandExecution
      Returns:
      Validation instance
    • getTableMarker

      @Nullable public TableMarker getTableMarker()
    • setTableMarker

      public Validation setTableMarker(@Nullable TableMarker tableMarker)
      Sets marker.
      Parameters:
      tableMarker - tableMarker
      Returns:
      Command instance
    • getExportVariables

      @Nullable public HashMap<String,String> getExportVariables()
    • setExportVariables

      public Validation setExportVariables(@Nullable HashMap<String,String> exportVariables)
      Sets marker.
      Parameters:
      exportVariables - exportVariables
      Returns:
      Validation instance
    • isSaveToWordFile

      public boolean isSaveToWordFile()
    • setSaveToWordFile

      public void setSaveToWordFile(@Nullable boolean saveToWordFile)
    • isSaveToZipFile

      public boolean isSaveToZipFile()
    • setSaveToZipFile

      public void setSaveToZipFile(@Nullable boolean saveToZipFile)
    • toString

      public String toString()
      Overrides:
      toString in class GeneralModel