Package de.dlr.proseo.api.basemon
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 TypeMethodDescriptionGets the unique identifier of the transfer object for use in the transfer historyGets 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
-