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