Class GBP

java.lang.Object
com.truebubo.maniflow.money.CurrencyTypes.Money<GBP>
com.truebubo.maniflow.money.CurrencyTypes.GBP

public final class GBP extends Money<GBP>
British pound
  • Field Details

    • Penny

      public static final GBP Penny
      Small unit of currency
    • Pound

      public static final GBP Pound
      Large unit of currency
  • Method Details

    • make

      public GBP make(BigDecimal amount)
      Description copied from class: Money
      Used to force children to give us their instance
      Specified by:
      make in class Money<GBP>
      Parameters:
      amount - How much of a currency do we own
      Returns:
      Money in given currency