public static class ShoppingExample.Purchase extends Object
| Constructor and Description |
|---|
ShoppingExample.Purchase(ShoppingExample.Customer customer,
ShoppingExample.Product product) |
| Modifier and Type | Method and Description |
|---|---|
ShoppingExample.Customer |
getCustomer() |
ShoppingExample.Product |
getProduct() |
public ShoppingExample.Purchase(ShoppingExample.Customer customer, ShoppingExample.Product product)
public ShoppingExample.Customer getCustomer()
public ShoppingExample.Product getProduct()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.