@Entity
public class Product
extends Object 
- 
Constructor Summary
Constructors
 
- 
Method Summary
boolean
 
 
 
 
int
 
void
 
void
 
void
 
 
 
 
 
 
- 
Constructor Details
- 
 
- 
Product
public Product(int index)
 
 
- 
Method Details
- 
 
- 
setId
public void setId(Long id) 
 
- 
 
- 
setName
public void setName(String name) 
 
- 
 
- 
 
- 
 
- 
 
-