Class AbstractModel

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        AbstractModel()  
      protected AbstractModel​(ProviderId providerId, Annotations... annotations)
      Creates a model entity attributed to the specified provider and optionally annotated.
    • Constructor Detail

      • AbstractModel

        public AbstractModel()
      • AbstractModel

        protected AbstractModel​(ProviderId providerId,
                                Annotations... annotations)
        Creates a model entity attributed to the specified provider and optionally annotated.
        Parameters:
        providerId - identity of the provider
        annotations - optional key/value annotations
    • Method Detail

      • providerId

        public ProviderId providerId()
        Description copied from interface: Provided
        Returns the identifier of the provider which supplied the entity.
        Specified by:
        providerId in interface Provided
        Returns:
        provider identification