Class GriffinByFormat
java.lang.Object
fr.gouv.vitam.common.model.administration.preservation.GriffinByFormat
GriffinByFormat class
-
Constructor Summary
ConstructorDescriptionGriffinByFormat
(@NotEmpty Set<String> formatList, @NotEmpty String griffinIdentifier, @NotEmpty List<ActionPreservation> actionDetail) GriffinByFormat
(DefaultGriffin defaultGriffin) -
Method Summary
Modifier and TypeMethodDescriptionlong
int
isDebug()
void
setActionDetail
(List<ActionPreservation> actionDetail) void
void
setFormatList
(Set<String> formatList) void
setGriffinIdentifier
(String griffinIdentifier) void
setMaxSize
(long maxSize) void
setTimeOut
(int timeOut) toString()
-
Constructor Details
-
GriffinByFormat
public GriffinByFormat() -
GriffinByFormat
-
GriffinByFormat
public GriffinByFormat(@NotEmpty @NotEmpty Set<String> formatList, @NotEmpty @NotEmpty String griffinIdentifier, @NotEmpty @NotEmpty List<ActionPreservation> actionDetail)
-
-
Method Details
-
getFormatList
-
setFormatList
-
getGriffinIdentifier
-
setGriffinIdentifier
-
getTimeOut
public int getTimeOut() -
setTimeOut
public void setTimeOut(int timeOut) -
getMaxSize
public long getMaxSize() -
setMaxSize
public void setMaxSize(long maxSize) -
isDebug
-
setDebug
-
getActionDetail
-
setActionDetail
-
toString
-