+ +
+ +

Class AudioBook

+
+
java.lang.Object +
musichub.business.AudioElement +
musichub.business.AudioBook
+
+
+
+
+
public class AudioBook +extends AudioElement
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AudioBook

      +
      public AudioBook(String title, + String artist, + int lengthInSeconds, + String uid, + String content, + String language, + String category)
      +
      +
    • +
    • +
      +

      AudioBook

      +
      public AudioBook(String title, + String artist, + int lengthInSeconds, + String content, + String language, + String category)
      +
      +
    • +
    • +
      +

      AudioBook

      +
      public AudioBook(Element xmlElement)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getLanguage

      +
      public Language getLanguage()
      +
      +
    • +
    • +
      +

      setLanguage

      +
      public void setLanguage(String language)
      +
      +
    • +
    • +
      +

      getCategory

      +
      public Category getCategory()
      +
      +
    • +
    • +
      +

      setCategory

      +
      public void setCategory(String category)
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      +
      Overrides:
      +
      toString in class AudioElement
      +
      +
      +
    • +
    • +
      +

      createXMLElement

      +
      public void createXMLElement(Document document, + Element parentElement)
      +
      +
      Overrides:
      +
      createXMLElement in class AudioElement
      +
      +
      +
    • +
    +
    +
  • +
+
+ +