public class OrderEntry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderEntry.Builder
Class to build instances of
OrderEntry. |
| Constructor and Description |
|---|
OrderEntry(String orderId,
Integer version,
String locationId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLocationId()
Getter for LocationId.
|
String |
getOrderId()
Getter for OrderId.
|
Integer |
getVersion()
Getter for Version.
|
int |
hashCode() |
OrderEntry.Builder |
toBuilder()
Builds a new
OrderEntry.Builder object. |
String |
toString()
Converts this OrderEntry into string format.
|
public String getOrderId()
public Integer getVersion()
public String getLocationId()
public String toString()
public OrderEntry.Builder toBuilder()
OrderEntry.Builder object.
Creates the instance with the state of the current model.OrderEntry.Builder objectCopyright © 2022. All rights reserved.