Class ReconstructionItem
- java.lang.Object
-
- fr.gouv.vitam.functional.administration.common.ReconstructionItem
-
public class ReconstructionItem extends java.lang.ObjectDescription of reconstruction item model.
-
-
Constructor Summary
Constructors Constructor Description ReconstructionItem()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCollection()Get the collection of the profilejava.util.List<java.lang.Integer>getTenants()Get tenantsReconstructionItemsetCollection(java.lang.String collection)Set the collection of the profile This value must be unique by tenantReconstructionItemsetTenants(java.util.List<java.lang.Integer> tenants)Set or change tenants
-
-
-
Method Detail
-
getCollection
public java.lang.String getCollection()
Get the collection of the profile- Returns:
- collection as String
-
setCollection
public ReconstructionItem setCollection(java.lang.String collection)
Set the collection of the profile This value must be unique by tenant- Parameters:
collection- as String- Returns:
- this
-
getTenants
public java.util.List<java.lang.Integer> getTenants()
Get tenants- Returns:
- tenants
-
setTenants
public ReconstructionItem setTenants(java.util.List<java.lang.Integer> tenants)
Set or change tenants- Parameters:
tenants-- Returns:
- this
-
-