Package info.ejava.examples.ejb.tx.bo
Class Product
- java.lang.Object
-
- info.ejava.examples.ejb.tx.bo.Product
-
- All Implemented Interfaces:
Serializable
@Entity public class Product extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
String
getName()
int
getQuantity()
void
setId(int id)
void
setName(String name)
void
setQuantity(int quantity)
String
toString()
-
-
-
Field Detail
-
id
private int id
-
name
private String name
-
quantity
private int quantity
-
-