com.basilv.examples.mutableproperties.ex4
Class Order
java.lang.Object
com.basilv.examples.mutableproperties.ex4.Order
public class Order
- extends Object
|
Constructor Summary |
Order()
|
|
Method Summary |
com.basilv.examples.mutableproperties.ex4.Customer |
getCustomer()
|
void |
setCustomer(com.basilv.examples.mutableproperties.ex4.Customer customer)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Order
public Order()
getCustomer
public com.basilv.examples.mutableproperties.ex4.Customer getCustomer()
setCustomer
public void setCustomer(com.basilv.examples.mutableproperties.ex4.Customer customer)
Java Examples available from http://www.basilv.com/psd/software Copyright © 2009 by Basil Vandegriend. All Rights Reserved.