org.hibernate.test.annotations.tableperclass
Class Component

java.lang.Object
  extended by org.hibernate.test.annotations.tableperclass.Component
Direct Known Subclasses:
Product

@Entity(name="xpmComponent")
public abstract class Component
extends Object


Constructor Summary
Component()
           
 
Method Summary
 Long getId()
           
 Long getManufacturerId()
           
 String getManufacturerPartNumber()
           
 void setId(Long id)
           
 void setManufacturerId(Long manufacturerId)
           
 void setManufacturerPartNumber(String manufacturerPartNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Component

public Component()
Method Detail

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.