Class ReconstructionItem
java.lang.Object
fr.gouv.vitam.functional.administration.common.ReconstructionItem
Description of reconstruction item model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the collection of the profileGet tenantssetCollection
(String collection) Set the collection of the profile This value must be unique by tenantsetTenants
(List<Integer> tenants) Set or change tenants
-
Constructor Details
-
ReconstructionItem
public ReconstructionItem()Constructor.
-
-
Method Details
-
getCollection
Get the collection of the profile- Returns:
- collection as String
-
setCollection
Set the collection of the profile This value must be unique by tenant- Parameters:
collection
- as String- Returns:
- this
-
getTenants
Get tenants- Returns:
- tenants
-
setTenants
Set or change tenants- Parameters:
tenants
-- Returns:
- this
-