be.bastard.mtracker
Class Dvd

java.lang.Object
  extended by be.bastard.mtracker.AbstractMediaItem
      extended by be.bastard.mtracker.Dvd
All Implemented Interfaces:
MediaItem, java.lang.Comparable<MediaItem>

public class Dvd
extends AbstractMediaItem

Created by IntelliJ IDEA. User: rls Date: 6-feb-2006 Time: 15:36:06 To change this template use File | Settings | File Templates.


Nested Class Summary
static class Dvd.ContentType
           
 
Field Summary
protected  Dvd.ContentType contentType
           
protected  java.lang.String title
           
 
Fields inherited from class be.bastard.mtracker.AbstractMediaItem
id
 
Constructor Summary
Dvd(java.lang.String title, Dvd.ContentType content)
           
 
Method Summary
 boolean equals(MediaItem item)
           
 Dvd.ContentType getContentType()
           
 java.lang.String getTitle()
           
 
Methods inherited from class be.bastard.mtracker.AbstractMediaItem
compareTo, equals, getId, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

protected java.lang.String title

contentType

protected Dvd.ContentType contentType
Constructor Detail

Dvd

public Dvd(java.lang.String title,
           Dvd.ContentType content)
Method Detail

equals

public boolean equals(MediaItem item)
Specified by:
equals in interface MediaItem
Overrides:
equals in class AbstractMediaItem

getTitle

public java.lang.String getTitle()

getContentType

public Dvd.ContentType getContentType()


Copyright 2006 null. All Rights Reserved.