public static class ShoppingExample.Customer extends Object
Customer(String name, int discount)
int
getDiscount()
String
getName()
void
setDiscount(int discount)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Customer(String name, int discount)
public String getName()
public int getDiscount()
public void setDiscount(int discount)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.