in app/src/main/java/co/elastic/apm/opbeans/modules/orderdetail/ui/list/OrderedProductViewHolder.kt [48:53]
fun setData(product: OrderedProductSateItem) {
title.text = product.name
amount.text = product.amount
price.text = product.price
Glide.with(image).load(product.imageUrl).into(image)
}