Class Product
- java.lang.Object
-
- org.hibernate.reactive.it.verticle.Product
-
@Entity public class Product extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetId()StringgetName()BigDecimalgetPrice()inthashCode()voidsetId(Long id)voidsetName(String name)voidsetPrice(BigDecimal price)StringtoString()
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getPrice
public BigDecimal getPrice()
-
setPrice
public void setPrice(BigDecimal price)
-
-