aboutsummaryrefslogtreecommitdiff
path: root/javadoc/AudioBook.html
diff options
context:
space:
mode:
Diffstat (limited to 'javadoc/AudioBook.html')
-rw-r--r--javadoc/AudioBook.html14
1 files changed, 7 insertions, 7 deletions
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 @@
<!-- NewPage -->
<html lang="fr">
<head>
-<!-- Generated by javadoc (1.8.0_272) on Mon Dec 28 15:55:07 CET 2020 -->
+<!-- Generated by javadoc (1.8.0_272) on Mon Dec 28 17:30:46 CET 2020 -->
<title>AudioBook</title>
<meta name="date" content="2020-12-28">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -186,7 +186,7 @@ extends <a href="MusicalElement.html" title="class in &lt;Unnamed&gt;">MusicalEl
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="AudioBook.html#setArtist-java.lang.String-">setArtist</a></span>(java.lang.String&nbsp;author)</code>
-<div class="block">Basic method to set the author of audiobook.</div>
+<div class="block">Basic method to set the author of the audiobook.</div>
</td>
</tr>
<tr id="i4" class="altColor">
@@ -198,7 +198,7 @@ extends <a href="MusicalElement.html" title="class in &lt;Unnamed&gt;">MusicalEl
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="AudioBook.html#setGenre-Language-">setGenre</a></span>(<a href="Language.html" title="enum in &lt;Unnamed&gt;">Language</a>&nbsp;language)</code>
-<div class="block">Basic method to set the language of the audiobook using the name method from the Language object.</div>
+<div class="block">Basic method to set the language of the audiobook using the name method from the Language class.</div>
</td>
</tr>
<tr id="i6" class="altColor">
@@ -295,7 +295,7 @@ extends <a href="MusicalElement.html" title="class in &lt;Unnamed&gt;">MusicalEl
<div class="block">This method is used to give the language of the audiobook.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
-<dd>It returns the language, which is a String because the constructor use the name method of the Language object.</dd>
+<dd>It returns the language, which is a String because the constructor use the name method of the Language class.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="Language.html" title="enum in &lt;Unnamed&gt;"><code>Language</code></a></dd>
</dl>
@@ -311,7 +311,7 @@ extends <a href="MusicalElement.html" title="class in &lt;Unnamed&gt;">MusicalEl
<div class="block">This method is used to give the category of the audiobook.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
-<dd>It returns the category, which is a String because the constructor use the name method of the Category object.</dd>
+<dd>It returns the category, which is a String because the constructor use the name method of the Category class.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="Category.html" title="enum in &lt;Unnamed&gt;"><code>Category</code></a></dd>
</dl>
@@ -324,7 +324,7 @@ extends <a href="MusicalElement.html" title="class in &lt;Unnamed&gt;">MusicalEl
<li class="blockList">
<h4>setArtist</h4>
<pre>public&nbsp;void&nbsp;setArtist(java.lang.String&nbsp;author)</pre>
-<div class="block">Basic method to set the author of audiobook.</div>
+<div class="block">Basic method to set the author of the audiobook.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>author</code> - String</dd>
@@ -338,7 +338,7 @@ extends <a href="MusicalElement.html" title="class in &lt;Unnamed&gt;">MusicalEl
<li class="blockList">
<h4>setGenre</h4>
<pre>public&nbsp;void&nbsp;setGenre(<a href="Language.html" title="enum in &lt;Unnamed&gt;">Language</a>&nbsp;language)</pre>
-<div class="block">Basic method to set the language of the audiobook using the name method from the Language object.</div>
+<div class="block">Basic method to set the language of the audiobook using the name method from the Language class.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>language</code> - Language</dd>