Class CustomerRepresentation
- java.lang.Object
-
- ejava.examples.ejbwar.customer.bo.CustomerRepresentation
-
- All Implemented Interfaces:
Serializable
@MappedSuperclass public abstract class CustomerRepresentation extends Object implements Serializable
This class provides base definition and helper methods for representations within the customer domain.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomerRepresentation()
-
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
-
-