Class Movie

    • Method Detail

      • getId

        public long getId()
      • getName

        public String getName()
      • getCreationDate

        public LocalDate getCreationDate()
      • getOscarsCount

        public int getOscarsCount()
      • getTotalBoxOffice

        public Double getTotalBoxOffice()
      • getUsaBoxOffice

        public Long getUsaBoxOffice()
      • getGenre

        public Genre getGenre()
      • getScreenWriter

        public Person getScreenWriter()
      • getOwner_login

        public String getOwner_login()
      • setId

        public void setId​(long id)
      • setName

        public void setName​(String name)
      • setCreationDate

        public void setCreationDate​(LocalDate creationDate)
      • setCoordinates

        public void setCoordinates​(Coordinates coordinates)
      • setOscarsCount

        public void setOscarsCount​(int oscarsCount)
      • setTotalBoxOffice

        public void setTotalBoxOffice​(Double totalBoxOffice)
      • setUsaBoxOffice

        public void setUsaBoxOffice​(Long usaBoxOffice)
      • setGenre

        public void setGenre​(Genre genre)
      • setScreenWriter

        public void setScreenWriter​(Person screenWriter)
      • setOwner_login

        public void setOwner_login​(String owner_login)