public class CashDrawerDevice extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CashDrawerDevice.Builder
Class to build instances of
CashDrawerDevice. |
| Constructor and Description |
|---|
CashDrawerDevice(String id,
String name)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId()
Getter for Id.
|
String |
getName()
Getter for Name.
|
int |
hashCode() |
CashDrawerDevice.Builder |
toBuilder()
Builds a new
CashDrawerDevice.Builder object. |
String |
toString()
Converts this CashDrawerDevice into string format.
|
public String getId()
public String getName()
public String toString()
public CashDrawerDevice.Builder toBuilder()
CashDrawerDevice.Builder object.
Creates the instance with the state of the current model.CashDrawerDevice.Builder objectCopyright © 2022. All rights reserved.