org.jtheque.movies.persistence.od
Class CategoryImpl

java.lang.Object
  extended by org.jtheque.core.managers.persistence.Entity
      extended by org.jtheque.primary.od.abstraction.Data
          extended by org.jtheque.movies.persistence.od.abstraction.Category
              extended by org.jtheque.movies.persistence.od.CategoryImpl
All Implemented Interfaces:
Comparable<org.jtheque.core.managers.persistence.Entity>, org.jtheque.primary.view.impl.models.tree.Element

public final class CategoryImpl
extends Category

A category implementation.

Author:
Baptiste Wicht

Field Summary
 
Fields inherited from class org.jtheque.core.managers.persistence.Entity
HASHCODEPRIME
 
Constructor Summary
CategoryImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAffichableText()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.jtheque.movies.persistence.od.abstraction.Category
getTheCollection, getTitle, setTheCollection, setTitle
 
Methods inherited from class org.jtheque.primary.od.abstraction.Data
getElementName, getIcon
 
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

CategoryImpl

public CategoryImpl()
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.