Class ErrorReportAgencies

java.lang.Object
fr.gouv.vitam.functional.administration.common.ErrorReportAgencies

public class ErrorReportAgencies extends Object
error report for generate error Report when some think is wrong in import referential This class contain code in vitam-error-messages.properties, the line of the error, Object in error to import and some missingInformations for the import
  • Constructor Details

  • Method Details

    • getMissingInformations

      public String getMissingInformations()
    • setMissingInformations

      public void setMissingInformations(String missingInformations)
    • getCode

      public FileAgenciesErrorCode getCode()
    • setCode

      public void setCode(FileAgenciesErrorCode code)
    • getLine

      public int getLine()
    • setLine

      public void setLine(int line)
    • getFileAgenciesModel

      public AgenciesModel getFileAgenciesModel()
    • setFileAgenciesModel

      public void setFileAgenciesModel(AgenciesModel fileAgenciesModel)