Class RhythmProvider.Info

java.lang.Object
org.jjazz.rhythm.spi.RhythmProvider.Info
Enclosing interface:
RhythmProvider

public static class RhythmProvider.Info extends Object
RhythmProvider descriptive information.
  • Constructor Details

    • Info

      public Info(String uniqueId, String name, String description, String author, String version)
      Parameters:
      uniqueId -
      name - Must be a non empty string (spaces are trimmed).
      description -
      author -
      version -
  • Method Details

    • getDescription

      public String getDescription()
    • getName

      public String getName()
    • getAuthor

      public String getAuthor()
    • getVersion

      public String getVersion()
    • getUniqueId

      public String getUniqueId()
      A unique identification string that can be used in serialization to store/retrieve a RhythmProvider instance.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object