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 boolean
equals(Object o)
Long
getId()
String
getName()
BigDecimal
getPrice()
int
hashCode()
void
setId(Long id)
void
setName(String name)
void
setPrice(BigDecimal price)
String
toString()
-
-
-
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)
-
-