Methods in be.bastard.mtracker that return Dvd |
static Dvd |
MediaFactory.createDvd()
Factory method to create a default DVD. |
static Dvd |
MediaFactory.createDvd(Dvd.ContentType contentType)
Factory method to create a DVD with default name and specific content type. |
static Dvd |
MediaFactory.createDvd(java.lang.String title)
Factory method to create a DVD with name title and
default content type. |
static Dvd |
MediaFactory.createDvd(java.lang.String title,
Dvd.ContentType contentType)
Factory method to create a DVD with specific name and content type. |