Package org.genesys.blocks.model
Class UuidModel
-
- All Implemented Interfaces:
Serializable,Activatable,EntityId,IdUUID,org.springframework.data.domain.Persistable<Long>
@MappedSuperclass public abstract class UuidModel extends AuditedVersionedModel implements IdUUID
The Class UuidEntity.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected UUIDuuidThe uuid.-
Fields inherited from class org.genesys.blocks.model.VersionedModel
active
-
-
Constructor Summary
Constructors Constructor Description UuidModel()
-
Method Summary
-
Methods inherited from class org.genesys.blocks.model.VersionedModel
getVersion, isActive, setActive, setVersion, toString
-
Methods inherited from class org.genesys.blocks.model.BasicModel
getId, setId
-
Methods inherited from class org.genesys.blocks.model.EmptyModel
canEqual, equals, hashCode, isNew
-
-
-
-
Field Detail
-
uuid
protected UUID uuid
The uuid.
-
-