Interface IEntityReference

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    UuidEntityRef

    public interface IEntityReference
    extends Serializable
    Interface for identifying an entity by its UUID and entity Class
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getEntityClass

        Class<? extends IUUIDEntity> getEntityClass()
        Returns:
        The Class of the referenced entity
      • getUuid

        UUID getUuid()
        Returns:
        The UUID of the referenced entity