org.hibernate.test.filter
Class Category
java.lang.Object
org.hibernate.test.filter.Category
public class Category
- extends Object
Implementation of Category.
Category
public Category()
Category
public Category(String name)
Category
public Category(String name,
Date effectiveStartDate,
Date effectiveEndDate)
getId
public Long getId()
setId
public void setId(Long id)
getName
public String getName()
setName
public void setName(String name)
getEffectiveStartDate
public Date getEffectiveStartDate()
setEffectiveStartDate
public void setEffectiveStartDate(Date effectiveStartDate)
getEffectiveEndDate
public Date getEffectiveEndDate()
setEffectiveEndDate
public void setEffectiveEndDate(Date effectiveEndDate)
getProducts
public Set getProducts()
setProducts
public void setProducts(Set products)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.