Interface DynamicDomainEntity


  • public interface DynamicDomainEntity
    Domain entity that can be dynamically created.
    • Method Detail

      • getId

        java.lang.Long getId()
        Get the id of the entity.
        Returns:
        the id of the entity
      • setId

        void setId​(java.lang.Long id)
        Set the id of the entity.
        Parameters:
        id - the id of the entity