org.jtheque.filmstobuy.persistence.od.impl
Class FilmToBuyImpl

java.lang.Object
  extended by org.jtheque.core.managers.persistence.AbstractEntity
      extended by org.jtheque.filmstobuy.persistence.od.impl.AbstractFilmToBuy
          extended by org.jtheque.filmstobuy.persistence.od.impl.FilmToBuyImpl
All Implemented Interfaces:
Comparable<org.jtheque.core.managers.persistence.able.Entity>, org.jtheque.core.managers.persistence.able.Entity, FilmToBuy

public final class FilmToBuyImpl
extends AbstractFilmToBuy

A film to buy implementation.

Author:
Baptiste Wicht

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

Constructor Detail

FilmToBuyImpl

public FilmToBuyImpl()
Method Detail

getDisplayableText

public String getDisplayableText()

toString

public String toString()
Overrides:
toString in class Object

hashCode

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

equals

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


Copyright © 2010 JTheque. All Rights Reserved.