Class ReconstructionItem


  • public class ReconstructionItem
    extends java.lang.Object
    Description of reconstruction item model.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCollection()
      Get the collection of the profile
      java.util.List<java.lang.Integer> getTenants()
      Get tenants
      ReconstructionItem setCollection​(java.lang.String collection)
      Set the collection of the profile This value must be unique by tenant
      ReconstructionItem setTenants​(java.util.List<java.lang.Integer> tenants)
      Set or change tenants
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReconstructionItem

        public ReconstructionItem()
        Constructor.
    • 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