Class Music


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

      Constructors 
      Modifier Constructor Description
      protected Music​(Faker faker)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String chord()  
      java.lang.String genre()  
      java.lang.String instrument()  
      java.lang.String key()  
      • Methods inherited from class java.lang.Object

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

      • Music

        protected Music​(Faker faker)
    • Method Detail

      • instrument

        public java.lang.String instrument()
      • key

        public java.lang.String key()
      • chord

        public java.lang.String chord()
      • genre

        public java.lang.String genre()