public class Track
extends java.lang.Object
Constructor and Description |
---|
Track()
The default constructor of the object.
|
Track(org.w3c.dom.Element trackElement)
Constructs a new Track object, by parsing the xml element from the DB.
|
Modifier and Type | Method and Description |
---|---|
Interpreter |
getInterpreter()
Returns the interpreter of the track.
|
java.lang.String |
getTitle()
Returns the title of the track.
|
void |
setInterpreter(Interpreter interpreter)
Sets the interpreter of the track.
|
void |
setTitle(java.lang.String title)
Sets the title of the track.
|
java.lang.String |
toString()
Overrides toString of java.lang.Object.
|
public Track()
public Track(org.w3c.dom.Element trackElement)
trackElement
- The xml element from the DB of this Track object.public Interpreter getInterpreter()
public void setInterpreter(Interpreter interpreter)
interpreter
- The interpreter of the track.public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- The title of the track.public java.lang.String toString()
toString
in class java.lang.Object