Class DirectMapChangeRecord

    • Field Detail

      • addObjectsList

        protected java.util.HashMap addObjectsList
      • removeObjectsList

        protected java.util.HashMap removeObjectsList
    • Constructor Detail

      • DirectMapChangeRecord

        public DirectMapChangeRecord()
      • DirectMapChangeRecord

        public DirectMapChangeRecord​(ObjectChangeSet owner)
    • Method Detail

      • hasChanges

        public boolean hasChanges()
        Returns true if the change set has changes.
      • addAdditionChange

        public void addAdditionChange​(java.util.HashMap additions)
        Adds the items that were added to the collection.
      • addRemoveChange

        public void addRemoveChange​(java.util.HashMap subtractions)
        Adds the items that were removed from the collection.
      • addAdditionChange

        public void addAdditionChange​(java.lang.Object key,
                                      java.lang.Object value)
        Adds the items that were added to the collection.
      • addRemoveChange

        public void addRemoveChange​(java.lang.Object key,
                                    java.lang.Object value)
        Adds the items that were removed from the collection.
      • setAddObjects

        public void setAddObjects​(java.util.HashMap addObjects)
        Sets the added items list.
      • getAddObjects

        public java.util.HashMap getAddObjects()
        Returns the added items list.
      • setRemoveObjects

        public void setRemoveObjects​(java.util.HashMap removeObjects)
        Sets the removed items list.
      • getRemoveObjects

        public java.util.HashMap getRemoveObjects()
        Returns the removed items list.