org.hibernate.test.annotations.tableperclass
Class Component
java.lang.Object
org.hibernate.test.annotations.tableperclass.Component
- Direct Known Subclasses:
- Product
@Entity(name="xpmComponent")
public abstract class Component
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Component
public Component()
setId
public void setId(Long id)
getId
public Long getId()
getManufacturerPartNumber
public String getManufacturerPartNumber()
getManufacturerId
public Long getManufacturerId()
setManufacturerId
public void setManufacturerId(Long manufacturerId)
setManufacturerPartNumber
public void setManufacturerPartNumber(String manufacturerPartNumber)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.