public class ManufacturerType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<DetectionType> |
detection |
protected Integer |
extendedId |
protected short |
id |
protected String |
name |
protected String |
shortName |
| Constructor and Description |
|---|
ManufacturerType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<DetectionType> |
getDetection()
Gets the value of the detection property.
|
Integer |
getExtendedId()
Gets the value of the extendedId property.
|
short |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getShortName()
Gets the value of the shortName property.
|
int |
hashCode() |
void |
setExtendedId(Integer value)
Sets the value of the extendedId property.
|
void |
setId(short value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setShortName(String value)
Sets the value of the shortName property.
|
String |
toString() |
ManufacturerType |
withDetection(Collection<DetectionType> values) |
ManufacturerType |
withDetection(DetectionType... values) |
ManufacturerType |
withExtendedId(Integer value) |
ManufacturerType |
withId(short value) |
ManufacturerType |
withName(String value) |
ManufacturerType |
withShortName(String value) |
protected List<DetectionType> detection
protected short id
protected Integer extendedId
protected String name
protected String shortName
public List<DetectionType> getDetection()
DetectionTypepublic short getId()
public void setId(short value)
public Integer getExtendedId()
Integerpublic void setExtendedId(Integer value)
value - allowed object is
Integerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getShortName()
Stringpublic void setShortName(String value)
value - allowed object is
Stringpublic ManufacturerType withDetection(DetectionType... values)
public ManufacturerType withDetection(Collection<DetectionType> values)
public ManufacturerType withId(short value)
public ManufacturerType withExtendedId(Integer value)
public ManufacturerType withName(String value)
public ManufacturerType withShortName(String value)
Copyright © 2022. All rights reserved.