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 boolean
equals(java.lang.Object obj)
abstract java.lang.String
getDescription()
Returns the description for a peripheral communication adapter.int
hashCode()
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-