Class HistoryTransfer<T extends BaseTransfer>

java.lang.Object
com.echothree.util.common.transfer.HistoryTransfer<T>
All Implemented Interfaces:
Serializable

public class HistoryTransfer<T extends BaseTransfer> extends Object implements Serializable
See Also:
  • Constructor Details

    • HistoryTransfer

      public HistoryTransfer(T snapshot, Long unformattedFromTime, String fromTime, Long unformattedThruTime, String thruTime)
      Creates a new instance of HistoryTransfer
  • Method Details

    • getSnapshot

      public T getSnapshot()
      Returns the snapshot.
      Returns:
      the snapshot
    • setSnapshot

      public void setSnapshot(T snapshot)
      Sets the snapshot.
      Parameters:
      snapshot - the snapshot to set
    • getUnformattedFromTime

      Returns the unformattedFromTime.
      Returns:
      the unformattedFromTime
    • setUnformattedFromTime

      public void setUnformattedFromTime(Long unformattedFromTime)
      Sets the unformattedFromTime.
      Parameters:
      unformattedFromTime - the unformattedFromTime to set
    • getFromTime

      public String getFromTime()
      Returns the fromTime.
      Returns:
      the fromTime
    • setFromTime

      public void setFromTime(String fromTime)
      Sets the fromTime.
      Parameters:
      fromTime - the fromTime to set
    • getUnformattedThruTime

      Returns the unformattedThruTime.
      Returns:
      the unformattedThruTime
    • setUnformattedThruTime

      public void setUnformattedThruTime(Long unformattedThruTime)
      Sets the unformattedThruTime.
      Parameters:
      unformattedThruTime - the unformattedThruTime to set
    • getThruTime

      public String getThruTime()
      Returns the thruTime.
      Returns:
      the thruTime
    • setThruTime

      public void setThruTime(String thruTime)
      Sets the thruTime.
      Parameters:
      thruTime - the thruTime to set