Interface TransferObject


public interface TransferObject
Interface for all objects to be transferred via a monitor derived from BaseMonitor
Author:
Dr. Thomas Bassler
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the unique identifier of the transfer object for use in the transfer history
    Gets the reference time of this object for use in the transfer history
  • Method Details

    • getIdentifier

      String getIdentifier()
      Gets the unique identifier of the transfer object for use in the transfer history
      Returns:
      the transfer object identifier
    • getReferenceTime

      Instant getReferenceTime()
      Gets the reference time of this object for use in the transfer history
      Returns:
      the transfer object reference time