Class MovieDTO.GenreDTO

  • All Implemented Interfaces:
    Movie.Genre
    Enclosing class:
    MovieDTO

    @Immutable
    @WithHiddenImplementation
    public abstract static class MovieDTO.GenreDTO
    extends Object
    implements Movie.Genre
    DTO implementation of the Movie.Genre 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 MovieDTO.GenreDTO.Builder.

    • Constructor Detail

      • GenreDTO

        public GenreDTO()