Class Currency


  • public class Currency
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Currency​(Faker faker)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String code()  
      java.lang.String name()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Currency

        public Currency​(Faker faker)
    • Method Detail

      • name

        public java.lang.String name()
      • code

        public java.lang.String code()