public interface ProductLike<T,O> extends ResourceView<T,O>, ProductIdentifiable, WithKey
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Key of the product.
|
Reference<ProductType> |
getProductType() |
ReviewRatingStatistics |
getReviewRatingStatistics() |
Reference<State> |
getState() |
Reference<TaxCategory> |
getTaxCategory() |
getCreatedAt, getId, getLastModifiedAt, getVersiongetIdReference<ProductType> getProductType()
@Nullable Reference<TaxCategory> getTaxCategory()
@Nullable ReviewRatingStatistics getReviewRatingStatistics()
@Nullable String getKey()
getKey in interface WithKeySetKey,
ProductByKeyGet,
ProductProjectionByKeyGet,
ProductDeleteCommand.ofKey(String, Long),
ProductUpdateCommand.ofKey(String, Long, List),
ProductUpdateCommand.ofKey(String, Long, UpdateAction)