Package fr.gouv.vitam.common.model.unit
Class InheritanceModel
- java.lang.Object
-
- fr.gouv.vitam.common.model.unit.InheritanceModel
-
public class InheritanceModel extends java.lang.Object
Inheritance Model POJO
-
-
Constructor Summary
Constructors Constructor Description InheritanceModel()
Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>
getPreventRulesId()
Get preventRulesIdjava.lang.Boolean
isPreventInheritance()
isPreventInheritancevoid
merge(InheritanceModel inheritance)
Merge inheritancevoid
setPreventInheritance(java.lang.Boolean preventInheritance)
set Prevent inheritance
-
-
-
Method Detail
-
isPreventInheritance
public java.lang.Boolean isPreventInheritance()
isPreventInheritance- Returns:
- preventInheritance
-
setPreventInheritance
public void setPreventInheritance(java.lang.Boolean preventInheritance)
set Prevent inheritance- Parameters:
preventInheritance
-
-
getPreventRulesId
public java.util.Set<java.lang.String> getPreventRulesId()
Get preventRulesId- Returns:
- preventRulesId
-
merge
public void merge(InheritanceModel inheritance)
Merge inheritance- Parameters:
inheritance
-
-
-