Class BaseEntity
java.lang.Object
petclinic.util.BaseEntity
- All Implemented Interfaces:
Serializable
Base class for all entity types, containing the id property, which is automatically generated.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
-
Constructor Details
-
BaseEntity
public BaseEntity()
-
-
Method Details
-
getId
-
setId
-
isNew
public boolean isNew() -
equals
-
hashCode
-