Class StorageTraceabilityData


  • public class StorageTraceabilityData
    extends java.lang.Object
    Tuple that contains information of a previous Storage treaceability operation (from zip file)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.time.LocalDateTime startDate
      The operation start date
      byte[] token
      The operation token.tsp content
    • Constructor Summary

      Constructors 
      Constructor Description
      StorageTraceabilityData​(byte[] token, java.time.LocalDateTime startDate)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • token

        public final byte[] token
        The operation token.tsp content
      • startDate

        public final java.time.LocalDateTime startDate
        The operation start date
    • Constructor Detail

      • StorageTraceabilityData

        public StorageTraceabilityData​(byte[] token,
                                       java.time.LocalDateTime startDate)