org.hibernate.test.filter
Class Category

java.lang.Object
  extended by org.hibernate.test.filter.Category

public class Category
extends Object

Implementation of Category.


Constructor Summary
Category()
           
Category(String name)
           
Category(String name, Date effectiveStartDate, Date effectiveEndDate)
           
 
Method Summary
 boolean equals(Object o)
           
 Date getEffectiveEndDate()
           
 Date getEffectiveStartDate()
           
 Long getId()
           
 String getName()
           
 Set getProducts()
           
 int hashCode()
           
 void setEffectiveEndDate(Date effectiveEndDate)
           
 void setEffectiveStartDate(Date effectiveStartDate)
           
 void setId(Long id)
           
 void setName(String name)
           
 void setProducts(Set products)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Category

public Category()

Category

public Category(String name)

Category

public Category(String name,
                Date effectiveStartDate,
                Date effectiveEndDate)
Method Detail

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.