Package com.portal.common
Class ExchangeRate
java.lang.Object
com.portal.common.ExchangeRate
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isTimeWithinRange
(Date testTime) Determine if tTestTime is within the time range for this rate.void
logRate()
Log the rate to the default log file using the "debug" log level.
-
Method Details
-
isTimeWithinRange
Determine if tTestTime is within the time range for this rate.- Parameters:
testTime
- Time to test against the time range.- Returns:
- Return true if testTime is within the time range for this rate, otherwise return false.
-
logRate
public void logRate()Log the rate to the default log file using the "debug" log level.
-