Skip navigation links
A C D F G I S T 

A

addAlbum(String) - Method in class ch.e2e.examples.complex.TrackResult
Adds a album.
Album - Class in ch.e2e.examples.complex
Holds all information of an album.
Album() - Constructor for class ch.e2e.examples.complex.Album
The default constructor of the object.
Album(Element) - Constructor for class ch.e2e.examples.complex.Album
Constructs a new Album object, by parsing the xml element from the DB.
AlbumDB - Class in ch.e2e.examples.complex
Holds the list of all albums.

C

ch.e2e.examples.complex - package ch.e2e.examples.complex
This package contains all classes used in the ComplexTypes example of the E2E Bridge Java AddOn.
containsSong(String, String) - Method in class ch.e2e.examples.complex.Album
 

D

DBSearch - Class in ch.e2e.examples.complex
This class offers you a few methods to search the CD DB.
DBSearch() - Constructor for class ch.e2e.examples.complex.DBSearch
 

F

findAlbum(String, String) - Method in class ch.e2e.examples.complex.AlbumDB
Retrieves the album wih the given title from the given interpreter.
findAlbum(String, String) - Static method in class ch.e2e.examples.complex.DBSearch
Retrieves the album wih the given title from the given interpreter.
findSongAlbum(String, String) - Method in class ch.e2e.examples.complex.AlbumDB
Retrieves the album wih the given song of the given interpreter.
findSongAlbum(String, String) - Static method in class ch.e2e.examples.complex.DBSearch
Retrieves the album wih the given song of the given interpreter.
findSongs(String) - Method in class ch.e2e.examples.complex.AlbumDB
Retrieves all songs of the given interpreter.
findSongs(String) - Static method in class ch.e2e.examples.complex.DBSearch
Retrieves all songs of the given interpreter.

G

getAlbums() - Method in class ch.e2e.examples.complex.TrackResult
Returns all albums.
getAllInterpreter() - Method in class ch.e2e.examples.complex.AlbumDB
Returns all existing interpreter.
getAllInterpreter() - Static method in class ch.e2e.examples.complex.DBSearch
Retrieves all existing interpreter.
getFirstname() - Method in class ch.e2e.examples.complex.Interpreter
Returns the firstname of the interpreter.
getFullname() - Method in class ch.e2e.examples.complex.Interpreter
Returns the fullname of the interpreter.
getInstance() - Static method in class ch.e2e.examples.complex.AlbumDB
Returns the instance of this class.
getInterpreter() - Method in class ch.e2e.examples.complex.Album
Returns the interpreter of the album.
getInterpreter() - Method in class ch.e2e.examples.complex.Track
Returns the interpreter of the track.
getLabel() - Method in class ch.e2e.examples.complex.Album
Returns the label of the album.
getLastname() - Method in class ch.e2e.examples.complex.Interpreter
Returns the lastname of the interpreter.
getTitle() - Method in class ch.e2e.examples.complex.Album
Returns the title of the album.
getTitle() - Method in class ch.e2e.examples.complex.Track
Returns the title of the track.
getTrack() - Method in class ch.e2e.examples.complex.TrackResult
Returns the track.
getTracks() - Method in class ch.e2e.examples.complex.Album
Returns the tracks of the album.
getYear() - Method in class ch.e2e.examples.complex.Album
Returns the year of recording the album.

I

Interpreter - Class in ch.e2e.examples.complex
Holds the infomation of the interpreter of an album or song.
Interpreter() - Constructor for class ch.e2e.examples.complex.Interpreter
The default constructor of the object.
Interpreter(String) - Constructor for class ch.e2e.examples.complex.Interpreter
Constructs a new interpreter object with the name from the DB.

S

setAlbums(String[]) - Method in class ch.e2e.examples.complex.TrackResult
Sets the albums.
setFirstname(String) - Method in class ch.e2e.examples.complex.Interpreter
Sets the firstname of the interpreter.
setFullname(String) - Method in class ch.e2e.examples.complex.Interpreter
Sets the fullname of the interpreter.
setInterpreter(Interpreter) - Method in class ch.e2e.examples.complex.Album
Sets the interpreter of the album.
setInterpreter(Interpreter) - Method in class ch.e2e.examples.complex.Track
Sets the interpreter of the track.
setLabel(String) - Method in class ch.e2e.examples.complex.Album
Sets the label of the album.
setLastname(String) - Method in class ch.e2e.examples.complex.Interpreter
Sets the lastname of the interpreter.
setTitle(String) - Method in class ch.e2e.examples.complex.Album
Sets the title of the album.
setTitle(String) - Method in class ch.e2e.examples.complex.Track
Sets the title of the track.
setTrack(Track) - Method in class ch.e2e.examples.complex.TrackResult
Sets the track.
setTracks(Track[]) - Method in class ch.e2e.examples.complex.Album
The tracks of the album.
setYear(int) - Method in class ch.e2e.examples.complex.Album
Sets the year of recording the album.

T

toString() - Method in class ch.e2e.examples.complex.Interpreter
Overrides toString of java.lang.Object.
toString() - Method in class ch.e2e.examples.complex.Track
Overrides toString of java.lang.Object.
Track - Class in ch.e2e.examples.complex
Holds the information of a track.
Track() - Constructor for class ch.e2e.examples.complex.Track
The default constructor of the object.
Track(Element) - Constructor for class ch.e2e.examples.complex.Track
Constructs a new Track object, by parsing the xml element from the DB.
TrackResult - Class in ch.e2e.examples.complex
Contains the track and the names of all albums where the song is found.
TrackResult() - Constructor for class ch.e2e.examples.complex.TrackResult
 
A C D F G I S T 
Skip navigation links