Interface Entity

All Known Subinterfaces:
Address, Animal, Entity.Accessible, Human, ImmutableEntity, Pet
All Known Implementing Classes:
AddressData, AddressEntity, AnimalData, AnimalEntity, Entity.AbstractAccessible, EntityData, EntityLayer, EntityLayerIdentity, EntityLayerLogging, EntityLayerVersioning, HumanData, HumanEntity, PetData, PetEntity

public interface Entity
A mutable entity. Mutations of the entity's data only happen by providing another instance of that entity that contains the desired new data. , FH