Class InheritanceModel

java.lang.Object
fr.gouv.vitam.common.model.unit.InheritanceModel

public class InheritanceModel extends Object
Inheritance Model POJO
  • Constructor Details

    • InheritanceModel

      public InheritanceModel()
      Default constructor
  • Method Details

    • isPreventInheritance

      public Boolean isPreventInheritance()
      isPreventInheritance
      Returns:
      preventInheritance
    • setPreventInheritance

      public void setPreventInheritance(Boolean preventInheritance)
      set Prevent inheritance
      Parameters:
      preventInheritance -
    • getPreventRulesId

      public Set<String> getPreventRulesId()
      Get preventRulesId
      Returns:
      preventRulesId
    • merge

      public void merge(InheritanceModel inheritance)
      Merge inheritance
      Parameters:
      inheritance -