Class ExchangeRate

java.lang.Object
com.portal.common.ExchangeRate

public class ExchangeRate extends Object
  • Method Details

    • isTimeWithinRange

      public boolean isTimeWithinRange(Date testTime)
      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.