Class LogbookCheckError

java.lang.Object
fr.gouv.vitam.logbook.common.model.coherence.LogbookCheckError
All Implemented Interfaces:
Serializable

public class LogbookCheckError extends Object implements Serializable
Description of LogbookCheckResult model.
See Also:
  • Constructor Details

    • LogbookCheckError

      public LogbookCheckError()
    • LogbookCheckError

      public LogbookCheckError(String operationId, String lfcId, String checkedProperty, String savedLogbookMsg, String expectedLogbookMsg)
      LogbookCheckResult constructor.
      Parameters:
      operationId -
      lfcId -
      checkedProperty -
      savedLogbookMsg -
      expectedLogbookMsg -
  • Method Details

    • getOperationId

      public String getOperationId()
    • setOperationId

      public void setOperationId(String operationId)
    • getLfcId

      public String getLfcId()
    • setLfcId

      public void setLfcId(String lfcId)
    • getCheckedProperty

      public String getCheckedProperty()
    • setCheckedProperty

      public void setCheckedProperty(String checkedProperty)
    • getSavedLogbookMsg

      public String getSavedLogbookMsg()
    • setSavedLogbookMsg

      public void setSavedLogbookMsg(String savedLogbookMsg)
    • getExpectedLogbookMsg

      public String getExpectedLogbookMsg()
    • setExpectedLogbookMsg

      public void setExpectedLogbookMsg(String expectedLogbookMsg)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object