+ +
+ +

Class PlayList

+
+
java.lang.Object +
musichub.business.PlayList
+
+
+
+
public class PlayList +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      PlayList

      +
      public PlayList(String title, + String id, + ArrayList<UUID> elementUUIDs)
      +
      +
    • +
    • +
      +

      PlayList

      +
      public PlayList(String title)
      +
      +
    • +
    • +
      +

      PlayList

      +
      public PlayList(Element xmlElement)
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      addElement

      +
      public void addElement(UUID element)
      +
      +
    • +
    • +
      +

      getElements

      +
      public ArrayList<UUID> getElements()
      +
      +
    • +
    • +
      +

      getTitle

      +
      public String getTitle()
      +
      +
    • +
    • +
      +

      createXMLElement

      +
      public void createXMLElement(Document document, + Element parentElement)
      +
      +
    • +
    +
    +
  • +
+
+ +