Class GriffinModel
java.lang.Object
fr.gouv.vitam.common.model.administration.preservation.GriffinModel
GriffinModel class
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGriffinModel
(@NotNull @NotEmpty String name, @NotNull @NotEmpty String identifier, @NotNull @NotEmpty String executableName, @NotNull @NotEmpty String executableVersion) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
void
setCreationDate
(String creationDate) void
setDescription
(String description) void
setExecutableName
(String executableName) void
setExecutableVersion
(String executableVersion) void
setIdentifier
(String identifier) void
setLastUpdate
(String lastUpdate) void
void
void
setVersion
(Integer version)
-
Field Details
-
TAG_IDENTIFIER
- See Also:
-
TAG_CREATION_DATE
- See Also:
-
TAG_LAST_UPDATE
- See Also:
-
-
Constructor Details
-
GriffinModel
public GriffinModel() -
GriffinModel
-
-
Method Details
-
getId
-
setId
-
getTenant
-
setTenant
-
getVersion
-
setVersion
-
getName
-
setName
-
getIdentifier
-
setIdentifier
-
getDescription
-
setDescription
-
getCreationDate
-
setCreationDate
-
getLastUpdate
-
setLastUpdate
-
getExecutableName
-
setExecutableName
-
getExecutableVersion
-
setExecutableVersion
-