public class Customer extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getAgeInYears() |
String |
getName() |
int |
hashCode() |
String |
toString() |
public Customer(String name, int ageInYears)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.