Class RealizedActivity
java.lang.Object
com.technia.dsx.threedspace.mfg.item.RealizedActivity
Represents a realized activity in a realized changes query.
Contains the "what" (what object was changed), "before" (the previous state), and "operation" (list of operations performed).
- Since:
- 2024-01-15
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RealizedActivity
public RealizedActivity()
-
-
Method Details
-
getWhat
public com.technia.dsx.app.model.Referable getWhat() -
setWhat
public void setWhat(com.technia.dsx.app.model.Referable what) -
getBefore
public com.technia.dsx.app.model.Referable getBefore() -
setBefore
public void setBefore(com.technia.dsx.app.model.Referable before) -
getOperation
-
setOperation
-