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, setId
public Customer()
public Customer(long id, String name)
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.