org.hibernate.test.filter
Class Product
java.lang.Object
org.hibernate.test.filter.Product
public class Product
- extends Object
Product
public Product()
getId
public Long getId()
setId
public void setId(Long id)
getName
public String getName()
setName
public void setName(String name)
getOrderLineItems
public Set getOrderLineItems()
setOrderLineItems
public void setOrderLineItems(Set orderLineItems)
getStockNumber
public int getStockNumber()
setStockNumber
public void setStockNumber(int stockNumber)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
getEffectiveStartDate
public Date getEffectiveStartDate()
setEffectiveStartDate
public void setEffectiveStartDate(Date effectiveStartDate)
getEffectiveEndDate
public Date getEffectiveEndDate()
setEffectiveEndDate
public void setEffectiveEndDate(Date effectiveEndDate)
getWeightPounds
public double getWeightPounds()
setWeightPounds
public void setWeightPounds(double weightPounds)
getCategories
public Set getCategories()
setCategories
public void setCategories(Set categories)
addCategory
public void addCategory(Category category)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.