public class ManufacturersType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
decoderDBLink |
protected List<ManufacturerType> |
manufacturer |
| Constructor and Description |
|---|
ManufacturersType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getDecoderDBLink()
Gets the value of the decoderDBLink property.
|
List<ManufacturerType> |
getManufacturer()
Gets the value of the manufacturer property.
|
int |
hashCode() |
void |
setDecoderDBLink(String value)
Sets the value of the decoderDBLink property.
|
String |
toString() |
ManufacturersType |
withDecoderDBLink(String value) |
ManufacturersType |
withManufacturer(Collection<ManufacturerType> values) |
ManufacturersType |
withManufacturer(ManufacturerType... values) |
protected List<ManufacturerType> manufacturer
protected String decoderDBLink
public List<ManufacturerType> getManufacturer()
ManufacturerTypepublic String getDecoderDBLink()
Stringpublic void setDecoderDBLink(String value)
value - allowed object is
Stringpublic ManufacturersType withManufacturer(ManufacturerType... values)
public ManufacturersType withManufacturer(Collection<ManufacturerType> values)
public ManufacturersType withDecoderDBLink(String value)
Copyright © 2022. All rights reserved.