Class DatePrice.DefaultDP

    • Field Detail

      • myPrice

        private final double myPrice
    • Constructor Detail

      • DefaultDP

        DefaultDP​(java.lang.CharSequence text,
                  java.time.format.DateTimeFormatter formatter,
                  double price)
      • DefaultDP

        DefaultDP​(java.lang.CharSequence text,
                  double price)
      • DefaultDP

        DefaultDP​(java.time.LocalDate key,
                  double price)
    • Method Detail