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, getVersion
getId
Reference<ProductType> getProductType()
@Nullable Reference<TaxCategory> getTaxCategory()
@Nullable ReviewRatingStatistics getReviewRatingStatistics()
@Nullable String getKey()
getKey
in interface WithKey
SetKey
,
ProductByKeyGet
,
ProductProjectionByKeyGet
,
ProductDeleteCommand.ofKey(String, Long)
,
ProductUpdateCommand.ofKey(String, Long, List)
,
ProductUpdateCommand.ofKey(String, Long, UpdateAction)