RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.model
Class EventCategory

java.lang.Object
  extended by org.richfaces.photoalbum.model.EventCategory
All Implemented Interfaces:
Serializable

@Entity
public class EventCategory
extends Object
implements Serializable

Categories of event.

EventCategory is a simple entity, used to easier filtering of information by users.

Author:
Shane Bryzak, Pete Muir
See Also:
Serialized Form

Constructor Summary
EventCategory()
           
 
Method Summary
 boolean equals(Object o)
           
 String getDescription()
           
 Long getId()
           
 int hashCode()
           
 void setDescription(String description)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventCategory

public EventCategory()
Method Detail

getId

public Long getId()

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

RichFaces Photoalbum 4.3.5.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.