Package xyz.baldeep.filter.model
Class AbstractEntity
- java.lang.Object
-
- xyz.baldeep.filter.model.AbstractEntity
-
- All Implemented Interfaces:
Serializable
@MappedSuperclass public abstract class AbstractEntity extends Object implements Serializable
This entity is abstract base entity for all entities. It contains common attributes required in each of the entity- Since:
- 15-May-2020, 11:12:29 AM
- Author:
- Baldeep Singh Kwatra
- See Also:
- Serialized Form
-
-
Field Detail
-
id
protected String id
-
-