org.hibernate.test.typedmanytoone
Class Customer
java.lang.Object
org.hibernate.test.typedmanytoone.Customer
- All Implemented Interfaces:
- Serializable
public class Customer
- 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 |
Customer
public Customer()
getBillingAddress
public Address getBillingAddress()
setBillingAddress
public void setBillingAddress(Address billingAddress)
getCustomerId
public String getCustomerId()
setCustomerId
public void setCustomerId(String customerId)
getName
public String getName()
setName
public void setName(String name)
getShippingAddress
public Address getShippingAddress()
setShippingAddress
public void setShippingAddress(Address shippingAddress)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.