Package info.ejava.examples.ejb.tx.bo
Class Shipment
- java.lang.Object
-
- info.ejava.examples.ejb.tx.bo.Shipment
-
- All Implemented Interfaces:
Serializable
@Entity public class Shipment extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
String
getLocation()
int
getProductId()
void
setProductId(int productId)
String
toString()
-