Class SeriesDTO

  • All Implemented Interfaces:
    Series, SeriesSearchResult

    @Immutable
    @WithHiddenImplementation
    public abstract class SeriesDTO
    extends Object
    implements Series
    DTO implementation of the Series interface


    Objects of this class reflect the data received by the remote service and are immutable so that their content can not be changed once an instance has been created. New objects of this class may be created by using the corresponding SeriesDTO.Builder.

    • Constructor Detail

      • SeriesDTO

        public SeriesDTO()