public class VendorDatum extends Object
| Constructor and Description |
|---|
VendorDatum() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Product |
getProduct()
(Required)
|
String |
getVendorName()
(Required)
|
int |
hashCode() |
void |
setProduct(Product product)
(Required)
|
void |
setVendorName(String vendorName)
(Required)
|
String |
toString() |
Copyright © 2012–2020 OWASP. All rights reserved.