Class DataTypeArchiveChangeRecord

    • Constructor Summary

      Constructors 
      Constructor Description
      DataTypeArchiveChangeRecord​(int type, java.lang.Object affectedObj, java.lang.Object oldValue, java.lang.Object newValue)
      Construct a new DataTypeArchiveChangeRecord; the affectedObj parameter may be null, depending on what the type parameter is.
    • Constructor Detail

      • DataTypeArchiveChangeRecord

        public DataTypeArchiveChangeRecord​(int type,
                                           java.lang.Object affectedObj,
                                           java.lang.Object oldValue,
                                           java.lang.Object newValue)
        Construct a new DataTypeArchiveChangeRecord; the affectedObj parameter may be null, depending on what the type parameter is.
        Parameters:
        type - event type
        affectedObj - the object affected by the change
        oldValue - original value
        newValue - new value
    • Method Detail

      • getObject

        public java.lang.Object getObject()
        Return the object that is the subject of this change record.
        Returns:
        Object null if this change record does not have the affected object