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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDgetUuid()voidsetUuid(UUID uuid)Sets the uuid.-
Methods inherited from class org.genesys.blocks.model.AuditedVersionedModel
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDate
-
Methods inherited from class org.genesys.blocks.model.VersionedModel
equals, getVersion, hashCode, isActive, setActive, setVersion, toString
-
Methods inherited from class org.genesys.blocks.model.BasicModel
getId, setId
-
Methods inherited from class org.genesys.blocks.model.EmptyModel
isNew
-
-