Class InheritanceModel


  • public class InheritanceModel
    extends java.lang.Object
    Inheritance Model POJO
    • Constructor Detail

      • InheritanceModel

        public InheritanceModel()
        Default constructor
    • 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 -