public final class BackOfficeOrderItem extends Object
Constructor and Description |
---|
BackOfficeOrderItem(Long id,
String productId,
List<BackOfficeLicense> licenses,
ZonedDateTime createdAt,
ZonedDateTime updatedAt,
Long order,
Long product) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ZonedDateTime |
getCreatedAt()
Time this order item is created at.
|
Long |
getId()
ID of the order item.
|
List<BackOfficeLicense> |
getLicenses()
Licenses associated with this order item.
|
Long |
getOrder()
Internal ID of the order this item belongs to.
|
Long |
getProduct()
Internal ID of the product this item belongs to.
|
String |
getProductId()
Internal ID of the product associated with order item.
|
ZonedDateTime |
getUpdatedAt()
Time this order item is last updated.
|
int |
hashCode() |
String |
toString() |
public BackOfficeOrderItem(Long id, String productId, List<BackOfficeLicense> licenses, ZonedDateTime createdAt, ZonedDateTime updatedAt, Long order, Long product)
public Long getId()
public String getProductId()
public List<BackOfficeLicense> getLicenses()
public ZonedDateTime getCreatedAt()
public ZonedDateTime getUpdatedAt()
public Long getOrder()
public Long getProduct()
Copyright © 2023 Cense Data Inc.. All rights reserved.