Package org.opentcs.drivers.peripherals
Class PeripheralCommAdapterDescription
java.lang.Object
org.opentcs.drivers.peripherals.PeripheralCommAdapterDescription
- All Implemented Interfaces:
java.io.Serializable
public abstract class PeripheralCommAdapterDescription
extends java.lang.Object
implements java.io.Serializable
Provides the description for a peripheral communication adapter.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PeripheralCommAdapterDescription() -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)abstract java.lang.StringgetDescription()Returns the description for a peripheral communication adapter.inthashCode()
-
Constructor Details
-
PeripheralCommAdapterDescription
public PeripheralCommAdapterDescription()
-
-
Method Details
-
getDescription
@Nonnull public abstract java.lang.String getDescription()Returns the description for a peripheral communication adapter.- Returns:
- The description for a peripheral communication adapter.
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-