Class HistoryTransfer<T extends BaseTransfer>
java.lang.Object
com.echothree.util.common.transfer.HistoryTransfer<T>
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the fromTime.Returns the snapshot.Returns the thruTime.Returns the unformattedFromTime.Returns the unformattedThruTime.void
setFromTime
(String fromTime) Sets the fromTime.void
setSnapshot
(T snapshot) Sets the snapshot.void
setThruTime
(String thruTime) Sets the thruTime.void
setUnformattedFromTime
(Long unformattedFromTime) Sets the unformattedFromTime.void
setUnformattedThruTime
(Long unformattedThruTime) Sets the unformattedThruTime.
-
Constructor Details
-
Method Details
-
getSnapshot
Returns the snapshot.- Returns:
- the snapshot
-
setSnapshot
Sets the snapshot.- Parameters:
snapshot
- the snapshot to set
-
getUnformattedFromTime
Returns the unformattedFromTime.- Returns:
- the unformattedFromTime
-
setUnformattedFromTime
Sets the unformattedFromTime.- Parameters:
unformattedFromTime
- the unformattedFromTime to set
-
getFromTime
Returns the fromTime.- Returns:
- the fromTime
-
setFromTime
Sets the fromTime.- Parameters:
fromTime
- the fromTime to set
-
getUnformattedThruTime
Returns the unformattedThruTime.- Returns:
- the unformattedThruTime
-
setUnformattedThruTime
Sets the unformattedThruTime.- Parameters:
unformattedThruTime
- the unformattedThruTime to set
-
getThruTime
Returns the thruTime.- Returns:
- the thruTime
-
setThruTime
Sets the thruTime.- Parameters:
thruTime
- the thruTime to set
-