org.hibernate.test.annotations.idmanytoone
Class Customers
java.lang.Object
org.hibernate.test.annotations.idmanytoone.Customers
- All Implemented Interfaces:
- Serializable
@Entity
public class Customers
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Customers
public Customers()
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.