From 7c23f453d166d396451504e26fbb385afc0c4c13 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Mon, 28 Dec 2020 17:31:33 +0100 Subject: Finishing javadoc --- javadoc/AudioBook.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'javadoc/AudioBook.html') diff --git a/javadoc/AudioBook.html b/javadoc/AudioBook.html index c8ba92e..273279c 100644 --- a/javadoc/AudioBook.html +++ b/javadoc/AudioBook.html @@ -2,7 +2,7 @@ - + AudioBook @@ -186,7 +186,7 @@ extends MusicalEl void setArtist(java.lang.String author) -
Basic method to set the author of audiobook.
+
Basic method to set the author of the audiobook.
@@ -198,7 +198,7 @@ extends MusicalEl void setGenre(Language language) -
Basic method to set the language of the audiobook using the name method from the Language object.
+
Basic method to set the language of the audiobook using the name method from the Language class.
@@ -295,7 +295,7 @@ extends MusicalEl
This method is used to give the language of the audiobook.
Returns:
-
It returns the language, which is a String because the constructor use the name method of the Language object.
+
It returns the language, which is a String because the constructor use the name method of the Language class.
See Also:
Language
@@ -311,7 +311,7 @@ extends MusicalEl
This method is used to give the category of the audiobook.
Returns:
-
It returns the category, which is a String because the constructor use the name method of the Category object.
+
It returns the category, which is a String because the constructor use the name method of the Category class.
See Also:
Category
@@ -324,7 +324,7 @@ extends MusicalEl
  • setArtist

    public void setArtist(java.lang.String author)
    -
    Basic method to set the author of audiobook.
    +
    Basic method to set the author of the audiobook.
    Parameters:
    author - String
    @@ -338,7 +338,7 @@ extends
    MusicalEl
  • setGenre

    public void setGenre(Language language)
    -
    Basic method to set the language of the audiobook using the name method from the Language object.
    +
    Basic method to set the language of the audiobook using the name method from the Language class.
    Parameters:
    language - Language
    -- cgit v1.2.3