public class Customer extends AbstractPersistable implements Labeled
id| Constructor and Description |
|---|
Customer() |
Customer(long id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
String |
getName() |
void |
setName(String name) |
String |
toString() |
getId, setIdpublic Customer()
public Customer(long id,
String name)
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.