Class AssignmentOrigin

  • All Implemented Interfaces:
    Serializable

    public class AssignmentOrigin
    extends Object
    implements Serializable
    Describes assignment origin e.g. if it's in object old, current, or in delta; if it's virtual or not. This is a stripped-down version back-ported from 4.4 to 4.0.x in order to fix MID-7317. (By providing a serious way of knowing what assignments were really added and deleted during clockwork run.)
    See Also:
    Serialized Form
    • Method Detail

      • isVirtual

        public boolean isVirtual()
      • isNew

        public boolean isNew()
      • setNew

        public void setNew​(boolean value)
      • isCurrent

        public boolean isCurrent()
      • isOld

        public boolean isOld()
      • isInDelta

        public boolean isInDelta()