From de39259ada4f75ac987f9bd8f0674ebede75a0de Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Mon, 28 Dec 2020 16:09:37 +0100 Subject: Starting javadoc --- javadoc/Song.html | 351 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 javadoc/Song.html (limited to 'javadoc/Song.html') diff --git a/javadoc/Song.html b/javadoc/Song.html new file mode 100644 index 0000000..3f1712f --- /dev/null +++ b/javadoc/Song.html @@ -0,0 +1,351 @@ + + + + + +Song + + + + + + + + +
+ + + + + + + +
+ + + +
+

Class Song

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class Song
    +extends MusicalElement
    +
    Song is using instanciating MusicalElement and is Serializable.
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Song

        +
        public Song(java.lang.String title,
        +            int duration,
        +            java.lang.String content,
        +            java.lang.String artist,
        +            Genre genre)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getArtist

        +
        public java.lang.String getArtist()
        +
      • +
      + + + +
        +
      • +

        getGenre

        +
        public java.lang.String getGenre()
        +
      • +
      + + + +
        +
      • +

        setArtist

        +
        public void setArtist(java.lang.String artist)
        +
      • +
      + + + +
        +
      • +

        setGenre

        +
        public void setGenre(Genre genre)
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + -- cgit v1.2.3