|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtheque.core.managers.persistence.Entity
org.jtheque.filmstobuy.persistence.od.abstraction.FilmToBuy
org.jtheque.filmstobuy.persistence.od.FilmToBuyImpl
public final class FilmToBuyImpl
A film to buy implementation.
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 |
---|
public FilmToBuyImpl()
Method Detail |
---|
public String getAffichableText()
getAffichableText
in class org.jtheque.core.managers.persistence.Entity
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class org.jtheque.core.managers.persistence.Entity
public boolean equals(Object obj)
equals
in class org.jtheque.core.managers.persistence.Entity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |