org.jtheque.filmstobuy.persistence.od
Class FilmToBuyImpl

java.lang.Object
  extended by org.jtheque.core.managers.persistence.Entity
      extended by org.jtheque.filmstobuy.persistence.od.abstraction.FilmToBuy
          extended by org.jtheque.filmstobuy.persistence.od.FilmToBuyImpl
All Implemented Interfaces:
Comparable<org.jtheque.core.managers.persistence.Entity>

public final class FilmToBuyImpl
extends FilmToBuy

A film to buy implementation.

Author:
Baptiste Wicht

Field Summary
 
Fields inherited from class org.jtheque.core.managers.persistence.Entity
HASHCODEPRIME
 
Constructor Summary
FilmToBuyImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAffichableText()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.jtheque.filmstobuy.persistence.od.abstraction.FilmToBuy
getDate, getTitle, setDate, setTitle
 
Methods inherited from class org.jtheque.core.managers.persistence.Entity
compareTo, getId, getTemporaryContext, isSaved, restoreMemento, saveToMemento, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilmToBuyImpl

public FilmToBuyImpl()
Method Detail

getAffichableText

public String getAffichableText()
Specified by:
getAffichableText in class org.jtheque.core.managers.persistence.Entity

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Specified by:
hashCode in class org.jtheque.core.managers.persistence.Entity

equals

public boolean equals(Object obj)
Specified by:
equals in class org.jtheque.core.managers.persistence.Entity


Copyright © 2009 JTheque. All Rights Reserved.