org.richfaces.photoalbum.model
Class EventCategory
java.lang.Object
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
EventCategory
public EventCategory()
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
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.