Class ValueAddOrRemove

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.Object getValue()
      For collections of Primitives or Values it's simply an added (or removed) item.
      For collections of Entities or ValueObjects it's a GlobalId reference to an added (or removed) item.
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getValue

        public java.lang.Object getValue()
        For collections of Primitives or Values it's simply an added (or removed) item.
        For collections of Entities or ValueObjects it's a GlobalId reference to an added (or removed) item.