Class ContextChangeContainer

    • Constructor Detail

      • ContextChangeContainer

        public ContextChangeContainer()
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: ChangeContainer
        The name of the top-level entity that changed, which is typically snake-cased and capitalized, i.e., "PRODUCT".
        Specified by:
        getName in interface ChangeContainer
        Returns:
        The name of the top-level entity that changed, which is typically snake-cased and capitalized, i.e., "PRODUCT"
      • getSubContainerName

        public String getSubContainerName()
        Description copied from interface: ChangeContainer
        The name of the sub-container (second-level entity), which is typically snake-cased and capitalized i.e., "PRICE_DATA".
        Specified by:
        getSubContainerName in interface ChangeContainer
        Returns:
        The name of the sub-container (second-level entity), which is typically snake-cased and capitalized, i.e., "PRICE_DATA"
      • setName

        public void setName​(String name)
        Description copied from interface: ChangeContainer
        The name of the top-level entity that changed, which is typically snake-cased and capitalized, i.e., "PRODUCT".
        Specified by:
        setName in interface ChangeContainer
        Parameters:
        name - The name of the top-level entity that changed, which is typically snake-cased and capitalized, i.e., "PRODUCT"
      • setSubContainerName

        public void setSubContainerName​(String subContainerName)
        Description copied from interface: ChangeContainer
        The name of the sub-container (second-level entity), which is typically snake-cased and capitalized i.e., "PRICE_DATA".
        Specified by:
        setSubContainerName in interface ChangeContainer
        Parameters:
        subContainerName - The name of the sub-container (second-level entity), which is typically snake-cased and capitalized, i.e., "PRICE_DATA"
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object