@Entity public class Vendor extends Object
| Constructor and Description |
|---|
Vendor() |
Vendor(Integer id,
String name,
String billingEntity) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBillingEntity() |
Integer |
getId() |
String |
getName() |
void |
setBillingEntity(String billingEntity) |
void |
setId(Integer id) |
void |
setName(String name) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.