Package com.portal.common
Class ExchangeRate
java.lang.Object
com.portal.common.ExchangeRate
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisTimeWithinRange(Date testTime) Determine if tTestTime is within the time range for this rate.voidlogRate()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.
-