org.hibernate.test.annotations.idmanytoone
Class Customers

java.lang.Object
  extended by org.hibernate.test.annotations.idmanytoone.Customers
All Implemented Interfaces:
Serializable

@Entity
public class Customers
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Customers()
           
 
Method Summary
 int getCustomerID()
           
 int getORMID()
           
 Set getShoppingBasketses()
           
 void setCustomerID(int value)
           
 void setShoppingBasketses(Set value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Customers

public Customers()
Method Detail

setCustomerID

public void setCustomerID(int value)

getCustomerID

public int getCustomerID()

getORMID

public int getORMID()

setShoppingBasketses

public void setShoppingBasketses(Set value)

getShoppingBasketses

public Set getShoppingBasketses()


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.