Class InventoryRepresentation
- java.lang.Object
-
- ejava.examples.ejbwar.inventory.bo.InventoryRepresentation
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Categories
,Category
,Product
,Products
@MappedSuperclass public abstract class InventoryRepresentation extends Object implements Serializable
This class provides base definition and helper methods for representations within the inventory domain.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InventoryRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getVersion()
This property is added to each entity so that we can have better control over concurrent updatesvoid
setVersion(int version)
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
version
private int version
-
-