Class Fortune

Object
Fortune

public class Fortune extends Object
Author:
maartenl
  • Constructor Details

    • Fortune

      public Fortune(String name, int copper)
  • Method Details

    • getCopper

      public Integer getCopper()
    • getGold

      public Integer getGold()
    • getSilver

      public Integer getSilver()
    • getName

      public String getName()