java.lang.Object
fr.gouv.vitam.common.model.administration.preservation.GriffinByFormat

public class GriffinByFormat extends Object
GriffinByFormat class
  • Constructor Details

    • GriffinByFormat

      public GriffinByFormat()
    • GriffinByFormat

      public GriffinByFormat(DefaultGriffin defaultGriffin)
    • GriffinByFormat

      public GriffinByFormat(@NotEmpty @NotEmpty Set<String> formatList, @NotEmpty @NotEmpty String griffinIdentifier, @NotEmpty @NotEmpty List<ActionPreservation> actionDetail)
  • Method Details

    • getFormatList

      public Set<String> getFormatList()
    • setFormatList

      public void setFormatList(Set<String> formatList)
    • getGriffinIdentifier

      public String getGriffinIdentifier()
    • setGriffinIdentifier

      public void setGriffinIdentifier(String griffinIdentifier)
    • getTimeOut

      public int getTimeOut()
    • setTimeOut

      public void setTimeOut(int timeOut)
    • getMaxSize

      public long getMaxSize()
    • setMaxSize

      public void setMaxSize(long maxSize)
    • isDebug

      public Boolean isDebug()
    • setDebug

      public void setDebug(Boolean debug)
    • getActionDetail

      public List<ActionPreservation> getActionDetail()
    • setActionDetail

      public void setActionDetail(List<ActionPreservation> actionDetail)
    • toString

      public String toString()
      Overrides:
      toString in class Object