org.hibernate.test.typedmanytoone
Class Customer

java.lang.Object
  extended by org.hibernate.test.typedmanytoone.Customer
All Implemented Interfaces:
Serializable

public class Customer
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Customer()
           
 
Method Summary
 Address getBillingAddress()
           
 String getCustomerId()
           
 String getName()
           
 Address getShippingAddress()
           
 void setBillingAddress(Address billingAddress)
           
 void setCustomerId(String customerId)
           
 void setName(String name)
           
 void setShippingAddress(Address shippingAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Customer

public Customer()
Method Detail

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.