Class PreservationScenarioModel
java.lang.Object
fr.gouv.vitam.common.model.administration.preservation.PreservationScenarioModel
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPreservationScenarioModel
(@NotEmpty String name, @NotEmpty String identifier, @NotEmpty List<ActionTypePreservation> actionList, @NotEmpty List<GriffinByFormat> griffinByFormat, @NotEmpty DefaultGriffin defaultGriffin) -
Method Summary
Modifier and TypeMethodDescriptiongetGriffinByFormat
(String format) getGriffinIdentifierByFormat
(String format) getId()
getName()
void
setActionList
(List<ActionTypePreservation> actionList) void
setCreationDate
(String creationDate) void
setDefaultGriffin
(DefaultGriffin defaultGriffin) void
setDescription
(String description) void
setGriffinByFormat
(List<GriffinByFormat> griffinByFormat) void
void
setIdentifier
(String identifier) void
setLastUpdate
(String lastUpdate) void
void
void
setVersion
(Integer version) toString()
-
Field Details
-
TAG_IDENTIFIER
- See Also:
-
TAG_CREATION_DATE
- See Also:
-
TAG_LAST_UPDATE
- See Also:
-
-
Constructor Details
-
PreservationScenarioModel
public PreservationScenarioModel() -
PreservationScenarioModel
public PreservationScenarioModel(@NotEmpty @NotEmpty String name, @NotEmpty @NotEmpty String identifier, @NotEmpty @NotEmpty List<ActionTypePreservation> actionList, @NotEmpty @NotEmpty List<GriffinByFormat> griffinByFormat, @NotEmpty @NotEmpty DefaultGriffin defaultGriffin)
-
-
Method Details
-
getId
-
setId
-
getTenant
-
setTenant
-
getVersion
-
setVersion
-
getName
-
setName
-
getIdentifier
-
setIdentifier
-
getDescription
-
setDescription
-
getCreationDate
-
setCreationDate
-
getLastUpdate
-
setLastUpdate
-
getActionList
-
setActionList
-
getGriffinByFormat
-
setGriffinByFormat
-
getDefaultGriffin
-
setDefaultGriffin
-
getGriffinIdentifierByFormat
-
getGriffinByFormat
-
getAllGriffinIdentifiers
-
toString
-