Class ReconstructionItem

java.lang.Object
fr.gouv.vitam.functional.administration.common.ReconstructionItem

public class ReconstructionItem extends Object
Description of reconstruction item model.
  • Constructor Details

    • ReconstructionItem

      public ReconstructionItem()
      Constructor.
  • Method Details

    • getCollection

      public String getCollection()
      Get the collection of the profile
      Returns:
      collection as String
    • setCollection

      public ReconstructionItem setCollection(String collection)
      Set the collection of the profile This value must be unique by tenant
      Parameters:
      collection - as String
      Returns:
      this
    • getTenants

      public List<Integer> getTenants()
      Get tenants
      Returns:
      tenants
    • setTenants

      public ReconstructionItem setTenants(List<Integer> tenants)
      Set or change tenants
      Parameters:
      tenants -
      Returns:
      this