Class DefaultGriffin
java.lang.Object
fr.gouv.vitam.common.model.administration.preservation.DefaultGriffin
DefaultGriffin class
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultGriffin(@NotEmpty String griffinIdentifier, @NotEmpty List<ActionPreservation> actionDetail) -
Method Summary
Modifier and TypeMethodDescriptionlongintisDebug()voidsetActionDetail(List<ActionPreservation> actionDetail) voidvoidsetGriffinIdentifier(String griffinIdentifier) voidsetMaxSize(long maxSize) voidsetTimeOut(int timeOut)
-
Constructor Details
-
DefaultGriffin
public DefaultGriffin() -
DefaultGriffin
public DefaultGriffin(@NotEmpty @NotEmpty String griffinIdentifier, @NotEmpty @NotEmpty List<ActionPreservation> actionDetail)
-
-
Method Details
-
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
-